creating gtf file for bam file generated by Hisat2 using Stringtie
0
0
Entering edit mode
4.5 years ago

hello, I am involved in doing DE calculations of miRNA present in control and stress condition, i completed the step till hisat2 and also i get output for hisat2 but stringtie is not working if i enter the command empty .gtf document only created by stringtie i am having shortreads data without reference gtf file

Assembly R next-gen rna-seq gene • 1.7k views
ADD COMMENT
1
Entering edit mode

Hey, please show all commands that you used.

ADD REPLY
0
Entering edit mode

hisat2 command

hisat2-build Nseqref.fa NseqRef

hisat2 -p 8 -q -x NseqRef -U control_all.fq -S ControlNseq.sam

stringtie command

stringtie -o sahaControlNseq.gtf ControlNseq.sorted.bam

I used this command to print output but what i get was an empty output file with the command i used to print output

ADD REPLY
2
Entering edit mode

Just to humour me, can you try this:

stringtie ControlNseq.sorted.bam -o sahaControlNseq.gtf

Also, you are evidently not showing all of your commands, including those from intermediate steps

ADD REPLY
0
Entering edit mode

I already tried that sir but same output was generated an empty .gtf file with the command

sir another information to your knowledge my refernce genome is MIRNA data predicted using MIRDEEP2 software and I want to do DEG for those so that only i following this pipeline

ADD REPLY
0
Entering edit mode

I see, so, Nseqref.fa contains FASTA mRNA sequences (?)

ADD REPLY
0
Entering edit mode

No, sir it contains miRNA sequences sir. mature, star, and precursor sequences of miRNA.

ADD REPLY
0
Entering edit mode

Okay, can you show some of these sequences here (paste the data)?

Also confirm that there is output in ControlNseq.sam (show some alignment statistics)?

Also show the log(s) from your stringtie command?

ADD REPLY

Login before adding your answer.

Traffic: 1355 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