View source: R/filter_contaminant.R
filter_contaminant | R Documentation |
This function allows you to filter compounds that are known contaminants.
filter_contaminant(chemtable, cont.list)
chemtable |
the data frame of the data about the compounds |
cont.list |
a list of known contaminants Defaults to our default list |
data(GCMSfloral)
chemtable <- filter_contaminant(chemtable, cont.list = c("Caprolactam","Decanal"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.