Description Usage Arguments Slots See Also Examples
Cluster record contains all information on a cluster.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
x |
|
object |
|
max.level |
Maximum level of nesting for str() |
... |
Further arguments for str() |
idCluster ID, integer
sidsSequence IDs
nsqsNumber of sequences
txidsSource txids for sequences
ntxNumber of taxa
typCluster type: direct, subtree or merged
seedSeed sequence ID
prntParent taxonomic ID
Other run-public: ClstrArc-class,
Phylota-class, SeqArc-class,
SeqRec-class, TaxDict-class,
TaxRec-class, clusters2_run,
clusters_run,
parameters_reset, reset,
restart, run,
setup, taxise_run
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | data('aotus')
clstrrec <- aotus@clstrs@clstrs[[1]]
# this is a ClstrRec object
# it contains cluster information
show(clstrrec)
# you can access its different data slots with @
clstrrec@id # cluster id
clstrrec@sids # sequence IDs
clstrrec@nsqs # number of sequences
clstrrec@txids # taxonomic IDs of sequences
clstrrec@ntx # number unique taxonomic IDs
clstrrec@typ # cluster type: merged, subtree, direct or paraphyly
clstrrec@prnt # MRCA of all taxa
clstrrec@seed # most inter-connected sequence
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.