Package BioSQL :: Module BioSeq :: Class DBSeqRecord
[hide private]
[frames] | no frames]

Class DBSeqRecord

source code

object --+
         |
        DBSeqRecord

BioSQL equivalent of the biopython SeqRecord object.

Instance Methods [hide private]
 
__init__(self, adaptor, primary_id)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__get_seq(self) source code
 
__set_seq(self, seq) source code
 
__del_seq(self) source code
 
__get_dbxrefs(self) source code
 
__set_dbxrefs(self, dbxrefs) source code
 
__del_dbxrefs(self) source code
 
__get_features(self) source code
 
__set_features(self, features) source code
 
__del_features(self) source code
 
__get_annotations(self) source code
 
__set_annotations(self, annotations) source code
 
__del_annotations(self) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]
  seq
Seq object
  dbxrefs
Dbxrefs
  features
Features
  annotations
Annotations

Inherited from object: __class__

Method Details [hide private]

__init__(self, adaptor, primary_id)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

Property Details [hide private]

seq

Seq object

Get Method:
__get_seq(self)
Set Method:
__set_seq(self, seq)
Delete Method:
__del_seq(self)

dbxrefs

Dbxrefs

Get Method:
__get_dbxrefs(self)
Set Method:
__set_dbxrefs(self, dbxrefs)
Delete Method:
__del_dbxrefs(self)

features

Features

Get Method:
__get_features(self)
Set Method:
__set_features(self, features)
Delete Method:
__del_features(self)

annotations

Annotations

Get Method:
__get_annotations(self)
Set Method:
__set_annotations(self, annotations)
Delete Method:
__del_annotations(self)