createGeneAgePlot {PhyloProfile} | R Documentation |
Create gene age plot
createGeneAgePlot(geneAgePlotDf, textFactor = 1)
geneAgePlotDf |
data frame required for plotting gene age (see ?geneAgePlotDf) |
textFactor |
increase factor of text size |
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)