Description Usage Arguments Details Value Author(s) References Examples
A function evaluating local pooled error variance with non-replicated data
1 | LPEseq.var(y, n.bin = n.bin, df = df, d = d)
|
y |
expression data with non-replicate per each condition |
n.bin |
the number of quantile bins |
df |
degrees of freedom of smooth.spline() function |
d |
expression difference of LPEseq.outlier() function |
See the reference paper
list |
output of smooth.spline() function |
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 | ## Generating a non-replicated simulation dataset
simData.norep <- generateData(n.deg=1000, n.rep=1)
## Normalization
normData.norep <- LPEseq.normalise(simData.norep[,-3])
## Generating LPE object
normData.var <- LPEseq.var(normData.norep, n.bin=100, df=10, d=1.2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.