Description Usage Arguments Author(s)
View source: R/NMRMetab_norm_scale.R
Normalisation and Scaling raw
1 2 3 4 5 6 7 | NMRMetab_norm_scale_RAW(
data,
normalisation = "None",
bin = NA,
scaling = "None",
writeToFile = F
)
|
data |
a data.frame. Column as variable and rows as sample |
normalisation |
string. one of 'None'#default, 'PQN', 'TotArea', 'Bin' |
bin |
a string. name of the bin/metabolite to normalise against |
scaling |
string. one of 'None'#default, 'Auto', 'Pareto', 'Range' or 'Mean' |
writeToFile |
boolean. write resulting data.frame to csv file. F # |
index_col |
integer value. The column number with first bin/matabolite |
Eva Caamano Gutierrez
Arturas Grauslys
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.