Sequence Analysis of Covid19, SARS, and MERS using BioPython
The basics of
biopython
, and theDNA
toRNA
toAmino Acid
chain.
→ 📑 02-SequenceComparison.ipynb
Compare and find sequence alignments between different virus genomes (SARS, MERS, COVID-19, and Ebola)
→ 📑 03-COVID19-GlobalAnalysis.ipynb
Analysis of COVID-19 sample origins and genome changes over time.
git clone https://github.com/lukexyz/DNA-Toolbox.git
conda create -n dna-toolbox python=3.6 pip jupyter
conda activate dna-toolbox
pip install -r requirements.txt