I wanted to filter based on a locus; however it is giving me an error.
data = mt.filter_rows((mt.locus == 1:139120)),keep=True)
I have tried several permutations of the above; the error persists
I wanted to filter based on a locus; however it is giving me an error.
data = mt.filter_rows((mt.locus == 1:139120)),keep=True)
I have tried several permutations of the above; the error persists
type errors, probably.
try:
filter_rows(mt.locus == hl.locus('1', 139120))