Description Usage Arguments Details Value See Also Examples
For all sequences in a cluster(s) the MAD score.
1 | calc_mad(phylota, cid)
|
phylota |
Phylota object |
cid |
Cluster ID(s) |
MAD is a measure of the deviation in sequence length of a cluster. Values range from 0 to 1. Clusters with values close to 1 have sequences with similar lengths.
vector
Other tools-public: calc_wrdfrq,
drop_by_rank, drop_clstrs,
drop_sqs, get_clstr_slot,
get_nsqs, get_ntaxa,
get_sq_slot, get_stage_times,
get_tx_slot, get_txids,
is_txid_in_clstr,
is_txid_in_sq,
list_clstrrec_slots,
list_ncbi_ranks,
list_seqrec_slots,
list_taxrec_slots,
plot_phylota_pa,
plot_phylota_treemap,
read_phylota, write_sqs
1 2 3 | data("bromeliads")
random_cids <- sample(bromeliads@cids, 10)
(calc_mad(phylota = bromeliads, cid = random_cids))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.