Visualize GO enrichment result in a diamond plot
GO_diamondplot(data, palette = TRUE, output_name)
data | A tibble, with following columns
|
---|---|
palette | Character, to choose from available palette or define a
palette.
|
output_name | A character vector containing name of the output
plot. |
a diamond GO plot and image file of same.
if (FALSE) { data <- readr::read_delim(system.file("extdata/genesets/an_af_pm_spores_GO.txt" , package = "FungalSporeAnalysis"), col_names = TRUE, delim="\t") GO_diamondplot(data, output_name = "An_Af_Pm_GO", palette="three_color") }