Skip to content

kipoi/examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kipoi/examples

Warning

Kipoi Project - Sunset Announcement

After several impactful years, we have made the decision to archive the Kipoi repositories and end active maintenance of the project.

This is a bittersweet moment. While it’s always a little sad to sunset a project, the field of machine learning in genomics has evolved rapidly, with new technologies and platforms emerging that better meet current needs. Kipoi played an important role in its time, helping researchers share, reuse, and benchmark trained models in regulatory genomics. We’re proud of what it accomplished and grateful for the strong community support that made it possible.

Kipoi’s impact continues, however:

  • The Kipoi webinar series will carry on, supporting discussions around model reuse and interpretability.
  • Kipoiseq, our standard set of data-loaders for sequence-based modeling, also remains active and relevant.

Thanks to everyone who contributed, used, or supported Kipoi. It’s been a fantastic journey, and we're glad the project helped shape how models are shared in the field.

- The Kipoi Team

This repository contains different use-cases higlighting Kipoi. Accompanying presentation can be found here. Check out the readme in each sub-folder for more information. Please follow the steps bellow to setup your environment:

Setup

  • Install miniconda or anaconda.
  • Make sure you have the following packages installed:
    • conda:
      • conda install -y -c conda-forge jupyterlab
      • conda install -y nb_conda datrie
    • pip:
      • pip install numpy pandas matplotlib seaborn snakemake kipoi>=0.6.0
  • Clone this repository: git clone https://github.com/kipoi/examples.git && cd examples

Verify Kipoi

Run:

  • kipoi ls

This will list all the models and checkout the model source to ~/.kipoi/models.

Install the common environment

  • kipoi env create shared/envs/kipoi-py3-keras2

Test the locally installed models

Activate the environment

source activate kipoi-shared__envs__kipoi-py3-keras2

Test all the used models in the tutorials:

kipoi test Basset --source=kipoi
kipoi test DeepSEA/predict --source=kipoi
kipoi test DeepBind/Homo_sapiens/TF/D00328.018_ChIP-seq_CTCF/ --source=kipoi

Next step: 1-predict

Links

About

A repository to host extended examples and tutorials.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5