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

transcript alignment generated with gffread against the reference #152

Open
Dzamuk opened this issue Jun 15, 2021 · 0 comments
Open

transcript alignment generated with gffread against the reference #152

Dzamuk opened this issue Jun 15, 2021 · 0 comments

Comments

@Dzamuk
Copy link

Dzamuk commented Jun 15, 2021

Hi, after generating the transcript file with gffread I decided to align it back against the reference that resulted only in 84.38% overall alignment rate. How come? Why do I get 704 reads that were not aligned? Is it because of exon-exon junctions in the transcript?

gffread -w refs/transcripts.fa -g refs/22.fa refs/22.gtf
IDX=refs/22.fa
hisat2-build $IDX $IDX
hisat2 -x $IDX -f -U refs/transcripts.fa | samtools sort > refs/transcripts.bam

4506 reads; of these:
4506 (100.00%) were unpaired; of these:
704 (15.62%) aligned 0 times
3703 (82.18%) aligned exactly 1 time
99 (2.20%) aligned >1 times
84.38% overall alignment rate

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