Package biana :: Package BianaParser :: Module hgncParser :: Class HGNCParser
[hide private]
[frames] | no frames]

Class HGNCParser

source code


HGNC Parser Class

Instance Methods [hide private]
 
__init__(self)
Starts the bianaParser Object
source code
 
parse_database(self)
Method that implements the specific operations of HGNC parser
source code

Inherited from bianaParser.BianaParser: add_to_log, close, get_log_string, initialize_input_file_descriptor, parseArguments, print_help, start

Inherited from bianaParser.BianaParser (private): _indent, _splitsize

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

Class Variables [hide private]
  name = 'hgnc'
  description = 'This file implements a program that fills up ta...
  external_entity_definition = 'A external entity represents a p...
  external_entity_relations = ''
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

Starts the bianaParser Object

Overrides: object.__init__
(inherited documentation)

parse_database(self)

source code 

Method that implements the specific operations of HGNC parser

# Python generated dict 0 : HGNC ID 1 : Approved Symbol 2 : Approved Name 3 : Status 4 : Locus Type 5 : Previous Symbols 6 : Previous Names 7 : Aliases 8 : Name Aliases 9 : Chromosome 10 : Date Approved 11 : Date Modified 12 : Date Symbol Changed 13 : Date Name Changed 14 : Accession Numbers 15 : Enzyme IDs 16 : Entrez Gene ID 17 : Ensembl Gene ID 18 : Mouse Genome Database ID 19 : Specialist Database Links 20 : Specialist Database IDs 21 : Pubmed IDs 22 : RefSeq IDs 23 : Gene Family Name 24 : Record Type 25 : Primary IDs 26 : Secondary IDs 27 : CCDS IDs 28 : VEGA IDs 29 : Locus Specific Databases 30 : GDB ID (mapped data) 31 : Entrez Gene ID (mapped data supplied by NCBI) 32 : OMIM ID (mapped data supplied by NCBI) 33 : RefSeq (mapped data supplied by NCBI) 34 : UniProt ID (mapped data supplied by UniProt) 35 : Ensembl ID (mapped data supplied by Ensembl) 36 : UCSC ID (mapped data supplied by UCSC) 37 : Rat Genome Database ID (mapped data supplied by RGD)

Overrides: bianaParser.BianaParser.parse_database

Class Variable Details [hide private]

description

Value:
'This file implements a program that fills up tables in BIANA database\
 with information from HGNC'

external_entity_definition

Value:
'A external entity represents a protein'