| cdhit_clusters {kmers} | R Documentation |
result as a set of the cluster tables
cdhit_clusters(x,
k = 12,
identities = 0.8,
n.threads = NULL);
a tuple list that contains the data slots:
family: a vector of the FamilyExports object, each element is the summary data of one cluster: the family_id, the members cluster size, and the representative/rep_seq data of the representative sequence;
sequence: a vector of the SequenceCluster object, each element is the data of one cluster member: the seq_title, the family_id, the score identity to the cluster representative and the seq sequence data;
clusters: a vector of the SimilarHit object, which is the raw cluster result of the CD-HIT like clustering: the SeqID is the representative sequence of the cluster and the Similar property is the identity score of each cluster member to the representative sequence.
this function returns NULL if the input data can not be cast to a fasta sequence collection.