Learn R Programming

mrbin (version 1.4.2)

plotResults: A function for plotting quality indicators, including PCA plots.

Description

This function plots boxplots (bin-wise and sample-wise) as visual quality indicators. It also performs PCA, then plots PC1 and PC2 and loading plots.

Usage

plotResults()

Arguments

Value

None

Examples

Run this code
# NOT RUN {
mrbinExample<-mrbin(silent=TRUE,setDefault=FALSE,parameters=list(dimension="2D",
                    binwidth2D=0.05,binheight=3,
                    PQNScaling="No",noiseRemoval="Yes",trimZeros="Yes",
                    fixNegatives="No",logTrafo="No",PCA="No",
                    NMRfolders=c(system.file("extdata/1/12/pdata/10",package="mrbin"),
                                system.file("extdata/2/12/pdata/10",package="mrbin"),
                                system.file("extdata/3/12/pdata/10",package="mrbin"))))
plotResults()
# }

Run the code above in your browser using DataLab