bionty.base¶
Access to public ontologies.
bionty.base
is the read-only interface for public ontology that underlies bionty and doesn’t require a lamindb instance.
Import the package:
>>> import bionty.base as bt_base
Access public ontologies:
>>> genes = bt_base.Gene()
Get a DataFrame of all available values:
>>> genes.df()
Entities¶
Bionty base provides access to several entities, most of which are also supported by Bionty.
|
Organism. |
|
Gene. |
|
Protein. |
|
Cell markers. |
|
Cell type ontologies. |
|
Cell line. |
|
Tissue. |
|
Disease ontologies. |
|
Phenotype. |
|
Pathway. |
|
Experimental Factor. |
|
Developmental Stage. |
|
Drug ontologies. |
|
Ethnicity. |
|
Bioinformatics pipelines. |
|
BioSample attributes. |
Base class¶
Pronto Ontology objects can be accessed via {entity}.to_pronto()
.
|
PublicOntology object. |
|
Field of a PublicOntology model. |
Ontology sources¶
Displays all available sources. |
|
Displays all currently used sources. |
|
|
Reset local bionty sources file. |
Pronto Ontology¶
|
Interface with ontologies via pronto. |