getMutationRate {RTCGAToolbox} | R Documentation |
Make a table for mutation rate of each gene in the cohort
getMutationRate(dataObject)
dataObject |
This must be |
Returns a data table
data(accmini) mutRate <- getMutationRate(dataObject=accmini) mutRate <- mutRate[order(mutRate[,2],decreasing = TRUE),] head(mutRate)