View source: R/transformations.R
drop_qcs | R Documentation |
Drop QC samples
drop_qcs(object)
object |
a MetaboSet object |
MetaboSet object as the one supplied, without QC samples
dim(merged_sample)
noqc <- drop_qcs(merged_sample)
dim(noqc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.