View source: R/mouse_deconvolution_methods.R
deconvolute_mmcp_counter | R Documentation |
Deconvolute using mMCP-counter
deconvolute_mmcp_counter(
gene_expression_matrix,
log2 = TRUE,
gene_id = "Gene.Symbol",
genome = "GCRm39"
)
gene_expression_matrix |
a m x n matrix with m genes and n samples. Should be TPM normalized |
log2 |
logical. If TRUE, log2 transforms the expression matrix |
gene_id |
specifies the format of the gene IDs. Possible choices are 'Gene.Symbol' (default), 'ENSEMBL.ID' or 'Probes' (Affymetrix array probes) |
genome |
specifies the mouse genome version to use, GCRm39 (default) or GCRm38 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.