View source: R/TreeFunctions.R
getNodeSeq | R Documentation |
getNodeSeq
Sequence retrieval function.
getNodeSeq(data, node, tree = NULL, clone = NULL, gaps = TRUE)
data |
a tibble of |
node |
numeric node in tree (see details) |
tree |
a |
clone |
if |
gaps |
add IMGT gaps to output sequences? |
Use plotTrees(trees)[[1]] + geom_label(aes(label=node))+geom_tippoint() to show node labels, and getNodeSeq to return internal node sequences
A vector with sequence for each locus at a specified node
in tree
.
getTrees
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.