Closed apalmos closed 1 month ago
Hi,
Based on the STATUS code, I guess probably you need to run .basic_check()
before liftover to make sure CHR and POS are in correct data types and ready for liftover.
Would you please show the log if running .basic_check()
before liftover does not work so that I can pinpoint the problem here. Thanks.
Hi, Thank you very much for your response - ran the basic check & saw this was indeed a data type issue. Have double-checked all columns and it now works fine!
Hi,
I saw this in a pervious issue, but my issue is slightly different. I am trying to liftover from hg38 to hg19, but the function return an empty dataframe.
Here is the dataframe before liftover:
Here the the command:
df.liftover(n_cores=3, from_build="38", to_build="19")
And here is the output:
Any help would be greatly appreciated!