plotPLSDA | R Documentation |
Plot PLS-DA figure
plotPLSDA(para, label = "order", valueID = "valueNorm", ncomp = 5,
...)
para |
A |
label |
The label used for plot PLS-DA figure, default is "order" |
valueID |
The name of the column which will be used |
ncomp |
The number of components used for PLS-DA |
... |
Additional parameter |
none
Bo Wen wenbostar@gmail.com
para <- new("metaXpara")
pfile <- system.file("extdata/MTBLS79.txt",package = "metaX")
sfile <- system.file("extdata/MTBLS79_sampleList.txt",package = "metaX")
rawPeaks(para) <- read.delim(pfile,check.names = FALSE)
sampleListFile(para) <- sfile
para <- reSetPeaksData(para)
para <- missingValueImpute(para)
para <- transformation(para,valueID = "value")
para <- preProcess(para=para,scale = "uv",center = TRUE,valueID = "value")
plotPLSDA(para,valueID="value")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.