Description Usage Arguments Details Value Author(s) References Examples
A function plotting average intensity versus variance
1 |
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) |
Average versus variance plot of the data can provide a simple characteristics of the data. The larger variance, the higher variability.
plot |
average-variance plot |
Jungsoo Gim
J. Gim and T. Park, PLoS ONE under revision (http://bibs.snu.ac.kr/software/LPEseq)
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])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.