SequenceLocation#
- class biopax-explorer.biopax.sequencelocation.SequenceLocation(*args, **kwargs)[source]#
Bases:
UtilityClass
Class SequenceLocation
Definition: A location on a nucleotide or amino acid sequence. Usage: For most
purposes it is more appropriate to use subclasses of this class. Direct instances of SequenceLocation can be used for uknown locations that can not be classified neither as an interval nor a site.
code generator : rdfobj (author F.Moreews 2023-2024).
Methods
get_comment
()Attribute _comment getter
attribute_type_by_name
get_uri_string
object_attributes
set_comment
set_uri_string
to_json
type_attributes
Methods Summary
set_uri_string
(uristr)to_json
()Methods Documentation