You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have two dataframes and the first dataframe df1 has all the regions in the second dataframe df2. However, when I run bioframe.subtract(df1, df2), the output contains many regions on chromosome 9. Interestingly when I extract all the regions on chromsome 9 from both dataframes and then run bioframe.subtract(df1_chrom9, df2_chrom9), the output shows no regions, which is correct.
The text was updated successfully, but these errors were encountered:
Luobiny
changed the title
There is a bug in sutract() function.
There is a bug in subtract() function.
Apr 14, 2025
I have two dataframes and the first dataframe df1 has all the regions in the second dataframe df2. However, when I run bioframe.subtract(df1, df2), the output contains many regions on chromosome 9. Interestingly when I extract all the regions on chromsome 9 from both dataframes and then run bioframe.subtract(df1_chrom9, df2_chrom9), the output shows no regions, which is correct.
The text was updated successfully, but these errors were encountered: