Skip to content
View oeh77's full-sized avatar
🏠
Working Remotly
🏠
Working Remotly

Block or report oeh77

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
oeh77/README.md

Typing SVG

Portfolio GitHub LinkedIn Email

Profile Views


πŸ‘¨β€πŸ”¬ About Me

class Bioinformatician:
    def __init__(self):
        self.name = "Omar Hamad"
        self.role = "Bioinformatician | Data Scientist | University Lecturer"
        self.location = "🌍 Earth"
        self.languages = ["English", "Arabic"]
        
    def get_expertise(self):
        return {
            "Bioinformatics": ["NGS Analysis", "Genomics", "Proteomics", "Structural Biology"],
            "Data Science": ["Machine Learning", "Statistical Analysis", "Data Visualization"],
            "Development": ["Web Applications", "Pipelines", "Automation"]
        }
    
    def current_focus(self):
        return "Building BioinformaticsHub.io - A platform for the bioinformatics community"

me = Bioinformatician()

Coding

  • πŸ”¬ I'm currently working on BioinformaticsHub.io
  • 🌱 I'm constantly exploring AI in Bioinformatics & Cloud Computing
  • πŸ‘¨β€πŸ« I teach and mentor students in Data Science & Bioinformatics
  • πŸ’¬ Ask me about Python, R, NGS Analysis, Machine Learning
  • ⚑ Fun fact: I find patterns in DNA sequences as exciting as solving puzzles!


πŸ› οΈ Tech Stack

🧬 Bioinformatics & Data Science

🌐 Web Development

☁️ DevOps & Cloud


πŸ“Š GitHub Statistics


πŸš€ Featured Projects

πŸ”¬ More About My Work

🧬 Bioinformatics Contributions

  • Galaxy Project: Contributing to the open-source data analysis platform
  • GATK Workflows: Developing and optimizing genomic analysis pipelines
  • Bioconda Recipes: Packaging bioinformatics tools for easy distribution

πŸ“š Teaching & Mentoring

  • University courses in Data Science and Bioinformatics
  • Workshop facilitator for Python and R in scientific computing
  • Open-source education advocate

πŸ† GitHub Trophies


🐍 Contribution Snake

github-snake


πŸ“« Let's Connect!

I'm always interested in collaborating on bioinformatics projects, discussing data science, or helping students learn to code!

Portfolio


"In God we trust. All others must bring data." - W. Edwards Deming

Pinned Loading

  1. galaxy galaxy Public

    Forked from galaxyproject/galaxy

    Data intensive science for everyone.

    Python

  2. galaxy-hub galaxy-hub Public

    Forked from galaxyproject/galaxy-hub

    Galaxy Community Hub

    HTML

  3. gatk gatk Public

    Forked from broadinstitute/gatk

    Official code repository for GATK versions 4 and up

    Java

  4. Py4Bio Py4Bio Public

    Forked from Serulab/Py4Bio

    Public data for the book Python for Bioinformatics

    Jupyter Notebook

  5. pysam pysam Public

    Forked from pysam-developers/pysam

    Pysam is a Python module for reading and manipulating SAM/BAM/VCF/BCF files. It's a lightweight wrapper of the htslib C-API, the same one that powers samtools, bcftools, and tabix.

    C 1 1

  6. bioconda-recipes bioconda-recipes Public

    Forked from bioconda/bioconda-recipes

    Conda recipes for the bioconda channel.

    Shell