PathVisio / libGPML

Java library for reading / writing GPML files
Apache License 2.0
2 stars 4 forks source link

Xref data sources to be added to BridgeDb #1

Closed Finterly closed 1 year ago

Finterly commented 3 years ago

Here we keep a list of Xref data sources (and their occurrences) that have been used in GPML2013a but are not in BridgeDb datasources.tsv. Some datasources are duplicates of existing ones, save for spelling, and will be fixed by curation.

egonw commented 1 year ago

The Curated analysis seems okay (except for http://www.wikipathways.org/instance/WP2235_r118343 which I'll fix now):

SELECT DISTINCT ?node ?source ?homepage
WHERE {
  VALUES ?source {
    "PubChem" "PubChem Compound" "ChemIDplus" "Ensembl Plants"
    "GeneDB" "Uniprot/TrEMBL" "Kegg ortholog" "COMPOUND"
    "Ensembl Mosquito" "Kegg Compound" "Uniprot-SwissProt"
    "RiceCyc" "Entrez"
  }
  ?node gpml:xrefDataSource ?source ;
        dcterms:isPartOf ?gpmlpw .
  ?wppw wp:isAbout ?gpmlpw ;
        foaf:page ?homepage .
}

Run: https://bit.ly/3W1iWPs

egonw commented 1 year ago

Converted into a unit test: https://github.com/wikipathways/WikiPathwaysCurator/commit/1850e069cad642ef9f83932e58e6ece29acd8fab

egonw commented 1 year ago

Okay, finally the job ran on Analysis/Curation. All fine. Any remaining (in ALL) will be fixed in the next week or two.

egonw commented 1 year ago

Results of ALL:

image