Skip to content

pinaryildiz/Bioinformatics-101

Repository files navigation

Bioinformatics with Python 101

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.

About the 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.

Medium Articles

  1. 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!

Getting Started

To get started with the code examples, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/pinaryildiz/Bioinformatics-101.git
  2. Navigate to the Project Directory:

    cd Bioinformatics-101
  3. 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

Requirements

  • Python 3.x
  • Any additional libraries will be mentioned in the respective articles and provided as requirements files if necessary.

Contributing

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!

License

This repository is licensed under the Apache License 2.0. See the LICENSE file for more information.

Contact

For any questions or comments, please reach out to me on LinkedIn or Medium.

Happy coding!


Author: Pınar Yıldız
GitHub: pinaryildiz

About

Bioinformatics with Python 101

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages