R/transformations.R
drop_qcs.Rd
Drop QC samples
drop_qcs(object)
a SummarizedExperiment object
SummarizedExperiment
A SummarizedExperiment object as the one supplied, without QC samples.
data(toy_notame_set) dim(toy_notame_set) #> [1] 80 50 noqc <- drop_qcs(toy_notame_set) dim(noqc) #> [1] 80 40