View source: R/mouse_deconvolution_methods.R
deconvolute_seqimmucc | R Documentation |
Deconvolute using seqImmuCC
deconvolute_seqimmucc(
gene_expression_matrix,
algorithm = c("SVR", "LLSR"),
...
)
gene_expression_matrix |
a m x n matrix with m genes and n samples. Data should NOT be normalized (raw counts) |
algorithm |
the method to use for deconvolution. Possible choices are 'SVR' for CIBERSORT or 'LLSR' for least squares regression |
... |
passed through to original quantiseq method. A native argument takes precedence over an immunedeconv argument |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.