View source: R/transformations.R
drop_flagged | R Documentation |
Removes all features that have been flagged by quality control functions. Only features that do not have a flag (Flag == NA) are retained.
drop_flagged(object, all_features = FALSE)
object |
a MetaboSet object |
all_features |
logical, should all features be retained? Mainly used by internal functions |
dim(merged_sample)
flagged <- flag_quality(merged_sample)
noflags <- drop_flagged(flagged)
dim(noflags)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.