All Projects → chris-rands → biopython-coronavirus

chris-rands / biopython-coronavirus

Licence: MIT license
Biopython Jupyter Notebook tutorial to characterize a small genome

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to biopython-coronavirus

covid-br
COVID dashboard status from Brazil.
Stars: ✭ 28 (-65%)
Mutual labels:  coronavirus, covid-19
COVID19-Tracker
A python webapp using Django to visualize the recent outbreak of COVID-19.
Stars: ✭ 17 (-78.75%)
Mutual labels:  coronavirus, covid-19
react-covid
Covid Tracker React Application
Stars: ✭ 16 (-80%)
Mutual labels:  coronavirus, covid-19
COVID-19-DETECTION
Detect Covid-19 with Chest X-Ray Data
Stars: ✭ 43 (-46.25%)
Mutual labels:  coronavirus, covid-19
covid-19
Open source web map for tracking COVID-19 global cases
Stars: ✭ 23 (-71.25%)
Mutual labels:  coronavirus, covid-19
covid-19-usa-by-state
CSV files of COVID-19 total daily confirmed cases and deaths in the USA by state and county. All data from Johns Hopkins & NYT..
Stars: ✭ 35 (-56.25%)
Mutual labels:  coronavirus, covid-19
fahclient
Dockerized Folding@home client with NVIDIA GPU support to help battle COVID-19
Stars: ✭ 38 (-52.5%)
Mutual labels:  coronavirus, covid-19
perf
PERF is an Exhaustive Repeat Finder
Stars: ✭ 26 (-67.5%)
Mutual labels:  genomics, biopython
cwa-qr
Python Implementation of the CoronaWarnApp (CWA) Event Registration
Stars: ✭ 17 (-78.75%)
Mutual labels:  coronavirus, covid-19
covid19-interventionmeasures
Complexity Science Hub (CSH) Covid-19 Control Strategies List (CCCSL)
Stars: ✭ 56 (-30%)
Mutual labels:  coronavirus, covid-19
covid19-animation-generator
Generates an animation of COVID-19 data
Stars: ✭ 33 (-58.75%)
Mutual labels:  coronavirus, covid-19
covid-19
A web application to display Coronavirus Diseases (COVID19) statistics from different countries.
Stars: ✭ 28 (-65%)
Mutual labels:  coronavirus, covid-19
Biopython
Official git repository for Biopython (originally converted from CVS)
Stars: ✭ 2,936 (+3570%)
Mutual labels:  genomics, biopython
COVID-19-Bangladesh-Android
An end to end tool from general public to govt portal & an awareness tool with CoronaVirus Facts, Mythbusters & Support to eradicate the language & context barrier of misinformation that's been spreading on social media & thus creating mass panic.
Stars: ✭ 57 (-28.75%)
Mutual labels:  coronavirus, covid-19
catch
A package for designing compact and comprehensive capture probe sets.
Stars: ✭ 55 (-31.25%)
Mutual labels:  genomics, covid-19
covid-19
Dashboard visualising week-on-week change in coronavirus cases by local authority
Stars: ✭ 18 (-77.5%)
Mutual labels:  coronavirus, covid-19
App
COVID-19 App
Stars: ✭ 2,079 (+2498.75%)
Mutual labels:  coronavirus, covid-19
Api
API for Current cases and more stuff about COVID-19 and Influenza
Stars: ✭ 2,323 (+2803.75%)
Mutual labels:  coronavirus, covid-19
fossresponders.com
The website for FOSS Responders
Stars: ✭ 20 (-75%)
Mutual labels:  coronavirus, covid-19
COVID19
A web app to display the live graphical state-wise reported corona cases in India so far. It also shows the latest news for COVID-19. Stay Home, Stay Safe!
Stars: ✭ 122 (+52.5%)
Mutual labels:  coronavirus, covid-19

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].