Trying to make myself visible! In the early days
This repository contains two simple scripts written in Python and R to calculate the GC content of a DNA sequence.
- Accepts a DNA sequence (A, T, G, C)
- Cleans invalid characters
- Calculates GC percentage
- Outputs a clean, rounded GC content value
gc_python.pyβ Python versiongc_R.Rβ R versionREADME.mdβ Documentation for this mini project
- String manipulation
- Basic bioinformatics logic
- Cross-language implementation
- Input handling
- Code cleanliness and documentation
python gc_python.py