View source: R/TransformCount.R
| TransformCount | R Documentation |
Filter and normalize a count matrix This wrapper function combines filtering out genes with low reads in a number of samples with normalization.
TransformCount(
m,
method = c("TPM", "voom", "vst", "rlog")[1],
idType = "Ensembl",
org = "hsa"
)
m |
raw count matrix (genes are rows, columns are samples) |
method |
the normalization method, one of "none", "TPM", "voom", "vst", "rlog". |
idType |
same as in 'Count2TPM', only required when method = "TPM". |
org |
same as in 'Count2TPM', only required when method = "TPM". |
filtered and normalized count matrix
Wubing Zhang
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.