pypath.utils.mapping§
- members:
Module Attributes
Classes for reading and use serving ID mapping data from custom file, function, UniProt, UniProt ID Mapping, Ensembl BioMart, PRO (Protein Ontology), miRBase or pickle file. |
Functions
|
The module under its mapper attribute has an instance of the Mapper object, which manages the ID translations. |
|
From a string, tries to guess the ID type and optionally the entity type. |
|
For a label (e.g. Gene Symbol) returns the corresponding IDs (e.g. UniProt IDs). |
|
For a label (e.g. Gene Symbol) returns a single ID (e.g. UniProt IDs). |
|
Identifier types with their labels. |
|
Create a new Mapper instance under the mapper attribute of this module. |
|
For any kind of entity, either protein, miRNA or protein complex, returns the preferred human readable label. |
|
Translates one instance of one ID type to a different one. |
|
Translates the name and returns only one of the resulted IDs. |
|
Same as |
A list of built-in mapping tables. |
|
|
Identifier translation table as a pandas.DataFrame. |
|
Identifier translation table as a dict of sets. |
Classes
|
Reads ID translation data and creates |
|
|
|
This is the class directly handling ID translation data. |
|