Giter VIP home page Giter VIP logo

conso's Introduction


Curation of Neurodegeneration Supporting Ontology (CONSO) GitHub Actions DOI

This ontology, developed during the Human Brain Pharmacome project, contains terms representing chemistry, molecular biology, epidemiology, and pathology relevant to neurodegenerative disease. A web site listing the contents is hosted by GitHub Pages at https://pharmacome.github.io/conso/.

ContentsExportsContributingBuildLicense

Contents

This tab-separated values file contains a two columns describing classes of entities in CONSO:

  1. Class
  2. BEL Encodings

This tab-separated values file contains a six columns describing relationships used in CONSO:

  1. Identifier
  2. Name
  3. Namespace (optional)
  4. Xrefs (namespace prefixed, comma separated)
  5. Transitive (true or false)
  6. Comment

This tab-separated values file contains four columns describing entities in CONSO:

  1. Identifier
  2. Author
  3. Label
  4. Class
  5. References (namespace prefixed, comma separated. Example: pmid:1234, pmid:1245, pmc:PMC1234)
  6. Description (no double quote characters allowed)

This tab-separated values contains four columns describing synonyms for terms in CONSO:

  1. Identifier
  2. Synonym
  3. References (namespace prefixed, comma separated. Example: pubmed:1234, pubmed:1245, pmc:PMC1234)
  4. Specificity (one of EXACT, BROAD, NARROW, or RELATED. See: https://owlcollab.github.io/oboformat/doc/GO.format.obo-1_4.html)

This tab-separated values file contains three columns describing other databases that have listed this equivalent entity:

  1. CONSO Identifier
  2. Database (preferred using identifiers.org)
  3. Identifier

This tab-separated values file describes relations between terms in CONSO:

  1. Source Namespace
  2. Source Identifier
  3. Source Name
  4. Relationship (e.g., is_a, part_of, etc.)
  5. Target Namespace
  6. Target Identifier
  7. Target Name

CONSO is automatically exported to several formats on each build in the export/ directory:

Open Biomedical Ontology

The latest OBO file can be found at https://raw.githubusercontent.com/pharmacome/conso/master/export/conso.obo.

This file can be regenerated with tox -e obo.

Web Ontology Language

The latest OWL file can be found at https://raw.githubusercontent.com/pharmacome/conso/master/export/conso.owl.

This file can be regenerated with tox -e owl.

Biological Expression Language

The Biological Expression Language (BEL) is a domain specific language for encoding biomedical relations. It relies on controlled vocabularies like CONSO to ensure semantic alignment.

A BEL namespace file for CONSO can be generated with tox -e belns, then commit to GitHub and use the commit hash to build a new URL for BEL documents following the form of: https://raw.githubusercontent.com/pharmacome/conso/{HASH GOES HERE}/export/conso.belns

The latest BEL namespace can be found at:

Contributing

Contributions are welcome! Please submit all pull requests to https://github.com/pharmacome/conso.

Tips:

  • When adding a new term, make sure that the entry has a new and unique identifier that follows the regular expression ^CONSO\d{5}$
  • Only capitalize proper nouns in term labels (e.g., Tau is a named protein, so it is capitalized but hyperphosphorylation is not)
  • Normalize greek letters to full english names, then add synonyms with the greek letter.
  • References should be written as compact URIs (CURIEs) (e.g., pubmed:1234, pubmed:1245, pmc:PMC1234, etc.)

Build

All build operations are handled by tox, which can be installed from the command line (just needed the first time) with:

$ pip install tox

First, cd into the folder for this repository, then tox can be directly run as a command. It takes care of checking the content and exporting it

$ tox

Finally, the results need to be git pushed back to GitHub.

License

  • BEL scripts in this repository are licensed under the CC BY 4.0 license.
  • Python source code in this repository is licensed under the MIT license.

Acknowledgements

Logo

Logo designed by Daniel Domingo-Fernández

conso's People

Contributors

aldisirana avatar bgyori avatar cthoyt avatar ddomingof avatar ewollert avatar kk0lpej4 avatar lingling93 avatar sspalek avatar yojanagadiya avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

conso's Issues

Add cysteinyl leukotrienes

https://en.wikipedia.org/wiki/Leukotriene#Cysteinyl_leukotrienes

SET Evidence = "ABCC1: The protein encoded by this gene is a member of the superfamily of ATP-binding cassette (ABC) transporters. ABC proteins transport various molecules across extra-and intra-cellular membranes. ABC genes are divided into seven distinct subfamilies (ABC1, MDR/TAP, MRP, ALD, OABP, GCN20, White). This full transporter is a member of the MRP subfamily which is involved in multi-drug resistance. This protein functions as a multispecific organic anion transporter, with oxidized glutatione, cysteinyl leukotrienes, and activated aflatoxin B1 as substrates. This protein also transports glucuronides and sulfate conjugates of steroid hormones and bile salts. Alternatively spliced variants of this gene have been described but their full-length nature is unknown. [provided by RefSeq, Apr 2012]"

SET Subgraph = "Transport related subgraph"
p(HGNC:ABCC1) -| act(a(CHEBI:anticonvulsant))

# oxidized glutatione = glutathione disulfide
p(HGNC:ABCC1) -- tloc(a(CHEBI:"glutathione disulfide"))

#: Replace by future CHEBI term

# cysteinyl leukotrienes = leukotriene C4, D4, E4, F4
p(HGNC:ABCC1) -- tloc(a(CHEBI:"leukotriene C(4)"), fromLoc(GOCC:"extracellular space"), toLoc(GOCC:"intracellular"))
p(HGNC:ABCC1) -- tloc(a(CHEBI:"leukotriene D(4)"), fromLoc(GOCC:"extracellular space"), toLoc(GOCC:"intracellular"))
p(HGNC:ABCC1) -- tloc(a(CHEBI:"leukotriene E(4)"), fromLoc(GOCC:"extracellular space"), toLoc(GOCC:"intracellular"))
p(HGNC:ABCC1) -- tloc(a(CHEBI:"leukotriene F(4)"), fromLoc(GOCC:"extracellular space"), toLoc(GOCC:"intracellular"))
p(HGNC:ABCC1) -- tloc(a(CHEBI:"aflatoxin B(1)"), fromLoc(GOCC:"extracellular space"), toLoc(GOCC:"intracellular"))

Fix check.py

relations.tsv is checked assuming that all triplets contain only HBP terms but that's not the case

Include terms from GitLab

To merge the NESTOR database into the main HBP branch on GitLab, we need to:

  • add the remaining terms that were used there to this repository
  • make a new export
  • update the references in the BEL files

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.