Package biana :: Package BianaParser :: Module psi_MiXMLParser :: Class Psi_MiNames
[hide private]
[frames] | no frames]

Class Psi_MiNames

source code

Class representing information encapsulated within names XML tags

Instance Methods [hide private]
 
__init__(self, label=None, name=None, listAlias=None)
shortLabel: inside PSI_MI_TAG_LABEL fullName: inside PSI_MI_TAG_NAME listAlias: [(in PSI_MI_TAG_ALIAS_ATTRIBUTE_TYPE, inside PSI_MI_TAG_ALIAS), ] ---> i.e.
source code
 
__del__(self) source code
 
__str__(self) source code
Class Variables [hide private]
  PSI_MI_TAG_NAMES = 'names'
  PSI_MI_TAG_LABEL = 'shortLabel'
  PSI_MI_TAG_NAME = 'fullName'
  PSI_MI_TAG_ALIAS = 'alias'
  PSI_MI_TAG_ALIAS_ATTRIBUTE_TYPE = 'type'
Method Details [hide private]

__init__(self, label=None, name=None, listAlias=None)
(Constructor)

source code 

shortLabel: inside PSI_MI_TAG_LABEL fullName: inside PSI_MI_TAG_NAME listAlias: [(in PSI_MI_TAG_ALIAS_ATTRIBUTE_TYPE, inside PSI_MI_TAG_ALIAS), ] ---> i.e. [('gene name', 'Caf1'), ] PSI_MI_TAG_ALIAS_ATTRIBUTE_TYPE can be: gene name | gene name snonym | orf name