Hi everyone,
I am trying to do differential gene expression analysis of fungal genome. For some reason I planned to switch my pipeline from trimmomatic/tophat/cufflink/... to trimmomatic/tophat/htseq/Dseq. However I am having problem using htseq because I don't have a GTF file. But then I realized that I have transcripts.gtf file from cufflinks output.
Can anyone tell me if its sensible to use the transcripts.gtf file from cufflink to htseq or Do I have any other option? Really confused and overwhlemed , please help me out.
Thank you, Ambika
Thank you Kevin for the clarification,
I was confused as I have different transcript.gtf file from each sample. Do you think I need to merge them before using or its ok to use separate ones for each sample?
Use Cuffmerge to combine all your sample-wise GTF files into an experiment-wide GTF. I'd also recommend you tidy it up with TACO, especially if it's a denovo assembly.
Thank you so much Andrew for your suggestion
Yes, I agree with what Andrew says too