Description Usage Arguments Value Examples
Estimate genewise ‘sigma’ (standard deviation parameter of lognormal distribution).
1 | genewiseSigma(d,w=25)
|
d |
This is a PLNseq object. |
w |
Shrinkage parameter. |
d$genewiseSigma |
Genewise ‘sigma’ |
1 2 3 4 5 6 | data(lung);
count = lung[,c(2:4,8:10)];
d = PLNobject(count,2);
d = sizeFactor(d,maxCount=2e3);
d = genewiseSigma(d);
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.