View source: R/seqArchR_auxiliary_functionsI.R
get_seqs_clust_list | R Documentation |
Given the sequence cluster labels from the seqArchR result object, returns the clusters separated as a list.
get_seqs_clust_list(seqs_clust_lab)
seqs_clust_lab |
Sequences with cluster labels as in the seqArchR result object. |
A list holding sequence IDs belonging in each cluster.
clustLabels <- sample(seq_len(4), 50, replace = TRUE)
print(clustLabels)
get_seqs_clust_list(clustLabels)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.