View source: R/plot_evidence.R
plot_evidence | R Documentation |
Plot the distribution of evidence scores for gene-disease and gene-phenotype associations.
plot_evidence(
metric = "evidence_score_sum",
phenotype_to_genes = load_phenotype_to_genes(),
show_plot = TRUE,
save_path = NULL,
height = NULL,
width = NULL
)
metric |
Aggregated metric of evidence to assess. |
phenotype_to_genes |
Output of load_phenotype_to_genes mapping phenotypes to gene annotations. |
show_plot |
Show the plot. |
save_path |
Path to save interactive plot to as a self-contained HTML file. |
height |
Height of the heatmap body. |
width |
Width of the heatmap body. |
out <- plot_evidence()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.