nathakits / streamlit-sars-cov2

SARS-CoV-2 analysis using BioPython

Home Page:https://share.streamlit.io/nathakits/streamlit-sars-cov2/main/covid19.py

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SARS-CoV-2 analysis with BioPython and Streamlit

Introduction

Analyze SARS-CoV-2 genome from Thailand and China.

  • Nucleotide frequency
  • Transcription (DNA -> mRNA)
  • Translation (mRNA -> Amino acids)
  • Compare DNA with pairwise2

Build locally

Instill Anaconda if you haven't already.

Set up and activate development environment:

conda env update --file environment.yml --name pyviz
conda activate pyviz

Run web app

streamlit run covid19.py

Test Streamlit

streamlit hello

About

SARS-CoV-2 analysis using BioPython

https://share.streamlit.io/nathakits/streamlit-sars-cov2/main/covid19.py

License:MIT License


Languages

Language:Python 100.0%