pypath.inputs.drugcentral.drugcentral_mapping§
- pypath.inputs.drugcentral.drugcentral_mapping(id_type: str, target_id_type: str) dict[str, set[str]] [source]§
Identifier translation table from Drug Central.
Available ID types: drugcentral, inn, cas, smiles, inchikey, inchi.
- Args
- id_type:
The identifier type to be used as keys.
- target_id_type:
The identifier type that will be collected into the values.
- Returns
An identifier translation table.