View source: R/getMutationRate.R
getMutationRate | R Documentation |
Make a table for mutation rate of each gene in the cohort
getMutationRate(dataObject)
dataObject |
This must be |
Returns a data table
data(accmini)
mutRate <- getMutationRate(dataObject=accmini)
mutRate <- mutRate[order(mutRate[,2],decreasing = TRUE),]
head(mutRate)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.