Description Usage Arguments Details Value Author(s) References Examples
A function removing outliers for evaluating non-repliated RNA-seq data
1 | LPEseq.outlier(expr_dat, d = d)
|
expr_dat |
expression data with non-replicate per each condition |
d |
expression difference between condition (log2 scaled) |
See the reference paper
matrix |
intput matrix outlier-removed |
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])
## Removing outliers
normData.inuse <- LPEseq.outlier(normData.norep, d = 1.2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.