cluster.ex | R Documentation |
A dataset describing 5 different clusters. The headers (from alignment.ex), and associated meta data (from seq.info.ex) of cluster members is captured, as well as several cluster-level traits, such as growth and size. See component.cluster or further information onhow these were assigned based on graph.ex as an input
cluster.ex
A data.table object with 9 variables:
The unique identifier number for this cluster. A numeric
A list of vectors, each containing the accession IDs (characters) of sequences within a cluster
A list of vectors, each containing the collection date of sequences within a cluster
A list of vectors, each containing the subtypes (factors) within a cluster
A list of vectors, each containing the original headers from the alignement used to build this set of clusters
The original size of this cluster before being updated with new cases. This simply the number of sequences within the cluster
The growth of the cluster after new cases are added
The pairwise distance threshold used to create this complete set of clusters. Corresponds to a setID as an input parameter
The unique identifier for this set of clusters. A numeric
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.