Description Usage Arguments Details Value Author(s) References Examples
A function evaluating LPE variance of data with replicates
1 |
y |
gene expressino whose variance to be estimated |
n.bin |
the number of bins |
df |
degree of freedom in smoothing (arg of smooth.spline()) |
See the reference paper. See also Jain et al. (2003) Bioinformatics.
matrix |
evaluated LPE |
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
simData <- generateData(n.deg=1000)
## Normalization
normData <- generateData(simData[,-7])
## Evaluating lpe object for each condition with replicates
lpe.x <- lpe.var(normData[,1:3], n.bin=100, df=10)
lpe.y <- lpe.var(normData[,4:6], n.bin=100, df=10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.