Description Usage Arguments Value Author(s) See Also Examples
Create data for plotting gene ages
1 | gene_age_plotDf(gene_ageDf)
|
gene_ageDf |
data of estimated gene age |
A dataframe for plotting gene age plot
Vinh Tran tran@bio.uni-frankfurt.de
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.