ignore.strand option in range() when using GRangesList
0
0
Entering edit mode
d r ▴ 150
@d-r-5459
Last seen 6.1 years ago
Israel

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

 

granges • 994 views
ADD COMMENT
1
Entering edit mode

Hi,

Val will add the ignore.strand argument today. Thanks Val!

In the mean time:

strand(grl) <- "*"
range(grl)

Cheers,

H.

ADD REPLY
0
Entering edit mode

Thanks. I really appreciate the effort!

ADD REPLY
0
Entering edit mode

This has been added to GenomicRanges 1.21.25 in devel. Should be available via biocLite() tomorrow (Sept 12) by noon.

Valerie 

ADD REPLY

Login before adding your answer.

Traffic: 837 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6