read.met(data, headrow = 3, metidcol=1, fvalue=8, sep=",", ppkey='PPP',
ippkey = 'BPP', sidkey="none")
sampledata
for an example.3
.1
.8
.","
."PPP"
."BPP"
.ppkey
or ippkey
will be considered a biological sample and given the prefix X for subsequent use. Default is "none"
.MetProc-package
for examples of running the full process.
library(MetProc)
#Read in metabolomics data
metdata <- read.met(system.file("extdata/sampledata.csv", package="MetProc"),
headrow=3, metidcol=1, fvalue=8, sep=",", ppkey="PPP", ippkey="BPP")
Run the code above in your browser using DataLab