Skip to contents

Count the number of sequences in a cluster(s).

Usage

get_nsqs(phylota, cid)

Arguments

phylota

Phylota object

cid

Cluster ID(s)

Value

vector

Examples

data("cycads")
# count seqs for a random 10 clusters
random_cids <- sample(cycads@cids, 10)
nsqs <- get_nsqs(phylota = cycads, cid = random_cids)