Description Usage Arguments Value Examples
This is useful to get the samples we have intrahost data for.
| 1 | get_double(df, samples = 2)
 | 
| df | A data frame with at least ENROLLID, SPECID, season, and pcr_result. Each row is an isolate. | 
| samples | The number of samples required to keep ENROLLID default = 2. | 
the a data frame with only ENROLLID with multiple isolates - each row is an isolate
| 1 2 3 4 | # There  one shared iSNV here and one fixed difference the rest are the same.
print(small_meta)
get_double(small_meta)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.