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!
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!