filterBy | R Documentation |
Remove the genomic intervals in query that overlap with intervals in subject
filterBy(query, subject, type = "any", ...)
## S4 method for signature 'GRanges,GRanges'
filterBy(query, subject, type = "any", ...)
query |
a |
subject |
a |
type |
see |
... |
Additional arguments passed to |
Returns the query
with intervals that overlap subject
removed
findOverlaps
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.