applyFilters | R Documentation |
Adjusts the filtering on which bins are used.
applyFilters(object, residual=TRUE, blacklist=TRUE, mappability=NA, bases=NA,
chromosomes=c("X", "Y"), verbose=getOption("QDNAseq::verbose", TRUE))
object |
A |
residual |
Either a |
blacklist |
Either a |
mappability |
A |
bases |
A |
chromosomes |
A |
verbose |
If |
Returns a QDNAseqReadCounts
object with updated filtering.
Ilari Scheinin
data(LGG150)
readCounts <- LGG150
readCountsFiltered <- applyFilters(readCounts)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.