View source: R/normalization.R
normalization_simutils | R Documentation |
FPKM or TPM Normalization Method in simutils
normalization_simutils(
data,
norm_method = "FPKM",
gene_length = NULL,
species = "human"
)
data |
A matrix with cells on columns and genes on rows. |
norm_method |
FPKM or TPM |
gene_length |
A numeric vector of gene lengths. If NULL, the gene length data will be imported by hs_gene_length or mm_gene_length function and users must set |
species |
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.