create_gene_age_plot: Create gene age plot

Description Usage Arguments Value Author(s) See Also Examples

Description

Create gene age plot

Usage

1
create_gene_age_plot(count_df, gene_age_text)

Arguments

count_df

data for plotting gene age

gene_age_text

text size

Value

A gene age distribution plot as a ggplot2 object

Author(s)

Vinh Tran tran@bio.uni-frankfurt.de

See Also

estimate_gene_age and gene_age_plotDf

Examples

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)

trvinh/test documentation built on May 9, 2019, 2:26 a.m.