[BioC] IRanges problem: ranges (overlap (range.1, range.2)) does not seem to work
Paul Shannon
pshannon at systemsbiology.org
Tue Jun 9 00:11:25 CEST 2009
Thanks, Michael. That was the tip I was looking for.
For what it's worth, neither
args (ranges)
nor
?ranges
led me to the answer you so quickly provided. I spent more than a
little time looking.
I am a little timid about this -- I thought I already knew how to
obtain answers of this sort :} -- but how exactly could I have found
out this on my own? If it is straightforward, I will offer you not
only my thanks, but my apologies also.
Regards,
- Paul
On Jun 8, 2009, at 12:50 PM, Michael Lawrence wrote:
> The function is expecting the query ranges and subject ranges as the
> second and third argument, respectively. Those ranges are not stored
> within the matching object, so need to be provided again.
>
> ranges(overlap.12, range.2, range.1)
>
> This is actually documented in the man page.
More information about the Bioconductor
mailing list