Description Usage Arguments Value Author(s)
View source: R/create_recurrence_table.R
A function that imports ANNOVAR annotated files merged using create_merged_data and creates a table with the number of mutations found in genes among samples in decreasing order of recurrence.
1 | create_recurrence_table(data = NULL, recurrence_threshold = 2)
|
data |
dataframe from create_merged_data function (required) |
recurrence_threshold |
the threshold to cutoff recurrence (default: 2) |
Returns a table with samples in the columns, genes and counts as rows in descending order of recurrence.
Richard J. de Borja
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.