Package Bio :: Package SeqIO :: Module _index :: Class UniprotRandomAccess
[hide private]
[frames] | no frames]

Class UniprotRandomAccess

source code

               object --+        
                        |        
      SeqFileRandomAccess --+    
                            |    
SequentialSeqFileRandomAccess --+
                                |
                               UniprotRandomAccess

Random access to a UniProt XML file.

Instance Methods [hide private]
 
__iter__(self)
Returns (id,offset) tuples.
source code
 
get_raw(self, offset)
Similar to the get method, but returns the record as a raw string.
source code
 
get(self, offset)
Returns SeqRecord.
source code

Inherited from SequentialSeqFileRandomAccess: __init__

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__iter__(self)

source code 

Returns (id,offset) tuples.

Overrides: SeqFileRandomAccess.__iter__
(inherited documentation)

get_raw(self, offset)

source code 

Similar to the get method, but returns the record as a raw string.

Overrides: SeqFileRandomAccess.get_raw

get(self, offset)

source code 

Returns SeqRecord.

Overrides: SeqFileRandomAccess.get
(inherited documentation)