Data Integrator (Python API)
|
Base class for Homo sapiens to other species gene mappings. More...
Public Member Functions | |
def | Convert (s, key, isHS=True) |
Convert from orthologous gene to HS gene. More... | |
![]() | |
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... | |
Base class for Homo sapiens to other species gene mappings.
Establishes a framework for mapping HS genes to any other species. We have chosen this way, as we are not sure which additional organisms we want to see included, therefore this base class has been implemented and facilitates creation of additional, unforeseen orthology mappings.
def cls.HSGeneOrthologyMapping.CHSGeneOrthologyMappingBase.Convert | ( | s, | |
key, | |||
isHS = True |
|||
) |
Convert from orthologous gene to HS gene.
key | Identifier to be converted. |
isHS | True if the key is a H. sapiens identifier. The result is then to gene from the orthologous species. If set to False , the conversion is made from the foreign organism to HS. |
list
of COrthlogPair instances. Can be empty.