d_zibb_2 | R Documentation |
A small example dataset that has the following features:
1 conditions
5 individuals (samples)
3 biological replicates per individual
15 Ig genes
This dataset was simulated from zero-inflated beta-binomial (ZIBB) distribution. Simulation code is available in inst/scripts/d_zibb_2.R
data("d_zibb_2", package = "IgGeneUsage")
A data frame with columns:
"individual_id"
"condition"
"gene_name"
"replicate"
"gene_name_count"
This format is accepted by IgGeneUsage.
Simulation code is provided in inst/scripts/d_zibb_2.R
data("d_zibb_2", package = "IgGeneUsage")
head(d_zibb_2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.