extractSite | R Documentation |
The functions in sitePath
usually include the results on
more than one site. The function extractSite
can be used to extract
the predicted result on a single site.
extractSite(x, site, ...) ## S3 method for class 'fixationSites' extractSite(x, site, ...)
x |
A |
site |
A site included in the result. |
... |
Other arguments |
The predicted result of a single site
data(zikv_tree_reduced) data(zikv_align_reduced) tree <- addMSA(zikv_tree_reduced, alignment = zikv_align_reduced) mutations <- fixationSites(lineagePath(tree)) extractSite(mutations, 139)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.