IRanges seqselect and subsetByRanges
1
0
Entering edit mode
@joseluisruiz-16772
Last seen 5.3 years ago

Hi, so I've been going through some code from a collaborator and I have found bot seqselect and subsetByRanges were removed from IRanges in newer versions. Does anyone know if there is any function replacing those?

I would like to subset a ranges object having some starts and ends coordinates.

Thanks!

Iranges defunct • 849 views
ADD COMMENT
2
Entering edit mode
@michael-lawrence-3846
Last seen 2.4 years ago
United States

This should be possible just via x[ranges], or extractROWS(x, ranges). There's also extractList() for making a list with one element per range.

ADD COMMENT

Login before adding your answer.

Traffic: 747 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