| SequenceInfo {ASEB} | R Documentation |
This class is used to store sequences and identifiers for lysine sites or proteins.
Objects from this class are created by constructor SequenceInfo, as outlined below.
sequences:"character"
containing sequences.
id:"character" containing identifiers.
Constructor:
signature(sequences = "character", id = "character"):
Create a SequenceInfo object from sequences and their
identifiers. The length of id must match that of sequences.
readSequence,
asebSites,
asebProteins,
drawStat,
drawEScurve.
showClass("SequenceInfo")