Description Usage Arguments Details Value
View source: R/estimateNoise.R
Estimates noise using multiple regression approach. Implements method described in J. M. Bioucas-Dias and J. M. P. Nascimento, "Hyperspectral Subspace Identification," in IEEE Transactions on Geoscience and Remote Sensing, vol. 46, no. 8, pp. 2435-2445, Aug. 2008.
1 | estimateNoise(Y, noiseType = "additive", verbose = FALSE)
|
Y |
normalized gene expression data matrix, columns are genes and rows are samples |
noiseType |
character, describing noise type. Two possible values are "additive" and "possion" |
verbose |
logical, default value is FALSE |
Based on MATLAB original code from http://www.lx.it.pt/~bioucas/code.htm
list with two elements, w – estimated noise and Rw estimated noise correlation matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.