This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Ploting the reads overlap Gene

Hello,

I have the following information:

  • gene start and end bps within the chromosome, and exons within the gene.
  • Reads overlap this gene (start position, end position, length,..)

Now, the question is how can I draw this reads in (R) as segments overlapping the regions(hope my question is clear) I tried to attached picture but I didnt know how to do..

rna-seq r genome sequence gene

Post the image elsewhere and then link to it.

The same way how CIs look like on plot..

1 answer

Take a look at the Gviz package in R. This may be of use.

Log in to answer this question.