Skip to content
View m-abdullah-nabeel's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report m-abdullah-nabeel

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
m-abdullah-nabeel/README.md

Hi there πŸ‘‹

  • πŸ”­ I have a degree in Doctor of Veterinary Medicine (DVM).
  • πŸ˜„ Fun fact: I am a self-taught programmer.
  • πŸ€” I am transitioning to computational biology and data science.
  • ⚑ I have learned genomic data analysis, bulk RNA-seq, and single-cell RNA-seq data analysis.
  • 🌱 I have developed and sold desktop software, web apps, and Android apps.
  • ✨ I have worked with React-Native for cross-platform mobile apps.
  • πŸ‘― I am well-versed in ReactJS, NextJS, Django, Flask, SQL & NoSQL, FastAPI, and ExpressJS.
  • ⚑ I want to grow my skills through projects in bioinformatics, computational biology, and data science.
  • πŸ’¬ Ask me about genomics, machine learning, Python, NodeJS, and R.
  • 🎁 Gists - https://gist.github.com/m-abdullah-nabeel
  • πŸ“« Portfolio - https://dr-abdullah-nabeel.web.app
  • πŸ’₯ Blog - https://medium.com/@manabeel.vet
  • πŸ›΄ Services - https://www.fiverr.com/manabeel

Pinned Loading

  1. genome_mapping_using_bowtie2 genome_mapping_using_bowtie2
    1
    sudo apt install bowtie2
    2
    
                  
    3
    mkdir ce_idx
    4
    bowtie2-build --threads 4 ref/GCF_000002985.6_WBcel235_genomic.fna ce_idx/idx
    5
    
                  
  2. Bioconductor-for-Genomic-Data-Science Bioconductor-for-Genomic-Data-Science Public

    My efforts on completing this course, documented online to help you not quit learning.

  3. Bcftools - Variant Calling and Stati... Bcftools - Variant Calling and Statistics
    1
    # creating a vcf file 
    2
    bcftools mpileup -f ref/GCF_000002985.6_WBcel235_genomic.fna -o vars/raw.vcf -O v --threads 8 maps/bt2.g.sorted.bam
    3
    
                  
    4
    # getting only variants
    5
    bcftools call --ploidy 2 -v -m -o vars/var.vcf vars/raw.vcf
  4. bioinformatics-1 bioinformatics-1 Public

    Python

  5. employees-evaluation-by-points-scoring-firebase-react-MUI employees-evaluation-by-points-scoring-firebase-react-MUI Public

    JavaScript

  6. handwritten-digit-recognizer-sklearn handwritten-digit-recognizer-sklearn Public

    Jupyter Notebook