filterBy-methods: Remove the genomic intervals in query that overlap with...

filterByR Documentation

Remove the genomic intervals in query that overlap with intervals in subject

Description

Remove the genomic intervals in query that overlap with intervals in subject

Usage

filterBy(query, subject, type = "any", ...)

## S4 method for signature 'GRanges,GRanges'
filterBy(query, subject, type = "any", ...)

Arguments

query

a BamViews or GRanges instance

subject

a GRanges object

type

see findOverlaps

...

Additional arguments passed to findOverlaps

Value

Returns the query with intervals that overlap subject removed

See Also

findOverlaps


cancer-genomics/trellis documentation built on Feb. 2, 2023, 7:04 p.m.