Hi Julian,
At that time, we processed the Reactome v69, 28-May-2019, only 'Homo_sapiens.owl' (not v75). Pathway Commons project is not maintained anymore (funding, resources).
Where did you see the PATHWAY_NAMES column (there is no such property in BioPAX model)? Also, a Pathway can have multiple, even duplicate names.
Anyway, to count the number of pathways in a BioPAX model, we simply count the number of owl:Pathway objects - each has an URI (rdf:ID - partial URI) and displayName (not always present, nor unique, I think).
There are also non-human (some human virus) pathways in the Reactome Home sapiens model. Thus 2,272. We used a data driven approach.
The numbers reported in
this file and on the
PC2 page, were calculated from the final BioPAX model (PathwayCommons12.All.BIOPAX.owl.gz). We simply count all the owl:Pathway objects in a file/model, I think.
(The number of other BioPAX entity or utility classes may differ from those in the original/intermediate files due to normalization and merging the models into one.
java -Xmx8g -jar paxtools.jar summarize PathwayCommons12.reactome.BIOPAX.owl.gz out.txt
less out.txt | grep Pathway (it shows 2272 for all those Reactome files, incl. the intermediate data)
For more info, please visit Github and other links below:
Igor R.