plotScreening: Plotting the screening results.

Usage Arguments Value Examples

View source: R/screening.R

Usage

1
2
plotScreening(ldoscreen, plotAll = FALSE, correctionmethod = "levene",
  decs = 3)

Arguments

ldoscreen

LDO screening result

plotAll

Select all components to be plottet. Default plots only the selected peaks using the correctionmethod.

correctionmethod

Version of correction method to be used to select the peaks. Valid values are "bf", "levene", and "bartlett".

decs

decimal numbers of p-values to be plotted.

Value

LDO data object

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
 

data(ldosExample)
correctionmethod= "levene"

filename<-paste("screeningresults.pdf",sep="") 
pdf(filename, width=12, height=6)
plotScreening(ldoscreen)
dev.off();

ac-hauschild/LoBrA documentation built on May 26, 2019, 3:35 p.m.