Description Usage Arguments Value Author(s) Examples
Visualize GO enrichment result in a diamond plot
1 | 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.
pooja sethiya
1 2 3 4 5 6 7 | ## Not run:
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")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.