graph.ex | R Documentation |
This implementation of a graph is a list, describing a set of sequences and the distances between them. See create.graph for more information on how this graph was created using alignment.ex as input
graph.ex
A list of 3 variables
See seq.info.ex, a data.table containing sequence meta data
A named, weighted pairwise distance matrix.
a data.table pairing new sequences, to a single sequence. In order to ensure that clusters do not merge upon growth, a new sequence may only join up to one old cluster. By default, new sequences join the cluster of the sequence they are most similar to.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.