Data Integrator (Python API)
|
Base class for entity converting. More...
Public Member Functions | |
def | __init__ (s, paths) |
Constructor. More... | |
def | GetPaths (s) |
Get CPaths object stored here. More... | |
Base class for entity converting.
This class provides some framework for commonly used tasks that arise during conversions or mappings for genes and proteins alike. Utility functions for reading a tab-separated file and indexing between the columns are given here. Furthermore, it offers a workflow scaffold for handling such conversions.
def cls.PairwiseMapperBase.CPairwiseMapperBase.__init__ | ( | s, | |
paths | |||
) |
Constructor.
Keeps the @p paths parameter as an internal variable and calls the init function for reading files. @param paths @c CPaths object for versioned file name retrieval.
Reimplemented in cls.HSGeneOrthologyMapping.CMappingContainerBase.
def cls.PairwiseMapperBase.CPairwiseMapperBase.GetPaths | ( | s | ) |
Get CPaths object stored here.