| influenza_h3n2 | R Documentation |
A simulated dataset of weekly influenza A/H3N2 clade sequence counts over a single Northern Hemisphere season (24 weeks).
influenza_h3n2
A data frame with 96 rows and 4 columns:
Collection date (Date, weekly).
Clade name (character).
Number of sequences (integer).
Total sequences for this week (integer).
Simulated based on 'Nextstrain' influenza clade dynamics.
data(influenza_h3n2)
x <- lfq_data(influenza_h3n2, lineage = clade,
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.