# get result of `mutcorcell` funtion
mutcell<-GetExampleData("mutcell")
#get cell abundance matrix which is the result of exp2cell function
cellmatrix<-GetExampleData("cellmatrix")
# get the binary mutations matrix
mutmatrix<-GetExampleData("mutmatrix") # A binary mutations matrix
#perform the function mutcellsummary
summary<-mutcellsummary(mutcell = mutcell,mutmatrix = mutmatrix,cellmatrix=cellmatrix)
Run the code above in your browser using DataLab