Description Usage Arguments Value Author(s) Examples
This function calculates the gene mutation frequency among the samples. The function takes a "FirehoseData" object as an input parameters and calculates the mutation rate by using the 'Mutation' field of the object.
1 | getMutationRate(dataObject)
|
dataObject |
: Must be "FirehoseData" object. |
Returns a data frame where first column will be gene symbols and second column will be mutation ratio.
Mehmet Kemal Samur
1 2 | data(RTCGASample)
mutRate = getMutationRate(dataObject=a2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.