Skip to content

chris-rands/biopython-coronavirus

Repository files navigation

License: MIT

biopython-coronavirus

A tutorial Jupyter Notebook illustrating how to use Biopython to identity and perform some basic characterization of a coronavirus genome sequence. The objective of this tutorial is to introduce some of the Biopython modules in an applied biological context. Note, the use of a coronavirus genome is merely illustrative, the analyses are generic, and could be applied to any small genome.

Viewing the Notebook

Simply open the Notebook link here.

Alternatively view the Notebook by pasting the address into nbviewer.

Running the Notebook online

Click the icons below to launch one of the two options:

  1. via Google colab

Open In Colab

  1. via Binder

Binder

Running the Notebook locally

First clone this repository:

git clone https://github.com/chris-rands/biopython-coronavirus;
cd biopython-coronavirus

Requires Python (version 3.6 or higher) with the jupyter and biopython modules. One of two options is recommended:

  1. Installation via pip
pip3 install jupyter biopython

For installation without root access add the --user flag.

  1. Installation via conda
conda env create -f environment.yml
conda activate biopython-coronavirus

Open the Notebook as follows:

jupyter-notebook biopython-coronavirus-notebook.ipynb

Related Biopython resources

Releases

No releases published

Packages

No packages published