Description Usage Arguments Author(s)
This function filters the raw metabolomic data. For each isotopologue, values are changed to zero if less than half of a specific condition's replicates have values and no other condition for that isotopologue has more than half of its samples have values.
1 | filter_data(data, info, type = "QC")
|
data |
a dataframe containing raw metabolomic data. Each row is one isotopologue with the metabolite and isotopologue in the first column and the rest of the columns being samples. |
info |
The sample info sheet with the conditions in a column titled 'Condition'. |
type |
An optional parameter. The default outputs a dataframe with the corrected values. If set to 'QC', a vector of isotopologues to be filtered is outputted instead. |
Jordan Uyeki
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.