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

Description Usage Arguments Value Examples

View source: R/getMutationRate.R

Description

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

Usage

1
getMutationRate(dataObject)

Arguments

dataObject

This must be FirehoseData object.

Value

Returns a data table

Examples

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

RTCGAToolbox documentation built on Nov. 8, 2020, 5:34 p.m.