View source: R/getMutationsByLineage.R
getMutationsByLineage | R Documentation |
Retrieve all mutations in a specified lineage above a threshold
getMutationsByLineage(pangolin_lineage, frequency = 0.75, logInfo = TRUE)
pangolin_lineage |
PANGO lineage name or vector |
frequency |
a number between 0 and 1 specifying the frequency threshold above which to return mutations (default=0.8) |
logInfo |
(optional) 'Boolean' (T/F), T logs helper messages during API calls. |
dataframe
p1 = getMutationsByLineage(pangolin_lineage="P.1", frequency=0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.