How To Get Ref.Gtf File For Cufflink
1
0
Entering edit mode
10.5 years ago
raj.gzra ▴ 30

hi everyone i have assembled genome sequence, assembled transcriptome sequence and two sample of transcripts reads and i mapped these reads to transcriptome with BWA. i want to know how to calculate RPKM value after mapping.is there any software or tool which calculate RPKM value? please tell me. and second thing is that when i used cuffdiff it wants ref.gtf file and i don't have ref.gtf file. from where i can get it. please reply as soon as possible thank you.

cufflinks gtf rpkm mapping • 2.7k views
ADD COMMENT
0
Entering edit mode
10.5 years ago
Nick ▴ 290

Since August I stopped using cuffdiff because some of the results produced by the latest version look quite improbable. I switched to using the following pipeline:

  1. tophat2
  2. htseq-count
  3. edgeR

There is a very nice tutorial ( http://www-huber.embl.de/pub/pdf/nprot.2013.099.pdf‎) - you just need to adapt the scripts from it and you will have a working pipeline. The pipeline won't directly compute the RPKM values but I am told that edgeR has a function (rpkm()) which would do this for you. Instead of using that function I used R script to compute the RPKM values which I picked from this post (http://seqanswers.com/forums/showpost.php?p=120485&postcount=5). By the way, RPKM is still a very popular metric but it has some downsides (http://www.ncbi.nlm.nih.gov/pubmed/22872506). You would be better off using the FDR and logFC computed by edgeR (or DESeq).

You would need a gtf file that corresponds to the genome version that you have used to align the reads. The best solution is to download them both from Ensemble (http://www.ensembl.org/info/data/ftp/index.html).

ADD COMMENT
0
Entering edit mode

thank you nikolay. but i have genome of fungus which is unannotated yet and newly sequenced and assembled. then how to download files from Ensemble>>

ADD REPLY
0
Entering edit mode

can i make gtf file by blast against genome with transcriptome???

ADD REPLY

Login before adding your answer.

Traffic: 3381 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6