Entering edit mode
Hello
I note that while the range() function for GRanges objects has an ignore.strand argument,
the equivalent function for GRangesList does not have this argument.
Is there a particular reason that this option was not included in the GRangesList function?
Also, what can I do if I do want to use this functionality (that is, get the range(s) for each element
in a GRangesList without regard to strand?
Thanks in advance
Dolev Rahat
Hi,
Val will add the
ignore.strand
argument today. Thanks Val!In the mean time:
Cheers,
H.
Thanks. I really appreciate the effort!
This has been added to GenomicRanges 1.21.25 in devel. Should be available via biocLite() tomorrow (Sept 12) by noon.
Valerie