Welcome to the Bioinformatics with Python 101 repository! This repository contains the code examples and scripts used in the "Bioinformatics with Python 101" Medium series.
The Bioinformatics with Python 101 series is designed for beginners who want to explore the fascinating world of bioinformatics using Python. Each article covers a specific topic within bioinformatics, providing step-by-step tutorials and practical examples.
-
Analyzing DNA Sequences and Counting Nucleotides: In this article, we cover how to analyze DNA sequences and count each nucleotide (A, T, C, G).
Code: [analyze_dna.py](./Counting Nucleotides in a DNA Sequence/analyze_dna.py)
More articles to come!
To get started with the code examples, follow these steps:
-
Clone the Repository:
git clone https://github.com/pinaryildiz/Bioinformatics-101.git
-
Navigate to the Project Directory:
cd Bioinformatics-101
-
Run the Scripts: Each article's code will be provided as separate Python scripts. You can run these scripts using Python 3.x.
python analyze_dna.py
- Python 3.x
- Any additional libraries will be mentioned in the respective articles and provided as requirements files if necessary.
If you would like to contribute to this repository, feel free to fork the project and submit a pull request. Any contributions, suggestions, and feedback are welcome!
This repository is licensed under the Apache License 2.0. See the LICENSE file for more information.
For any questions or comments, please reach out to me on LinkedIn or Medium.
Happy coding!
Author: Pınar Yıldız
GitHub: pinaryildiz