Data Integrator (Python API)
|
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"} |
Class for accessing the HGMD data.
dictionary cls.HGMDAnnotation.COORD_SYS_MAPPING = {"GRCh37": "hg19", "GRCh38": "hg38"} |
list cls.HGMDAnnotation.SUPPORTED_BINARY_OPERATORS = [True, False] |
list cls.HGMDAnnotation.SUPPORTED_OPERATORS = ["AND", "OR"] |