Description Objects from the Class Slots Methods See Also Examples
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
.
1 | showClass("SequenceInfo")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.