FormatPeakList: Format Peak List

View source: R/FormatPeakList.R

FormatPeakListR Documentation

Format Peak List

Description

Format and merge the sample list with the generated peak list.

Usage

FormatPeakList(
  samplelist,
  peaklist,
  export = TRUE,
  expname = "BC_peaklist.csv"
)

Arguments

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.

Value

Formated samplelist dataframe

Author(s)

Estevan Bruginski estevan.bruginski@ufpr.br, Letícia Meier leticiameier@ufpr.br

Universidade Federal do Paraná License: MIT + file LICENSE


ebruginski/ChromR documentation built on Feb. 3, 2023, 8:34 a.m.