View source: R/rearlist-utils.R
filterRearExperiment | R Documentation |
This is a wrapper for filterRearrangementList
(somatic) and
filterGermlineRear
(germline). The filtered rearrangements
are saved to an intermediate file. If the file already exists, the
saved result is read from disk. To rerun the filtering step, the
intermediate files must be removed. See examples.
filterRearExperiment(
x,
dirs,
cnvs,
germline_filters,
rear_filter,
rp = RearrangementParams()
)
x |
a |
dirs |
a |
cnvs |
a list of deletions and amplicons |
germline_filters |
a |
rear_filter |
a |
rp |
a |
REFACTORING: Too many arguments. Unclear distinction between germline_filters and rear_filter. Should have a separate function for germline, or have an S4 germline class.
The amplicons (amps) and deletions (del.gr) will be subset by the mcols variable 'id'.
a RearrangementList
See filterRearrangementList
for filtering somatic
rearrangements and filterGermlineRear
for filtering
germline rearrangements. See listCNVs
for listing
the deletions and amplicons for a given sample.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.