deconvolute_cibersort | R Documentation |
Deconvolute using CIBERSORT or CIBERSORT abs.
deconvolute_cibersort(
gene_expression_matrix,
arrays,
absolute = FALSE,
abs_method = "sig.score",
...
)
gene_expression_matrix |
a m x n matrix with m genes and n samples |
arrays |
Set to TRUE if working with Microarray data instead of RNA-seq. As recommended by the authors, quantile normalization will be enabled for Microarrays and disabled for RNAseq. |
absolute |
Set to TRUE for CIBERSORT absolute mode. |
abs_method |
Choose method to compute absolute score (only if |
... |
passed through to the original CIBERSORT function. A native argument takes precedence
over an immunedeconv argument (e.g. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.