createGeneAgePlot: Create gene age plot

Description Usage Arguments Value Author(s) See Also Examples

Description

Create gene age plot

Usage

1

Arguments

geneAgePlotDf

data frame required for plotting gene age (see ?geneAgePlotDf)

textFactor

increase factor of text size

Value

A gene age distribution plot as a ggplot2 object

Author(s)

Vinh Tran tran@bio.uni-frankfurt.de

See Also

estimateGeneAge and geneAgePlotDf

Examples

1
2
3
4
5
6
geneAgePlotDf <- data.frame(
    name = c("Streptophyta (Phylum)", "Bikonta", "Eukaryota (Superkingdom)"),
    count = c(7, 1, 30),
    percentage = c(18, 3, 79)
)
createGeneAgePlot(geneAgePlotDf)

PhyloProfile documentation built on March 27, 2021, 6:01 p.m.