Description Usage Arguments Value Author(s) See Also Examples
Create gene age plot
1 | create_gene_age_plot(count_df, gene_age_text)
|
count_df |
data for plotting gene age |
gene_age_text |
text size |
A gene age distribution plot as a ggplot2 object
Vinh Tran tran@bio.uni-frankfurt.de
estimate_gene_age
and gene_age_plotDf
1 2 3 4 5 6 7 8 | count_df <- data.frame(
age = "OG_1017",
frea = 2,
percentage = 100,
pos = 50
)
gene_age_text <- 1
create_gene_age_plot(count_df, gene_age_text)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.