Entering edit mode
I have created a new SeqExpressionSet
and I would like to remove different samples to see the effects on downstream analyses. Can I remove the samples, including the metadata information, directly from the SeqExpressionSet
?
Here is my object:
> set
SeqExpressionSet (storageMode: lockedEnvironment)
assayData: 54232 features, 48 samples
element names: counts, normalizedCounts, offset
protocolData: none
phenoData
sampleNames: Sample_01-21-1 Sample_02-21-4 ... Sample_48-17-4
(48 total)
varLabels: Sample Stage ... ERCC_ratio (9 total)
varMetadata: labelDescription
featureData: none
experimentData: use 'experimentData(object)'
Annotation:
Thanks! That's perfect.
Jon