| sarscov2_us_2022 | R Documentation |
A simulated dataset of weekly SARS-CoV-2 variant sequence counts for the United States in 2022. Includes the BA.1 to BA.2 to BA.4/5 to BQ.1 transition dynamics. This is simulated data (not real GISAID data) to avoid license restrictions while preserving realistic statistical properties.
sarscov2_us_2022
A data frame with 200 rows and 4 columns:
Collection date (Date, weekly).
Variant name (character): BA.1, BA.2, BA.4/5, BQ.1, Other.
Number of sequences assigned to this variant in this week (integer).
Total sequences for this week (integer).
Simulated based on parameters from published CDC MMWR genomic surveillance reports and 'Nextstrain' public data.
data(sarscov2_us_2022)
x <- lfq_data(sarscov2_us_2022, lineage = variant,
date = date, count = count, total = total)
x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.