transCode {statTarget}R Documentation

transCode for statTarget inputs

Description

transCode is to generate statTarget inputs from Mass Spectrometry Data softwares, like XCMS.

Usage

transCode(data, type)

Arguments

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), ...

Value

A list of inputs

Examples

datpath <- system.file("extdata",package = "statTarget")
data <- paste(datpath,"xcmsOutput.tsv", sep="/")
transCode(data,"xcms")

[Package statTarget version 1.10.0 Index]