createGeneAgePlot {PhyloProfile}R Documentation

Create gene age plot

Description

Create gene age plot

Usage

createGeneAgePlot(geneAgePlotDf, textFactor = 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

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

[Package PhyloProfile version 1.6.6 Index]