Description Usage Arguments Value Author(s) See Also Examples
View source: R/estimateGeneAge.R
Create data for plotting gene ages
1 | 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
1 2 3 4 5 6 | geneAgeDf <- data.frame(
geneID = c("100136at6656", "100265at6656", "101621at6656", "103479at6656"),
cat = 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.