Skip to content

Releases: geneontology/pathways2GO

Release 1.1.4

28 Feb 00:29
Compare
Choose a tag to compare

Release 1.1.3

17 Jun 00:24
Compare
Choose a tag to compare
v1.1.3

Release 1.1.3.

Release 1.1.2

16 Jun 21:53
Compare
Choose a tag to compare
v1.1.2

Release 1.1.2.

Pathways2GO v1.1.0

25 Nov 23:31
2e7802e
Compare
Choose a tag to compare

This release adds the ability to convert biopax models without pre-building an entity ontology. It was specifically designed to work with YeastCyc models like https://pathway.yeastgenome.org/YEAST/NEW-IMAGE?object=THRESYN-PWY .

The key changes to the command line operations are the addition of two parameters, -e and -sssom
-e YeastCyc
will result in conversions using the YeastCyc (non-reacto) pattern. Use -e REACTO for the entity ontology pattern. The YeastCyc pattern makes direct references to terms in the neo and go-lego ontology collections when they are found in the biopax content. When they are missing, an appropriate upper level class such as chebi:chemical or go:protein-containing complex is used instead.
-sssom ./obomatch-go-yeastpathway.sssom.tsv.txt
sssom is a standard for representing ontology mappings https://github.com/OBOFoundry/SSSOM/blob/master/SSSOM.md . If an sssom file is provided, the converter will add the best match it can find for activity instances and biological process instances missing GO annotations in the input biopax.

Pathways2GO Version 1

26 Oct 18:48
fa69aba
Compare
Choose a tag to compare

This release provides the ability to convert the Reactome knowledge base into a collection of GO-CAM RDF models. The Reactome content must be accessed in BioPAX Level 3 format. For example, downloaded from https://reactome.org/download/current/biopax.zip.

The jar file provides command line access to generate an ontology of all physical entities in Reactome as well as generating the GO-CAMs for each (non-disease) pathway. The models are dependent on importing the physical entity ontology as well as the ontologies imported by go-lego.owl (as with any other GO-CAM).

This code may work on other BioPAX level 3 inputs but has only been tested thoroughly with Reactome.