Description Usage Arguments Value
View source: R/analysisWGS_detectEnrichmentOfMutants.R
Perform a Fisher's Exact test to detect groups enriched with mutants (mutations / deep CNA).
1 2 3 4 5 6 | detectEnrichmentOfMutants(
mutData,
groupInfo,
genesOfInterest,
minRelMutantsInGroup = 0.1
)
|
mutData |
(tibble): Combinedreport containing the somatic mutations per gene, per sample. |
groupInfo |
(tibble): Tibble containing grouping information. Needs the following columns: sample, group. |
genesOfInterest |
(character): List of genes (ENSEMBL/SYMBOL) for which to always look for enrichment (regardless of minRel mutants.) |
minRelMutantsInGroup |
(numeric): Only check enrichment for genes with >=X rel. mutants in the group. |
(tibble) Returns a tibble of the results from the Fisher's Exact test.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.