Description Usage Arguments Value Author(s) Examples
This function detects noteworthy sequences (most common, closest to the consensus and most different from the consesus) to facilitate convenient detection of outlying sequences that might be excluded from the further analysis.
1 | noteworthy_seqs(percentage, alignment)
|
percentage |
The identity of each sequence in the alignment to the consensus sequence. Output of the |
alignment |
Alignment loaded with |
best_consensus |
Sequence closest to the consensus |
worst_consensus |
Sequence most different to the consensus |
most_common |
Most common sequence in the alignment |
Alicja Pluciennik & Michal Stolarczyk
1 2 3 4 | data("alignment")
consensus_seq = consensus(alignment, 30)
consensus_to_sequences_identity=cons2seqs_ident(alignment,consensus_seq)
noteworthy_seqs(consensus_to_sequences_identity, alignment)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.