getMutationRate {RTCGAToolbox}R Documentation

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

data(accmini)
mutRate <- getMutationRate(dataObject=accmini)
mutRate <- mutRate[order(mutRate[,2],decreasing = TRUE),]
head(mutRate)

[Package RTCGAToolbox version 2.20.0 Index]