Sorry, you need Javascript on to email me.

Portfolio

This page contains links to some of my projects that showcase my competences in bioinformatics. The projects are grouped in:

Bioinformatics Projects

The following projects span a wide variety of bioinformatics topics, and are available on github.

CilioGenics

This project consists of integrating protein interaction, comparative genomics, RNA-seq, data mining and motif data to find novel candidate ciliary genes.

ConVarT

ConVarT is a search engine used to match human genetic variants with variants from non-human species. This repo contains pipeline to generate variant data and find matching variants between the species human, mouse and C. elegans. For more information, click here.

Comparative Genomics Analysis

This project explores the genes related to ciliogenesis through comparing genomes of 72 different organisms. It first blasts through genomic sequences to find orthologous genes, then clusters genes by generating phylogenetic tree via hierarchical clustering. Both bash and R scripts are used.

Single Cell RNA-seq Analysis of Human Lung

This notebook analyzes publicly available raw lung single cell RNA-seq data ( GSE167295 ) to find genes differentially expressed in ciliated cells.

R/Shiny Projects

The following projects span a wide variety of R packages and shiny apps.

orthoVar: an R Package for Finding Matching Variants Between Orthologous Protein Sequences Across Organisms.

This R package is created to find matching amino acid variants between orthologous protein among different organisms. orthoMSA function is used to generate multiple sequence alignments by only providing organism names as input. Then orthoFind function can be used to find matching variants using generated msa table and user provided variant data.

CilioGenics Web App for Exploring Data.

This shiny app is created to explore the data generated in CilioGenics project.