Data Integrator (Python API)
Classes | Variables
cls.HGMDAnnotation Namespace Reference

Class for accessing the HGMD data. More...

Classes

class  CHGMDAnnotation
 Connector class for accessing HGMD data stored in an in-house database. More...
 

Variables

list SUPPORTED_OPERATORS = ["AND", "OR"]
 
list SUPPORTED_BINARY_OPERATORS = [True, False]
 
dictionary COORD_SYS_MAPPING = {"GRCh37": "hg19", "GRCh38": "hg38"}
 

Detailed Description

Class for accessing the HGMD data.

Authors
Hagen Blankenburg
Date
2013-03-12

Variable Documentation

◆ COORD_SYS_MAPPING

dictionary cls.HGMDAnnotation.COORD_SYS_MAPPING = {"GRCh37": "hg19", "GRCh38": "hg38"}

◆ SUPPORTED_BINARY_OPERATORS

list cls.HGMDAnnotation.SUPPORTED_BINARY_OPERATORS = [True, False]

◆ SUPPORTED_OPERATORS

list cls.HGMDAnnotation.SUPPORTED_OPERATORS = ["AND", "OR"]