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
When I ran a previous code I faced an error, since BAM.flag() function no longer existed. I found these was other undocumented function XAM.flags(). It seems XAM.flags() behaves identically to the previous BAM.flag() function after a try. Is that XAM.flags() is just a rename of BAM.flag() in the current and future versions, or is there another "formal" way I should use to access the flags data of read mapping information? Thank you!
The text was updated successfully, but these errors were encountered:
When I ran a previous code I faced an error, since
BAM.flag()
function no longer existed. I found these was other undocumented functionXAM.flags()
. It seemsXAM.flags()
behaves identically to the previousBAM.flag()
function after a try. Is thatXAM.flags()
is just a rename ofBAM.flag()
in the current and future versions, or is there another "formal" way I should use to access the flags data of read mapping information? Thank you!The text was updated successfully, but these errors were encountered: