Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added google colab notebooks for Kipoi Overview & Variant effect prediction #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,14 @@ <h2 id="documentation">Documentation</h2>
<h2 id="tutorials">Tutorials</h2>
<ul>
<li><a href="https://github.com/kipoi/examples">https://github.com/kipoi/examples</a> - Use-case oriented tutorials</li>
<li><a href="https://github.com/kipoi/kipoi/tree/master/notebooks">notebooks</a></li>
<li><a href="https://github.com/kipoi/kipoi/tree/master/notebooks">Jupyter Notebooks</a></li>
</ul>
<h3 id="colab">Google Colab Notebooks</h2>
<ul>
<li><a href="https://colab.research.google.com/drive/1_ognAN0IKQTagHBrO_C27GqDKhFOTTWd">Kipoi Overview</a> - Step by step demonstration of Kipoi installation followed by running predictions on Kipoi models</li>
<li><a href="https://colab.research.google.com/drive/1vqSwCKinxgLpsrOkBnWm5xTiJjRWL-US
">Variant Effect Prediction</a> - A demo of command-line based variant effect prediction</li>

</ul>
<h2 id="citing-kipoi">Citing Kipoi</h2>
<p>If you use Kipoi for your research, please cite the publication of the model you are using (see model's <code>cite_as</code> entry) and our Biorxiv preprint: https://doi.org/10.1101/375345.</p>
Expand Down