You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was using regtools junction annotation to annotate a junction bed file of junction extract output. I found most of the known junctions in GTF file were labeled as "unknown". The junction file was extracted from STAR aligned BAM file and the GTF file was ensemble38.98.
The code I was using is regtools junction extract -a 6 -s 2 sample.bam | regtools junctions annotate -o sample.junc.bed - ref.fa ref.gtf
Could you help me with this?
Regards,
Yan
The text was updated successfully, but these errors were encountered:
It sounds like this may be an issue with the strand option you chose. Have you tried running it with -s 1 and seeing if that resolves your issue. Alternatively, if your BAM file has XS tags in it denoting strandedness, you probably want to use the -s 0 option.
Hi,
I was using
regtools junction annotation
to annotate a junction bed file of junction extract output. I found most of the known junctions in GTF file were labeled as "unknown". The junction file was extracted from STAR aligned BAM file and the GTF file was ensemble38.98.The code I was using is
regtools junction extract -a 6 -s 2 sample.bam | regtools junctions annotate -o sample.junc.bed - ref.fa ref.gtf
Could you help me with this?
Regards,
Yan
The text was updated successfully, but these errors were encountered: