Description Usage Arguments Value Examples
Filters a metabolite count data frame in long format. Removes metabolites missing in samples at a greater frequency than a threshold set by the user
1 | FilterMissingMets(cMetDataLong, proportion)
|
cMetDataLong |
a count matrix of Metabolon data in Long format |
cMetDataLong |
proportion of metabolite frequency to filter out |
a Data Frame which has metabolites present at a lower frequency than 'proportion' removed
1 2 | allMetsPresentLong <- FilterMissingMets(cMetDataLong, 0.2)
removes all metabolites missing in more than 20% of the samples
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.