SequenceInfo {ASEB}R Documentation

"SequenceInfo" class

Description

This class is used to store sequences and identifiers for lysine sites or proteins.

Objects from the Class

Objects from this class are created by constructor SequenceInfo, as outlined below.

Slots

sequences:

"character" containing sequences.

id:

"character" containing identifiers.

Methods

Constructor:

SequenceInfo

signature(sequences = "character", id = "character"): Create a SequenceInfo object from sequences and their identifiers. The length of id must match that of sequences.

See Also

readSequence, asebSites, asebProteins, drawStat, drawEScurve.

Examples

showClass("SequenceInfo")

[Package ASEB version 1.26.0 Index]