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

Description Usage Arguments

View source: R/mergeFastaDuplicates.R

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

1
mergeFastaDuplicates(input, sep = "__________")

Arguments

input

XStringSet object to collapse.

sep

Delimiter to place between names.


brandonsie/epitopefindr documentation built on Oct. 31, 2021, 5:20 p.m.