Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nathakits/streamlit-sars-cov2

SARS-CoV-2 analysis using BioPython
https://github.com/nathakits/streamlit-sars-cov2

biopython covid-19 dna mrna streamlit

Last synced: 26 days ago
JSON representation

SARS-CoV-2 analysis using BioPython

Awesome Lists containing this project

README

        

# 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:
```bash
conda env update --file environment.yml --name pyviz
conda activate pyviz
```

Run web app
```bash
streamlit run covid19.py
```

Test Streamlit
```bash
streamlit hello
```