This project is a beginner-level bioinformatics tool built using Python. It performs essential DNA sequence analysis tasks commonly used in computational biology.
- Reads DNA sequences from FASTA files
- Calculates sequence length
- Counts nucleotide frequencies (A, T, G, C)
- Computes GC content percentage
- Translates DNA sequence into protein
- Clone or download the repository
- Run the script: python dna_analyzer.py
- Enter the FASTA file name: sequence.fasta
- DNA Length
- Nucleotide counts
- GC Content (%)
- Protein sequence
- Python
- Basic Bioinformatics Concepts
- Full codon table implementation
- Support for multiple sequences
- Error handling for invalid inputs
Faizakhan16