View source: R/immune_deconvolution_methods.R
deconvolute_timer | R Documentation |
Unlike the other methods, TIMER needs the specification of the cancer type for each sample.
deconvolute_timer(gene_expression_matrix, indications = NULL)
gene_expression_matrix |
a m x n matrix with m genes and n samples |
indications |
a n-vector giving and indication string (e.g. 'brca') for each sample. Accepted indications are 'kich', 'blca', 'brca', 'cesc', 'gbm', 'hnsc', 'kirp', 'lgg', 'lihc', 'luad', 'lusc', 'prad', 'sarc', 'pcpg', 'paad', 'tgct', 'ucec', 'ov', 'skcm', 'dlbc', 'kirc', 'acc', 'meso', 'thca', 'uvm', 'ucs', 'thym', 'esca', 'stad', 'read', 'coad', 'chol' |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.