createGeneAgePlot {PhyloProfile} | R Documentation |
Create gene age plot
createGeneAgePlot(geneAgePlotDf, geneAgeText)
geneAgePlotDf |
data frame required for plotting gene age (see ?geneAgePlotDf) |
geneAgeText |
text size |
A gene age distribution plot as a ggplot2 object
Vinh Tran tran@bio.uni-frankfurt.de
estimateGeneAge
and geneAgePlotDf
geneAgePlotDf <- data.frame( age = "07_LUCA", frea = 2, percentage = 100, pos = 50 ) geneAgeText <- 1 createGeneAgePlot(geneAgePlotDf, geneAgeText)