pypath.inputs.ontology.listof_ontologies§
- pypath.inputs.ontology.listof_ontologies(fields: List | str | None = None, full_config: bool = False) List[tuple] | Dict[str, str] [source]§
Returns a list of available ontologies in the EBI Ontology Lookup Service.
- Args
- fields: Additional field(s) to include, apart from the default
ones.
full_config: Keep the full config dict.
- Return
If no extra fields and no full config are requested: a dict with ontology abbreviations as keys and ontology names as values. Otherwise a list of named tuples, each representing an ontology described by the requested fields.