Learn R Programming

RTCGA (version 1.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)

Run the code above in your browser using DataLab