gene_age_plotDf: Create data for plotting gene ages

Description Usage Arguments Value Author(s) See Also Examples

Description

Create data for plotting gene ages

Usage

1
gene_age_plotDf(gene_ageDf)

Arguments

gene_ageDf

data of estimated gene age

Value

A dataframe for plotting gene age plot

Author(s)

Vinh Tran tran@bio.uni-frankfurt.de

See Also

estimate_gene_age

Examples

1
2
3
4
5
6
gene_ageDf <- data.frame(
geneID = c("OG_1017", "OG_1019"),
cat = c("0000001", "0000001"),
age = c("07_LUCA", "07_LUCA")
)
gene_age_plotDf(gene_ageDf)

trvinh/test documentation built on May 9, 2019, 2:26 a.m.