getVB | R Documentation |
Use ridge regression to shrink the variance
getVB(count, fit0, design0)
count |
matrix, normalized read count, row-peaks, col-samples |
fit0 |
object from lmFit |
design |
integer The length of peak threshold (>2) |
list - coefB matrix, coefficient of ridge regression - varBeta matrix, residual variance of coefficient - lambda vector, the lambda used in ridge regression
bv = getVB(count, fit0, design)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.