Description Usage Arguments Details Value Author(s) Examples
Helper function to see if sequence names can be used in blast alignment.
1 |
names |
vector of sequence names |
Blast returns the first word of the fasta comment as an id. If multiple sequences have the same first word it would be impossible to reliable interpret the result. This function can be used to check uniqueness.
TRUE is the names are unique, FALSE otherwise.
Wim de Leeuw
1 2 3 | ns.blast.unique.names(c("sequence1","sequence2","sequence3"))
ns.blast.unique.names(c("myset sequence1","myset sequence2","myset sequence3"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.