Skip to content

gosling-lang/gos-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gos-example

DOI

This repo contains a set of Jupyter notebooks introducing key features of the gos genomics visualization library for Python.

The notebooks can be run via Google Colab,

  • getting-started.ipynb Open In Colab

  • data-loading.ipynb Open In Colab

  • clinvar.ipynb Open In Colab

  • navigation.ipynb Open In Colab

or locally with Jupyter,

jupyter notebook notebooks/

Note The clinvar.ipynb notebook contains the option to load large datasets locally rather than via a remote HiGlass server. The Snakemake workflow contained in this repo will generate those files if desired, but running these scripts are optional.

conda env create -f environment.yaml
conda activate gos-example
# preprocess data
snakemake -c all data/agg/clinvar.bed.beddb data/agg/density.multires.mv5
# run the notebook
jupyter notebook