-
Notifications
You must be signed in to change notification settings - Fork 17
Dictionary: Drugs
Pruthiv Rajan edited this page Aug 1, 2020
·
23 revisions
Pruthivrajan
Dictionary created using SPARQL query
- Run SPARQL query using following command
SELECT ?moleculeLabel ?formule ?picture ?molecule ?moleculeAltLabel ?moleculeDescription ?wikipedia WHERE { ?molecule wdt:P31 wd:Q12140; wdt:P274 ?formule; wdt:P117 ?picture. SERVICE wikibase:label { bd:serviceParam wikibase:language "en, de". } OPTIONAL { ?wikipedia schema:about ?molecule . ?wikipedia schema:inLanguage "en" . ?wikipedia schema:isPartOf <https://en.wikipedia.org/> . } } ORDER BY (?moleculeLabel) LIMIT 10000
- Downloaded the results from SPARQL endpoint.
- Open the SPARQL results in notepad.
- Commit the code in Github
- Dictionary created with list of FDA approved drugs. Which has 8000+ drugs name in it. And also updated https://github.com/petermr/openVirus/blob/master/dictionaries/FDA%20Drug/drug.xml
- Corpus ran on the query of viral epidermic and extracted 1000+ papers. All papers where ami sectioned and ami search.
- list of drug occurring in those corpus paper and frequency has been tabulated.
- Tabulated resuts: *file:///C:/Users/admin/viralepi1/full.dataTables.html * file:///C:/Users/admin/viralepi2/full.dataTables.html * file:///C:/Users/admin/viralepi3/full.dataTables.html * file:///C:/Users/admin/viralepi4/full.dataTables.html
https://github.com/petermr/openVirus/blob/master/dictionaries/test/Drugs.xml
FDA drug list