Skip to content

dhimmel/hsdn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Analyzing data from the Human symptoms–disease network

This repository inspects the bipartite symptom–disease network from the publication:

Human symptoms–disease network
XueZhong Zhou, Jörg Menche, Albert-László Barabási & Amitabh Sharma
Nature Communications (2014) DOI: 10.1038/ncomms5212

The repository is minimal, consisting of a single R Markdown document that is viewable at http://git.dhimmel.com/hsdn/.

Repository contents

index.Rmd is the R Markdown source code, which is executed and exported to index.html. Hosted via GitHub Pages, index.html is available as a webpage at http://git.dhimmel.com/hsdn/.

figure/figS4.png is a supplementary figure from Zhou et al. 2014 describing their pipeline for extracting symptom and disease topics from MEDLINE.

Notes

The supplementary data from Zhou et al. is not directly consumed in this repository. Instead, the data is retrieved from LABrueggs/HSDN, which mapped symptom and disease names to their corresponding MeSH identifiers.

Since we were interested in using the Zhou et al. data for Project Rephetio, we mapped MeSH diseases to the Disease Ontologies diseases used in Hetionet v1.0.

Ultimately we did not use the Zhou et al. data in Hetionet, but instead re-extracted symptom–disease relationships from MEDLINE topic cooccurrence. The primary motivations for redoing the extraction were:

  1. The TF-IDF scores of Zhou et al. are only comparable within a disease and not across diseases.
  2. Zhou et al. didn't provide a computational pipeline to recompute relationships in the future or for other relationship types.

See dhimmel/MEDLINE for our MEDLINE topic extraction and cooccurrence analysis. The symptom–disease relationships are available in disease-symptom-cooccurrence.tsv.

License

Original content is this repository is released under CC0 v1.0 (public domain dedication). Hence, feel free to reuse any of the code, figures, or datasets without restriction if they are original to this repository.

Unfortunately, the copyright to Zhou et al. 2014, which presumably covers the supplementary materials, is owned by Macmillan Publishers Limited with all rights reserved. Therefore users should only reuse content from Zhou et al. with discretion and at their own risk.

Releases

No releases published

Packages

No packages published

Languages