Skip to content
Prev 8155 / 21312 Next

[Bioc-devel] readGAlignmentPairs with discordant strand

On 10/16/2015 09:28 AM, Michael Lawrence wrote:
Could do this for seqnames() but I'm hesitant to do this for strand().
If you look at ?strand in BiocGenerics, ?*? is used when the exact
strand of the location is unknown, or irrelevant, or when the "feature"
at that location belongs to both strands. A pair with discordant strand
belongs to both strands. Also there is a lot of code around that
assumes strand() never returns NAs.

H.