applyFilters(object, residual=TRUE, blacklist=TRUE, mappability=NA, bases=NA, chromosomes=c("X", "Y"))
QDNAseqReadCounts
object.character
vector specifying which chromosomes
to filter out. Defaults to the sex chromosomes and mitochondria,
i.e. c("X", "Y", "MT")
.QDNAseqReadCounts
object with updated filtering.
data(LGG150)
readCounts <- LGG150
readCountsFiltered <- applyFilters(readCounts)
Run the code above in your browser using DataLab