bionty.BFXPipeline#

class bionty.BFXPipeline(species='all', source=None, version=None, **kwargs)#

Bases: Bionty

Bioinformatics pipelines.

Parameters:
  • speciesname of Species entity.

  • source – The key of the source in the local.yml versions file. Get all available databases with bionty.display_available_sources.

  • version – The version of the ontology. Typically a date or an actual version. Get available versions with bionty.display_available_sources.

Attributes

fields property#

All Bionty entity fields.

source property#

Name of the source.

species property#

The name of Species Bionty.

version property#

The name of version entity Bionty.

Methods

df()#

Pandas DataFrame of the ontology.

Return type:

DataFrame

Returns:

A Pandas DataFrame of the ontology.

Examples

>>> import bionty as bt
>>> bt.BFXPipeline().df()