A simple interactive Streamlit web app to analyze DNA/RNA sequences from FASTA files.
- Upload a DNA/RNA sequence in FASTA format
- Calculate GC content
- Show codon usage (bar chart)
- Detect open reading frames (ORFs) ≥100 bp
- Tested on SAFARI FOR MAC Version 26.0 (21622.1.22.11.14)
Try it on https://pawnchessmon-dna-rna-sequence-analyzer-app-coddgo.streamlit.app
Run locally:
pip install -r requirements.txt
streamlit run app.py