Learn R Programming

RTCGAToolbox (version 2.2.2)

getMutationRate: Make a table for mutation rate of each gene in the cohort

Description

Make a table for mutation rate of each gene in the cohort

Usage

getMutationRate(dataObject)

Arguments

dataObject
This must be FirehoseData object.

Value

Returns a data table

Examples

Run this code
data(RTCGASample)
mutRate = getMutationRate(dataObject=RTCGASample)
mutRate <- mutRate[order(mutRate[,2],decreasing = TRUE),]
head(mutRate)
## Not run: 

Run the code above in your browser using DataLab