This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Metagene for first last and intermediate exons?

Hi all,

I was able to do the metagene plot for 5'utr exon and 3' utr. My question is, is there any way to do the metagene plot for first, last and intermediate exons.

ggplot rna-seq deeptools r

You can make a metagene plot for any shared feature among genes. Where are you stuck? What have you tried?

Hi, I used following command to produce the metageneplot

cvgs.utr5 <- coverageDepth("bamfilename", gtf = txdb, region="utr5")

and i did for CDS and utr3

metaPlot(cvgs.utr5, cvgs.CDS, cvgs.utr3, sample=1,xaxis = "mRNA")

which produced this plot enter image description here

But if you look at towards stop there is clear spike which is present in all the KO compare to wild type. Additionally, i did for each files is there any way to combine replicates together?

0 answers

No answers yet.

Log in to answer this question.