gene2cellsummary | R Documentation |
Function 'gene2cellsummary' is a generic function used to produce result summaries of the immune cells driven by a somatic mutation.
gene2cellsummary(gene, method = "xCell", mutcell)
gene |
Somatic mutant gene name |
method |
Method must be one of "xCell","ssGSEA" and "CIBERSORT". |
mutcell |
The result of 'mutcorcell' funtion. |
A matrix shows the short name, full name, pvalue, fdr, cell responses(up or down) of the cells driven by a somatic mutation.
# get the result of `mutcorcell` funtion.
mutcell<-GetExampleData("mutcell")
# perform the function gene2cellsummary
genecellsummary<-gene2cellsummary(gene="TP53",mutcell=mutcell)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.