HFooladi / Genomics_Visualization

Simple R Codes For Visualizing Genomics Data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Genomics Visualization

In this repository, I am going to write simple R codes for visualizing genomics data.

Transcript Visualization

It takes Gene Symbol as input and the output is a plot which shows transcripts, exons, introns, coding sites and other relevant information.

alt text

For example, you can see the result when the input is PUSL1 gene. It is obvious that this gene has been located in Chr1, it has three transcripts and you can see exons and coding sites for each transcripts (blue regions are exon and red regions are CDS).

Homology

The goal is extrcating similar regions between Human Chromosom 4 and Mouse Chromosoms 3, 5, 8. First, we are comparing chromosoms and atfer that coding sites have been compared.

alt text alt text

About

Simple R Codes For Visualizing Genomics Data


Languages

Language:R 100.0%