Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Junction annotation question (unknown_strand) #200

Open
SaraAlidadiani opened this issue Feb 12, 2025 · 0 comments
Open

Junction annotation question (unknown_strand) #200

SaraAlidadiani opened this issue Feb 12, 2025 · 0 comments

Comments

@SaraAlidadiani
Copy link

Hi,

I was using regtools junction annotation to annotate a junction bed file of junction extract output. In my results, I see a lot of significant events that are classified as unknown_strand. The junction file was extracted from STAR aligned BAM file, and I used GENCODE v42 .
As it was from Standard Illumina and unstranded, I used -s XS.

The code I used is:

for bamfile in `ls /home/leafcutter-bam/*.bam`; do
    echo Converting $bamfile to $bamfile.junc
    samtools index $bamfile
    regtools junctions extract -a 8 -m 50 -M 500000 $bamfile -o $bamfile.junc -s XS
    echo $bamfile.junc >> test_juncfiles_mayo.txt
done

Why are these events categorized as "unkown_strand"?
Could you help me with this, please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant