Package biana :: Package BianaParser :: Module biopaxLevel2Parser :: Class BiopaxEntity
[hide private]
[frames] | no frames]

Class BiopaxEntity

source code


Instance Methods [hide private]
 
_identity(a) source code
 
_entrez_funct(a) source code
 
_reactome_funct(a) source code
 
__init__(self, XMLNode)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
set_attributes(self, XMLNode) source code
 
_get_biana_object(self) source code
 
toBiana(self)
Add general attributes to external entity and adds it to the database
source code

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

Class Variables [hide private]
  resources = None
  controlled_relations = None
  database = None
  dbaccess = None
  _not_recognized = Set([])
  datatype_to_biana_type = {'chebi': 'CHEBI', 'compound': 'keggC...
  datatype_operations = {}
  x = 'tigr'
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, XMLNode)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

toBiana(self)

source code 

Add general attributes to external entity and adds it to the database

returns the external entity id assigned to it


Class Variable Details [hide private]

datatype_to_biana_type

Value:
{'chebi': 'CHEBI',
 'compound': 'keggCode',
 'embl': 'AccessionNumber',
 'ensembl': 'ensembl',
 'entrez': 'refseq',
 'flybase': 'flybase',
 'glycan': 'keggCode',
 'go': 'GO',
...