Description Usage Arguments Value Author(s) See Also Examples
Create gene age plot
1 | createGeneAgePlot(geneAgePlotDf, textFactor = 1)
|
geneAgePlotDf |
data frame required for plotting gene age (see ?geneAgePlotDf) |
textFactor |
increase factor of text size |
A gene age distribution plot as a ggplot2 object
Vinh Tran tran@bio.uni-frankfurt.de
estimateGeneAge
and geneAgePlotDf
1 2 3 4 5 6 | geneAgePlotDf <- data.frame(
name = c("Streptophyta (Phylum)", "Bikonta", "Eukaryota (Superkingdom)"),
count = c(7, 1, 30),
percentage = c(18, 3, 79)
)
createGeneAgePlot(geneAgePlotDf)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.