get.merge.idx | R Documentation |
Identifies the indices of similar input sequences to be merged.
get.merge.idx(seqs, max.degeneracy)
seqs |
The input sequence strings. |
max.degeneracy |
The maximal allowed degeneracy of a merged seq. |
A list of lists containing the indices of seqs to be merged. For example [[1,2,3]] would indicate to merge primers 1, 2, and 3.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.