consensusTMEAnalysis | R Documentation |
consensusTMEAnalysis
takes bulk tumour gene expression data and returns
cell type specific enrichment scores for each sampleRun ConsensusTME Cell Type Estimation
consensusTMEAnalysis
takes bulk tumour gene expression data and returns
cell type specific enrichment scores for each sample
consensusTMEAnalysis(bulkExp, cancerType, statMethod = c("ssgsea",
"gsva", "plage", "zscore", "singScore"), singScoreDisp = FALSE,
immuneScore = TRUE, excludeCells = NULL, parallel.sz = 0,
parallel.type = "SOCK")
bulkExp |
bulk tumour gene expression matrix. HUGO gene symbols as row names & sample IDs as column names. |
cancerType |
string passed to indicate which TCGA cancer type samples are most similar to. N.B samples of different cancer types should be run seperately.
Available cancer types: |
statMethod |
statistical framework to be used in generating gene set enrichment scores.
These mirror the parameter options of |
singScoreDisp |
logical, when using singscore method should the dispersion for each
gene set be returned with the enrichment scores. Default: |
immuneScore |
logical, when |
excludeCells |
a character vector that defines cell types to not generate enrichment scores for. |
parallel.sz |
parameter passed to |
parallel.type |
parameter passed to |
returns estimation of cell type abundance for each sample in the bulk tumour gene expression matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.