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

Reads strand after predictions #3

Open
akramdi opened this issue Oct 7, 2019 · 3 comments
Open

Reads strand after predictions #3

akramdi opened this issue Oct 7, 2019 · 3 comments

Comments

@akramdi
Copy link

akramdi commented Oct 7, 2019

Hi,

I was able to run reorientexpress and map the stranded reads using mnimap2:

minimap2 -ax splice -G 30k -u f $CHRLEN $strandedFASTQ

Minimap2 reports the transcript strand in the ts tag of alignment files. I noticed that, for some reads, the strand reported in ts tag does not match strand of the read reported by sam flags. This usually occurs when we deal with unstranded libraries, but here the fastq files are supposed to be stranded.

Here a snapshot of two genes that should produce transcripts in the forward orientation.

  1. If I color the reads using the ts tag, they agree with the gene orientation in both cases:

reorient_question-color-ts

  1. But if I keep the default coloring (read strands), the orientation is off:

reorient_question

Because the libraries are stranded now, shouldn't we expect that the read strands to match the actual transcript orientation? Can you help me understand why is not the case?

Thanks for the help,
Amira

@EduEyras
Copy link
Member

EduEyras commented Oct 8, 2019 via email

@akramdi
Copy link
Author

akramdi commented Oct 8, 2019

Hi Eduardo,

I have cDNA libraries (no stranded adapters) and I used reorientexpress to predict the 5'-to-3' orientation of the reads. What is shown in the snaphots above is the mapping result of the predicted reads. Before the prediction, I had a mixture of orientations mapping to each gene (which is what I expect from a cDNA library) - here's the mapping before re-orientation:

reorient_question-original-libraries

After re-orientation, I assumed that the libraries are now equivalent to direct-RNA-seq libraries. Is it a correct assumption?

If this is the case, I was expecting the read orientation to match the strand of the gene (whether it is forward or reverse), but in my case they do not match and I was wondering why.

Thank again,
Amira

@EduEyras
Copy link
Member

EduEyras commented Oct 8, 2019 via email

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

2 participants