If a fasta entry has a concatenated name, e.g. from a previous call to mergeFastaDuplicates, then separate the concatenanted name and make a separate entry for each.

unmergeFastaDuplicates(input, sep = "__________")

Arguments

input

XStringSet object with concatenated names.

sep

Delimiter to search for and parse.

Value

XStringSet object modified so that a single entries with delimited names are replaced with multiple entries with identical sequences and unmerged names.