deconvolute_base_algorithm | R Documentation |
Cell types obtained with this method can be further reduced with the map_result_to_celltypes function, using 'DCQ' as the method
deconvolute_base_algorithm(
gene_expression_matrix,
n_permutations = 100,
log10 = TRUE,
combine_cells = TRUE
)
gene_expression_matrix |
a m x n matrix with m genes and n samples. Data should be TPM normalized and log10 scaled. |
n_permutations |
the number of permutations of each sample expression to generate. These are used to normalize the results. |
log10 |
logical. if TRUE, log10 transforms the expression matrix. |
combine_cells |
logical. This method estimates several cell types (~180). If TRUE (default), these are combined into 19 major immune-stromal cell types. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.