posterior counts simulated under the expected dispersion
make_plotdf_simul.Rd
posterior counts simulated under the expected dispersion
Usage
make_plotdf_simul(
a1_counts,
tot_counts,
gene,
metadata,
split.var = "group",
order.by = "time",
estimates_group,
init.seed = 10001101
)
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
- metadata
Metadata object containing cell level information. Metadata rownames must match the column names of the count matrices.
- split.var
Name of the variable which will be used to split the cells.
- order.by
variable to order allelic ratio by
- estimates_group
output of estim_bbparams_bygroup()
- init.seed
set seed value