Description Usage Arguments Author(s)
View source: R/NMRmetab_anova.R View source: R/NMRMetab_anova.R
Normalisation and Scaling
1 2 3 4 5 6 7 | NMRMetab_anova(
data,
index_col = 3,
group_test = "group",
sigLevel = 0.05,
adjMethod = "fdr"
)
|
data |
a data.frame. Column as variable and rows as sample |
index_col |
integer value. The column number with first bin/matabolite |
group_test |
charachter string. name of the group column to test |
sigLevel |
double. set to 0.05, significance level to detect differences between groups, |
adjMethod |
charachter string. multiple comparison adjustment method. Available methods: "holm", "hochberg", "hommel", "bonferroni", "BH", "BY", "fdr", "none". "BH" stands for Benjamini-Hochberg; "BY" for Benjamini-Yakutieli; "fdr" is false discovery rate (same as "BH") |
Eva Caamano Gutierrez
Arturas Grauslys
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.