SequenceInfo: "SequenceInfo" class

Description Objects from the Class Slots Methods See Also Examples

View source: R/SequenceInfo.R

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

1
showClass("SequenceInfo")

ASEB documentation built on Nov. 8, 2020, 5:07 p.m.