DNAVector
, RNAVector
and
AAVector
hold DNA-, RNA- or AA-sequences which can
contain also lowercase characters. In many cases repeat regions are coded
as lowercase characters and with the BioVector
based
classes sequence analysis with and without repeat regions can be performed
from the same sequence set. Whenever lowercase is not needed please use the
XStringSet
based classes as they provide much richer
functionality. The class BioVector
is derived from "character" and
holds the sequence information as character vector. Interfaces for the
small set of functions needed in KeBABS are designed consistent with
XStringSet
.Instances of the DNAVector
class are used for representing sets of
DNA sequences.
Instances of the RNAVector
class are used for representing sets of
RNA sequences.
Instances of the AAVector
class are used for representing sets of
amino acid sequences.