transCode {statTarget} | R Documentation |
transCode is to generate statTarget inputs from Mass Spectrometry Data softwares, like XCMS.
transCode(data, type)
data |
A transCode objects. The output file from Mass Spectrometry Data softwares. |
type |
The output file formats from Mass Spectrometry Data software, including "XCMS" or "xcms",...; The softwares include XCMS (.tsv file generated from diffreport function), ... |
A list of inputs
datpath <- system.file("extdata",package = "statTarget") data <- paste(datpath,"xcmsOutput.tsv", sep="/") transCode(data,"xcms")