View source: R/mergeFastaDuplicates.R
mergeFastaDuplicates | R Documentation |
If two fasta entries have the same sequence, keep only one copy of the sequence but concatenante the name to be Name1__Name2; __ can be replaced with delimiter of choice.
mergeFastaDuplicates(input, sep = "__________")
input |
XStringSet object to collapse. |
sep |
Delimiter to place between names. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.