Description Usage Arguments Value Examples
Data Quality Control
1 2 |
data |
name of the initial metabolomic dataset file. Must contain:
the rest doesn't matter and the names "Compound" and "Metabolite" are optional, as long as the column position is specified in params. ; |
output |
default NULL, name of the output cleaned dataset to produce if not NULL; |
cohort |
default "sample", name of the sample's cohort; |
compound |
default NULL, position of the compound column if named otherwise; |
metabolite |
default NULL, position of the metabolite column if named otherwise; |
sampleStart |
default 6, the index of the 1st sample column. |
a list, containing the cleaned dataset and the QC dataframe
dataset cleaned dataset
QC the QC dataframe containing the columns compound, metabolite, nbna, sd, mu, CV, and remove.
1 2 3 4 5 | for a dataset with the following header ; Compound, m/z, Metabolite, RT, Sample #1, ...
qualityControl("dummySet.txt", sampleStart = 5)
for a dataset with the following header ; compound, m/z, metabolite, RT, Sample #1, ...
qualityControl("dummySet.txt", sampleStart = 5, compound = 1, metabolite = 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.