getNormalizedMatrix | R Documentation |
Normalizes the matrix passed to be used within various methods within DEBrowser. Requires edgeR package
getNormalizedMatrix(M = NULL, method = "TMM")
M, |
numeric matrix |
method, |
normalization method for edgeR. default is TMM |
normalized matrix
getNormalizedMatrix
x <- getNormalizedMatrix(mtcars)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.