Generate multiple kinds of plots summarising mappings of phenotypes and genes between the HPO and various non-human ontologies within uPheno.
uPheno cross-species mapping data generated by
map_upheno_data.
pheno_map_genes_match
by.
A named list, where each element in the list is the name of a column in the data, and the vector within each element represents the values to include in the final data.
A character vector of plot types to generate.
Arguments passed to plotting functions.
A named list of ggplot2 objects.
if (FALSE) { # \dontrun{
pheno_map_genes_match <- map_upheno_data()
upheno_plots <- plot_upheno(
pheno_map_genes_match = pheno_map_genes_match)
} # }