createGeneAgePlot | R Documentation |
Create gene age plot
createGeneAgePlot(geneAgePlotDf, textFactor = 1, font = "Arial")
geneAgePlotDf |
data frame required for plotting gene age (see ?geneAgePlotDf) |
textFactor |
increase factor of text size |
font |
font of text. Default = Arial" |
A gene age distribution plot as a ggplot2 object
Vinh Tran tran@bio.uni-frankfurt.de
estimateGeneAge
and geneAgePlotDf
geneAgePlotDf <- data.frame(
name = c("Streptophyta (Phylum)", "Bikonta", "Eukaryota (Superkingdom)"),
count = c(7, 1, 30),
percentage = c(18, 3, 79)
)
createGeneAgePlot(geneAgePlotDf, 1, "sans")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.