Data Integrator (Python API)
Public Member Functions | List of all members
cls.PairwiseMapperBase.CPairwiseMapperBase Class Reference

Base class for entity converting. More...

Inheritance diagram for cls.PairwiseMapperBase.CPairwiseMapperBase:
Inheritance graph
[legend]

Public Member Functions

def __init__ (s, paths)
 Constructor. More...
 
def GetPaths (s)
 Get CPaths object stored here. More...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ __init__()

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.

Member Function Documentation

◆ GetPaths()

def cls.PairwiseMapperBase.CPairwiseMapperBase.GetPaths (   s)

Get CPaths object stored here.


The documentation for this class was generated from the following file: