Function
subset
Creates a subset of a given StringSet.
subset(source, dest, id_array [, len])
Parameters
source
In-parameter:The source StringSet.
Types: StringSet
dest
Out-parameter:The destination StringSet (the subset).
Types: StringSet
id_array
In-parameter:An array of ids. Each id corresponds to a sequence that is supposed to be in the subset.
len
In-parameter:Optional length of the id array.
Remarks: If len is not defined the length function must be valid for this array or string type.
Return Values
void
SeqAn - Sequence Analysis Library - www.seqan.de