This is a test version of Biostars. For the public version, visit https://www.biostars.org.
plotting exons, cds and transcript for a specific gene

Hi all

I have a project I have to Implement a function in R that receive a symbol of gene and plot all of the exons and transcript and cds about that gene.

I can't understand the mean of plotting exons and ...

gene exon cds plot transcripts

2 answers

The meaning of plotting exons is when you plot genomic coordinates along X-axis (for example chr1 from 1000bp to 2000bp) and draw different gene elements above (for example: exon-intron-exon).

image not found

You can easily draw such graphs in R when your input is only gene ID using GenomeGraphs take a look at: 2.1 Plotting a Gene.

Hi you can use genoPlotR to draw exon-intron-exon junctions and make comparissions between genes and genomes. You can add phylogenetic analysis too

Log in to answer this question.