CVTerm-class {rsbml} | R Documentation |
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
:"character"
specifying the type of qualifier for this term. Types "model" and
"biological" have special meaning, but any string may be specified.modelQualifierType
:"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
:"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
:"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