Filter samples
Usage
filterSamples(obj, ids, groups = colnames(obj), keepOnly = FALSE)
Arguments
- obj
ExpressionSet object.
- ids
Names found within the groups labels corresponding to samples to be removed
- groups
Vector of labels for each sample or a column name of the phenoData slot for the ids to filter. Default is the column names.
- keepOnly
Filter or keep only the samples with those labels.