powered by
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)
A matrix shows the short name, full name, pvalue, fdr, cell responses(up or down) of the cells driven by a somatic mutation.
Somatic mutant gene name
Method must be one of "xCell","ssGSEA" and "CIBERSORT".
The result of `mutcorcell` funtion.
# get the result of `mutcorcell` funtion. mutcell<-GetExampleData("mutcell") # perform the function gene2cellsummary genecellsummary<-gene2cellsummary(gene="TP53",mutcell=mutcell)
Run the code above in your browser using DataLab