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(RTCGASample) mutRate <- getMutationRate(dataObject=RTCGASample) mutRate <- mutRate[order(mutRate[,2],decreasing = TRUE),] head(mutRate) ## Not run: