Skip to content

Biological data-science Jupyter notebooks designed for biodatascience101.github.io

Notifications You must be signed in to change notification settings

Magnushhoie/Biodatascience101_notebooks

Repository files navigation

Contributors Forks Stargazers Issues


Logo

Biodatascience101 notebooks

Collection of biological data-science Jupyter notebooks used in teaching for biodatascience101.github.io
Developed by Magnus H. Høie, Andreas Fønss Møller and Tobias Hegelund Olsen.

Installation

Install the required dependencies using conda.

# Download
git clone https://github.com/Magnushhoie/Biodatascience101_notebooks
cd Biodatascience101_notebooks

# Install environment
conda env create --name biodatascience101 --file environment.yml

Usage

Notebooks are run using Jupyter notebook server (accessible with conda).

# Activate environment and run Jupyter notebook server
conda activate biodatascience101
jupyter notebook

# Once the server is running, copy paste the given URL into your browser
# and access your notebook of choice

Notebooks

The notebooks may be viewed directly below.


This module covers dataset I/O handling, data modelling and normalisation in Pandas, principal component analysis and differential gene expression analysis. The case data is on quantification of relative protein levels in malaria-infected mice from work by Tiberti, N et al Scientific Reports 2016.


This module covers efficient data processing in Numpy, analysis and visualisation of biological sequences and graphing in Seaborn and Matplotlib. The case data comes from a dataset of 7.7 million bacterial sequences with associated temperature data compiled by the iGEM Potsdam team for Kaggle, collected from the Bacterial Diversity Metadatabase and UniProt.


Module covering machine-learning dataset pre-processing, exploratory data-analysis, comparison of Scikit-learn prediction model, visualization of model decision-boundaries and evaluation of model performance.


This module covers different analytical methods of protein sequences such as sequence alignments, clustering and logoplots. We will be looking at coronavirus binding antibodies, exploring how they can be clustered using PCA, t-SNE and UMAP, how these clusters can be visualized using logoplots and how to interpret these findings.

About

Biological data-science Jupyter notebooks designed for biodatascience101.github.io

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published