Skip to content
Prev 7653 / 21312 Next

[Bioc-devel] VRanges-class positive strandness and locateVariants() strandawareness

locateVariants(), predictCoding() and the family of mapToTranscripts() 
functions all return strand according to the annotation matched. The 
only time the strand of the output could possibly be different from the 
strand of the input 'query' is when 'ignore.strand = TRUE' (FALSE by 
default).

I wouldn't think you (Robert) are using 'ignore.strand = TRUE', are you? 
By just using the default, the output will have the same strand as the 
input 'query' (unless 'query' is '*' of course).

That said, do you still feel it's necessary to add a LOCSTRAND column to 
the output?

Val
On 06/11/2015 09:38 AM, Michael Lawrence wrote: