Skip to content

Python scripts for visualizations in the web app Navigome: Navigating the Human Phenome

License

Notifications You must be signed in to change notification settings

hagax8/navigome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Navigome

Scripts for visualizations used in Navigome (navigome.com). Most visualizations in Navigome are powered by vega-lite and altair.

Usage

The "update_all.py" python script in the scripts directory calls all visualization scripts used in Navigome. It takes as argument the Navigome directory, which should contain (1) an "input" directory, that would be regularly updated (minimal structure provided in the GitHub directory) (2) an empty "output" directory (3) the "scripts" directory (provided in the GitHub directory as well):

python update_all.py {navigome_directory}

The input directory on GitHub contains a minimal structure to create visualizations for a new phenotype (e.g. phenotype code SCHI01) and update all gene profile visualizations. At the moment, the directory only contains scripts to generate visualizations, not input files.

Requirements

Python>=3.6.6 and following packages:

  • altair>=2.2.2
  • scikit-learn>=0.20.0
  • numpy>=1.15.4
  • pandas>=0.23.4
  • umap-learn>=0.3.7
  • ugtm>=2.0.0
  • bs4>=0.0.1

About

Python scripts for visualizations in the web app Navigome: Navigating the Human Phenome

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages