obophenotype / ABA_Uberon

Ontologized versions of the ABA structureGraphs - with mappings to Uberon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ABA_Uberon

This repository contains an application ontology built by combining ontologised versions of the Allan Brain Atlas StructureGraphs mapped to Uberon.

For deails of the source files, their origins and their relationships, please see ABA_Uberon.md.

Product: aba_uberon.owl

To launch local in OLS via Docker

docker build . -t uberallen-ols
docker run -p 8080:8080 -t uberallen-ols 

OLS should now be running at http://localhost:8080

To view in Protege:

configure rendering as follows:

image image

Example content:

image image

Links go straight to the relevant page on the Allen Brain Atlas, e.g. the above link goes to:

image http://atlas.brain-map.org/atlas?atlas=265297125#structure=4313

Roadmap

Aims:

  • To provide a browsable, integrated ontology combining Uberon and ontologised versions of the ABA structueGraphs, with links to the relevant Allen Brain Atlas pages and (if possible, thumbnail preview images)
  • To provide mappings in reviewable form - as tables.
  • To provide reports of which nodes from the structureGraphs have mappings and which do not.

MVP: Combined ontology with ABA links and modified labels - browsable in Protege, built via scripts and Make.

Phase2: Ontology Lookup Service local instance; reports.

For more detailed plans for further development, please see the Epics columns here: https://github.com/obophenotype/ABA_Uberon/projects/1

About

Ontologized versions of the ABA structureGraphs - with mappings to Uberon


Languages

Language:Python 75.6%Language:Makefile 16.2%Language:Dockerfile 3.4%Language:Shell 2.4%Language:R 2.3%