AVplot: A function plotting average intensity versus variance

Description Usage Arguments Details Value Author(s) References Examples

Description

A function plotting average intensity versus variance

Usage

1
AVplot(data, avg = "mean", w.value = 0.1, logged = TRUE)

Arguments

data

expression data matrix

avg

measure for average value across the columns of the data matrix (default "mean")

w.value

parameter for lowess weight value (default 0.1)

logged

logical variable indicating log tranformation (default True)

Details

Average versus variance plot of the data can provide a simple characteristics of the data. The larger variance, the higher variability.

Value

plot

average-variance plot

Author(s)

Jungsoo Gim

References

J. Gim and T. Park, PLoS ONE under revision (http://bibs.snu.ac.kr/software/LPEseq)

Examples

1
2
3
4
5
6
7
8
9
## Generating a replicated simulation dataset
data("NBparameter")
simData <- generateData(n.deg=1000)

## Normalization
normData <- generateData(simData[,-7])

## MA transformation
AVplot(normData[,1:3])

JungsooGIM/LPEseq documentation built on May 16, 2019, 10:04 a.m.