| sarscov2_surveillance | R Documentation |
Simulated genomic surveillance dataset with 5 regions, 26 weeks, highly unequal sequencing rates (15% to 0.5%), three sample sources, and negative binomial reporting delays. Contains known ground truth for benchmarking.
sarscov2_surveillance
A named list with four elements:
Tibble of sequence records: sequence_id, region, source_type, lineage, collection_date, report_date, epiweek.
Tibble with one row per region: region, n_positive, n_sequenced, seq_rate, pop_total.
Tibble of true lineage prevalence by region and week.
List of simulation parameters.
Simulated using surv_simulate(seed = 20240101).
data(sarscov2_surveillance)
head(sarscov2_surveillance$sequences)
sarscov2_surveillance$population
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.