View source: R/VariantFisherTestHeatmap.R
VariantFisherTestHeatmap | R Documentation |
We generate a heatmap showing the Fisher test of somatic variants with the MT variants. Packages I want to remove.
VariantFisherTestHeatmap(
fisher_results,
patient,
min_alt_cells = 5,
min_oddsratio = 1,
verbose = TRUE
)
fisher_results |
Data.frame with the correlation results. |
patient |
The patient for this heatmap. |
min_alt_cells |
Minimum number of mutated cells needed, otherwise an association will not be plotted. |
min_oddsratio |
Minimum correlation needed. |
verbose |
Should the function be verbose? Default = TRUE |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.