SequenceInterval#
- class biopax-explorer.biopax.sequenceinterval.SequenceInterval(*args, **kwargs)[source]#
Bases:
SequenceLocationClass SequenceInterval
Definition: An interval on a sequence. Usage: Interval is defined as an ordered
pair of SequenceSites. All of the sequence from the begin site to the end site (inclusive) is described, not any subset.
code generator : rdfobj (author F.Moreews 2023-2024).
Methods
get_comment()Attribute _comment getter
Attribute _sequenceIntervalBegin getter
Attribute _sequenceIntervalEnd getter
attribute_type_by_name
get_uri_string
object_attributes
set_comment
set_sequenceIntervalBegin
set_sequenceIntervalEnd
set_uri_string
to_json
type_attributes
Methods Summary
Attribute _sequenceIntervalBegin getter
Attribute _sequenceIntervalEnd getter
set_sequenceIntervalBegin(value)set_sequenceIntervalEnd(value)set_uri_string(uristr)to_json()Methods Documentation
- get_sequenceIntervalBegin()[source]#
- Attribute _sequenceIntervalBegin getter
The begin position of a sequence interval.