View source: R/estimateGeneAge.R
geneAgePlotDf | R Documentation |
Create data for plotting gene ages
geneAgePlotDf(geneAgeDf)
geneAgeDf |
data frame containing estimated gene ages for seed proteins |
A dataframe for plotting gene age plot containing the absolute number and percentage of genes for each calculated evolutionary ages and the corresponding position for writting those number on the plot.
Vinh Tran tran@bio.uni-frankfurt.de
estimateGeneAge
geneAgeDf <- data.frame(
geneID = c("100136at6656", "100265at6656", "101621at6656", "103479at6656"),
cath = c("0000001", "0000011", "0000001", "0000011"),
age = c("07_LUCA", "06_Eukaryota", "07_LUCA", "06_Eukaryota")
)
geneAgePlotDf(geneAgeDf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.