Description Usage Arguments Value Examples
Estimate ‘mu’ (mean parameter lognormal distribution) for each gene and condition and a common ‘sigma’ (standard deviation parameter of lognormal distribution).
1 | commonSigma(d)
|
d |
This is a PLNseq object. |
d$commonSigma |
A common ‘sigma’ |
1 2 3 4 5 | data(lung);
count = lung[,c(2:4,8:10)];
d = PLNobject(count,2);
d = sizeFactor(d,maxCount=2e3);
d = commonSigma(d);
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.