Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaweria-b/bioinformatics-dna-app
built a DNA Nucleotide Count Web App using StreamLit
https://github.com/jaweria-b/bioinformatics-dna-app
Last synced: 28 days ago
JSON representation
built a DNA Nucleotide Count Web App using StreamLit
- Host: GitHub
- URL: https://github.com/jaweria-b/bioinformatics-dna-app
- Owner: Jaweria-B
- Created: 2023-11-10T13:49:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-09T09:53:13.000Z (11 months ago)
- Last Synced: 2024-02-09T17:30:09.968Z (11 months ago)
- Language: Jupyter Notebook
- Size: 828 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DNA Nucleotide Count Web App
Analyze DNA sequences effortlessly with our DNA Nucleotide Count Web App. Get detailed breakdowns and visualizations of nucleotide composition in just a few clicks!
## Features
- Input your own DNA sequence or use randomly generated examples.
- Calculates and presents the count of each nucleotide (Adenine, Thymine, Guanine, and Cytosine) in the sequence.
- Provides results in various formats including dictionary, textual information, DataFrame, and bar chart.
- User-friendly interface with clear instructions for easy navigation.
- Utilizes Altair for interactive and informative visualizations.
- Responsive design compatible with various devices for seamless usage.
- Offers test input of DNA sequences for users unfamiliar with input format.## Demo
[Live Demo](https://dna-nucleotide-count-jb.streamlit.app)## Usage
1. Clone the repository.
2. Install the required dependencies using `pip install -r requirements.txt`.
3. Run the app using `streamlit run dna-app.py`.
4. Input your DNA sequence and explore the results!