bridgedb / Wikidata2Bridgedb

Creation of BridgeDb mapping databases from Wikidata

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wikidata2Bridgedb

Creation of human and SARS-related corona virus gene/protein mapping database.

How to get the data in the BridgeDb files?

The data comes from Wikidata, and can be retrieved by running the SPARQL queries in the queries folder with the Wikidata Query Service.

curl -H "Accept: text/tab-separated-values" --data-urlencode query@queries/publications.rq -G https://query.wikidata.org/bigdata/namespace/wdq/sparql -o publications.tsv

How to create a Derby file

mvn clean install assembly:single
java -cp target/Wikidata2BridgeDb-0.0.2-SNAPSHOT-jar-with-dependencies.jar org.bridgedb.wikidata.Publications

How to cite?

If you use material from this repository, please cite either or both of these:

About

Creation of BridgeDb mapping databases from Wikidata

License:Apache License 2.0


Languages

Language:Java 100.0%