Entering edit mode
9.8 years ago
upendrakumar.devisetty
▴
400
Hi,
Can anyone point to me of how i can generate FPKM values for the Velvet/Oases assembled transcripts. I know TopHat/Cufflinks pipeline for generating FPKM values but in this case i already have Velvet/Oases assembled transcripts along with the reads. All i want to do is to see the expression levels of Velvet/Oases assembled transcripts. Any help is appreciated.
So you don't have reads, or you have reads as well as transcripts?
I have both reads and transcripts
Thank you for the clarification - I've modified your question to reflect this.
Thanks for the modification. Appreciated
I think you can still use your transcripts (in gtf format) with cufflinks to measure expression. Just provide transcripts file as reference annotation.
Good point. I have the transcripts in bed format and probably can change them to gtf and use them but how about the bam file (accepted_hits.bam) file that is need as input with cufflinks ? Do you think i should map all the reads from which i generated transcripts from using TopHat and then run cufflinks? Please advise
No need to align again. Just us the same bam file which was used to generate the tx annotation file.