deconvolute_timer.default | R Documentation |
This function performs deconvolution of the tumor microenvironment using the TIMER algorithm. It processes multiple cancer datasets, removes batch effects, and estimates immune cell type abundances. The function relies on specific data and helper functions to manage the expression data and analyze the tumor microenvironment.
deconvolute_timer.default(args)
args |
An environment or list containing parameters and file paths necessary for the function to execute. This should include 'outdir' for output directory, 'batch' for a file containing paths to expression data and cancer types. |
Returns a matrix of abundance scores for different immune cell types across multiple cancer samples.
args <- list(
outdir = "path/to/output",
batch = "path/to/batch.csv"
)
results <- deconvolute_timer.default(args)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.