plotIntDistr: Plot the distribution of the peaks intensity

Description Usage Arguments Value Author(s) Examples

Description

Plot the distribution of the peaks intensity for both raw intensity and normalized intensity.

Usage

1

Arguments

x

A metaXpara object.

width

The width of pdf, default is 14.

...

Additional parameter

Value

The figure name

Author(s)

Bo Wen wenbo@genomics.cn

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
library(faahKO)
xset <- group(faahko)
xset <- retcor(xset)
xset <- group(xset)
xset <- fillPeaks(xset)
peaksData <- as.data.frame(groupval(xset,"medret",value="into"))
peaksData$name <- row.names(peaksData)
para <- new("metaXpara")
rawPeaks(para) <- peaksData
sampleListFile(para) <- system.file("extdata/faahKO_sampleList.txt", 
    package = "metaX")
para <- reSetPeaksData(para)
plotIntDistr(para)
## after normalization
para <- metaX::normalize(para)
plotIntDistr(para)

metaX documentation built on Oct. 5, 2016, 4:41 a.m.

Related to plotIntDistr in metaX...