View source: R/TreeFunctions.R
| getAllSeqs | R Documentation |
getNodeSeq Sequence retrieval function.
getAllSeqs(data, imgt_gaps = TRUE)
data |
a tibble of |
imgt_gaps |
include a column of gapped sequences? |
Column names: clone_id = clone id node_id = name of node, either the sequence name if a tip or Node<number> if internal node node = node number in tree. Tips are nodes 1:<number of tips>. locus = locus of sequence sequence = ungapped sequence, either observed for tips or reconstructed for internal nodes sequence_alignment = sequence with IMGT gaps (optional)
A tibble with sequence information for each tip and internal node of a set of trees.
getTrees getNodeSeq
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.