Function
addSeed
Adds a seed to an existing set.
addSeed(set, beginPosH, beginPosV, length, tag)
addSeed(set, beginPosH, beginPosV, endPosH, endPosV, tag)
addSeed(set, seed, tag)
Include Headers
seqan/seeds.h
Parameters
set
The set to which the new seed should be added.
Types: SeedSet
beginPosH
Start position in database (horizontal).
beginPosV
Start position in query (vertical).
length
Length of the seed.
tag
The algorithm that should be used to add the new seed.
endPosH
End position in database (horizontal).
endPosV
End Position in query (vertical).
seed
The new Seed.
Types: Seed
Remarks: The seed is copied and then added.
Return Values
Boolean if successfully added.
Remarks: Always true for Tag Single.
Member of
SeqAn - Sequence Analysis Library - www.seqan.de
 

Page built @2013/07/11 09:12:17