createGeneAgePlot {PhyloProfile}R Documentation

Create gene age plot

Description

Create gene age plot

Usage

createGeneAgePlot(geneAgePlotDf, geneAgeText)

Arguments

geneAgePlotDf

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

geneAgeText

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(
    age = "07_LUCA",
    frea = 2,
    percentage = 100,
    pos = 50
)
geneAgeText <- 1
createGeneAgePlot(geneAgePlotDf, geneAgeText)

[Package PhyloProfile version 1.0.7 Index]