| tme_deconvolution_methods | R Documentation |
A named vector of supported tumor microenvironment (TME) deconvolution methods in the IOBR package.
tme_deconvolution_methods
A named character vector where names are display names and values are internal method names.
The methods currently supported are:
'mcpcounter': MCP-counter for immune and stromal cell populations
'epic': EPIC for immune, stromal, and cancer cell fractions
'xcell': xCell for 64 immune and stromal cell types
'cibersort': CIBERSORT for 22 immune cell types
'cibersort_abs': CIBERSORT in absolute mode
'ips': Immunophenoscore calculation
'estimate': ESTIMATE for stromal/immune/estimate scores
'svr': Support Vector Regression (custom reference)
'lsei': Least Squares with Equality/Inequality constraints
'timer': TIMER for cancer-specific immune estimation
'quantiseq': quanTIseq for RNA-seq immune deconvolution
Named character vector of available deconvolution methods.
# List all available TME deconvolution methods
tme_deconvolution_methods
# Get internal method name for a specific method
tme_deconvolution_methods["MCPcounter"]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.