View source: R/FormatPeakList.R
FormatPeakList | R Documentation |
Format and merge the sample list with the generated peak list.
FormatPeakList( samplelist, peaklist, export = TRUE, expname = "BC_peaklist.csv" )
samplelist |
Datapath character, sample list in .csv with the columns names as follow: Samples, Class, Batch and, Order. |
peaklist |
Datapath character, peaktable output from MetaboAnalystR (metaboanalyst_input.csv). |
export |
Logical, if TRUE export the formated peaklist to a .csv file, TRUE by default. |
expname |
Logical, plot the gradient profile, TRUE by default. |
Formated samplelist dataframe
Estevan Bruginski estevan.bruginski@ufpr.br, Letícia Meier leticiameier@ufpr.br
Universidade Federal do Paraná License: MIT + file LICENSE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.