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 ...
• 4,447 views
•
link
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).

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.
• 0 views
•
link
Hi you can use genoPlotR to draw exon-intron-exon junctions and make comparissions between genes and genomes. You can add phylogenetic analysis too
• 0 views
•
link
Log in to answer this question.