mergeFastaDuplicates: If two fasta entries have the same sequence, keep only one...

View source: R/mergeFastaDuplicates.R

mergeFastaDuplicatesR 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.

Description

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.

Usage

mergeFastaDuplicates(input, sep = "__________")

Arguments

input

XStringSet object to collapse.

sep

Delimiter to place between names.


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