Data Integrator (Python API)
|
Human gene ID conversion. More...
Static Public Attributes | |
paths = CPaths(); | |
mapper = CHSGeneIdConversion(paths); | |
Additional Inherited Members | |
![]() | |
def | Convert (s, key, srcDbToken, dstDbToken) |
Map from one database to any other. More... | |
![]() | |
def | __init__ (s, paths) |
Constructor. More... | |
def | GetPaths (s) |
Get CPaths object stored here. More... | |
Human gene ID conversion.
Conversion of gene identifiers is done using the Ensembl Biomart tool wherever possible, that is, whenever this tool offers desired data. Conversion is also always done by converting the foreign id to an Ensembl gene ID and from there it is further converted to the final ID. By using this central hub, all possible combinations conversion operations are carried out easily.
|
static |
|
static |