Skip to content
View montahac's full-sized avatar
🎯
Learning New Things Everyday!
🎯
Learning New Things Everyday!

Block or report montahac

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
montahac/README.md

Hi there, I'm Montaha! 👋

Welcome to my GitHub profile! I'm an aspiring Bioinformatician with a passion for analysing biological data and developing computational tools.

Girl Coding

About Me

#!/usr/bin/python
# -*- coding: utf-8 -*-


class Bioinformatician:

    def __init__(self):
        self.name = "Montaha Chowdhury"
        self.role = "Aspiring Bioinformatician"
        self.language_spoken = ["mc_BN", "en_UK"]

    def say_hi(self):
        print("Thanks for visiting. I hope you enjoy what you see!")


me = Bioinformatician()
me.say_hi()

I am interested in analysing high-throughput sequencing data, developing bioinformatics pipelines, and creating data visualisations. I enjoy working at the intersection of biology and computer science to uncover insights from complex datasets.

  • 🌱 I’m currently learning advanced machine learning techniques for genomics @AiCore.
  • 👯 I’m looking to collaborate on open-source bioinformatics projects.
  • 💬 I love meeting new people, so please drop by and say hi!

Skills

  • Programming Languages: Python, R, Bash, Perl
  • Bioinformatics Tools: Bioconductor, Biopython, GATK, Seurat, DESeq2
  • Data Analysis: Pandas, NumPy, Scikit-learn, ggplot2
  • Visualisation: Matplotlib, Plotly
  • Other Tools: Git, Docker, Jupyter, Quarto, RStudio

Projects

Here are a few projects I've worked on:

  • You can visit my portfolio for a quick skim!

Please visit my website below to learn more about research experience and projects!


Pinned Loading

  1. dea_edgeR dea_edgeR Public

    Gene expression analysis using EdgeR

    R

  2. genomic-data-specialization genomic-data-specialization Public

    Genomic Data Specialization Course Projects/Assignments

    Jupyter Notebook

  3. 3D-SARS-CoV-19-Protein-Visualization 3D-SARS-CoV-19-Protein-Visualization Public

    This repo contains my scripts, codes and jupyter notebooks for the guided project on "3D SARS-CoV-19 Protein Visualization with Biopython"

    Python

  4. dna_sequencing_ml dna_sequencing_ml Public

    This project involves using machine learning to classify DNA sequences based on their function.

    Jupyter Notebook