normToGene | R Documentation |
This function will normalize gene expression in a count matrix relative to a given gene or vector of genes.
normToGene(counts, norm)
counts |
count matrix (normalized or raw) with genes as rows and samples as columns |
norm |
character vector of length >=1 of gene names (matching rownames(counts)) to use as reference genes for normalization. If length > 1, geometric mean of genes' expressions will be used. |
data frame of dim(counts) of gene expression normalized relative to 'norm'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.