This repository contains my completed code exercises for the Genomic Data Science Specialization offered by Johns Hopkins University on Coursera.
It covers 8 courses that together explore the tools, methods, and algorithms used in modern genomic research.`
Note: These solutions are for learning and reference purposes. Please adhere to the Coursera Honor Code if you're currently taking the course.
The specialization consists of the following courses:
- Introduction to Genomic Technologies
- Overview of modern genomic research tools and technologies.
- Python for Genomic Data Science
- Python programming skills tailored to bioinformatics and genomics.
- Algorithms for DNA Sequencing
- Core algorithms for analyzing DNA sequences.
- Command Line Tools for Genomic Data Science
- Using Unix/Linux command line tools for genomic data analysis.
- Bioconductor for Genomic Data Science
- Introduction to the Bioconductor project in R for genomic research.
- Statistics for Genomic Data Science
- Statistical analysis and inference for genomics.
- Genomic Data Science with Galaxy
- Visual, web-based tools for genomic data analysis.
- Capstone Project
- Integration of skills to solve a real-world genomics problem.
Course: 01 - Introduction to Genomic Technologies
Platform: Coursera - Johns Hopkins University
Specialization: Genomic Data Science
- Just enough molecular biology
- The genome and DNA structure
- Central Dogma (transcription, translation)
- DNA modifications
Week 2 - Measurement Technology
- PCR basics, Next-generation sequencing (NGS), applications of sequencing
Week 3 - Computing Technology
- Foundations of computer science, algorithms, memory/data structures, computational biology software
Week 4 - Data Science Technology
- Reproducibility, statistical inference, experimental design, variation, inference
Week 1 - First Steps in Python
- Python overview, basic programming, Jupyter notebooks
Week 2 - Data Structures, Ifs & Loops
Week 3 - Functions, Modules & Packages
Week 4 - Communicating with the Outside & Biopython