deconvolute_mouse | R Documentation |
Perform deconvolution on a mouse RNAseq dataset
deconvolute_mouse(
gene_expression_matrix,
method = deconvolution_methods_mouse,
rmgenes = NULL,
column = "gene_symbol",
algorithm = NULL,
...
)
gene_expression_matrix |
a m x n matrix with m genes and n samples. Data should be TPM normalized, except when using seqImmuCC where raw counts are prefereable. |
method |
string specifying the method |
rmgenes |
noisy genes to be removed from the analysis |
column |
Only relevant if |
algorithm |
statistcal algorithm for SeqImmuCC (ignored by all other methods) |
... |
additional arguments passed to the respective method |
a dataset with the estimated fractions/scores, with samples in rows and cell types in column
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.