preparing data frame for plotting
Usage
makedf(
a1_counts,
tot_counts,
gene,
metadata = NULL,
order.by = "time",
split.var = "group"
)
Arguments
- a1_counts
Reference allele counts
- tot_counts
Total gene counts counts
- gene
gene symbol or other id, the same style that is used for the row names in the count matrices
Examples
makedf()
#> Error in makedf(): argument "a1_counts" is missing, with no default