unmergeFastaDuplicates: If a fasta entry has a concatenated name, e.g. from a...

View source: R/unmergeFastaDuplicates.R

unmergeFastaDuplicatesR Documentation

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.

Description

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.

Usage

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.


brandonsie/epitopefindr documentation built on May 4, 2024, 10:27 a.m.