{% extends "prose.html" %} {% block title %}Biolookup Service Downloads{% endblock %} {% block styles %} {{ super() }} {% endblock %} {% block scripts %} {{ super() }} {% endblock %} {% block content %}

Downloads

The content of the Biolookup Service's underlying database is broken into several pieces:

Names

The names dataframe has three columns: prefixes, identifiers, and names.
DOI

Species

The species dataframe has three columns: prefixes, identifiers, and species denoted with NCBI taxonomy identifiers.
DOI

Definitions

The definitions dataframe has three columns: prefixes, identifiers, and text descriptions.
DOI

Alternative Identifiers

The alternative identifiers dataframe has three columns: prefixes, identifiers, and alternative identifiers.
DOI

{% endblock %}