SequenceInterval#

class biopax-explorer.biopax.sequenceinterval.SequenceInterval(*args, **kwargs)[source]#

Bases: SequenceLocation

Class 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

get_sequenceIntervalBegin()

Attribute _sequenceIntervalBegin getter

get_sequenceIntervalEnd()

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_type_by_name()

get_sequenceIntervalBegin()

Attribute _sequenceIntervalBegin getter

get_sequenceIntervalEnd()

Attribute _sequenceIntervalEnd getter

get_uri_string()

object_attributes()

set_sequenceIntervalBegin(value)

set_sequenceIntervalEnd(value)

set_uri_string(uristr)

to_json()

type_attributes()

Methods Documentation

attribute_type_by_name()[source]#
get_sequenceIntervalBegin()[source]#
Attribute _sequenceIntervalBegin getter

The begin position of a sequence interval.

get_sequenceIntervalEnd()[source]#
Attribute _sequenceIntervalEnd getter

The end position of a sequence interval.

get_uri_string()[source]#
object_attributes()[source]#
set_sequenceIntervalBegin(value)[source]#
set_sequenceIntervalEnd(value)[source]#
set_uri_string(uristr)[source]#
to_json()[source]#
type_attributes()[source]#