Description Objects from the Class Slots Methods Author(s) References
A MIRIAM annotation, consisting of a qualifier ("model", "biological" or something else) and a resource (URI).
Objects can be created by calls of the form new("CVTerm", ...)
.
qualifierType
:Object of class "character"
specifying the type of qualifier for this term. Types "model" and
"biological" have special meaning, but any string may be specified.
modelQualifierType
:Object of class "character"
specifying the type of model qualifier, if qualifierType
is
set to "model". Types "is" and "isDescribedBy" are formally
defined in MIRIAM, but any string may be specified.
biologicalQualifierType
:Object of class
"character"
specifying the type of biological qualifier, if
qualifierType
is set to "biological". Types "is", "hasPart",
"isPartOf", "isVersionOf", "hasVersion", "isHomologTo",
and "isDescribedBy" are formally defined in MIRIAM, though any
string may be specified.
resources
:Object of class "character"
specifying a URI that identifies some resource related an SBML
element by the qualifier.
signature(object = "CVTerm")
:
gets the biologicalQualifierType
slot.
signature(object =
"CVTerm")
:
sets the biologicalQualifierType
slot.
signature(object = "CVTerm")
:
gets the modelQualifierType
slot.
signature(object = "CVTerm")
:
sets the modelQualifierType
slot.
signature(object = "CVTerm")
:
gets the qualifierType
slot.
signature(object = "CVTerm")
:
sets the qualifierType
slot.
signature(object = "CVTerm")
:
gets the resources
slot.
signature(object = "CVTerm")
:
sets the resources
slot.
Michael Lawrence
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.