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

Dealing with Polycistronic transcripts #947

Open
AlvaroBernardino opened this issue Jul 22, 2024 · 1 comment
Open

Dealing with Polycistronic transcripts #947

AlvaroBernardino opened this issue Jul 22, 2024 · 1 comment

Comments

@AlvaroBernardino
Copy link

Hello!
Recently I've had to sequence and analyse a RNA-Seq set from T. cruzi RNA. For that, I used Salmon in the alignment-independent mode (aligning to a reference transcriptome).
Typical issues aside, I read afterwards that this organism has polycistronic mRNA: The genomic sequence is transcribed into long pre-mRNAs with more than one transcript before being chopped and translated by a specific mechanism.
Considering I might have some of these in my dataset, how does Salmon deal with them?
Say you have multiple matches for a single read (We used Nanopore sequencing). Is the rest of the read ignored? Is it all mapped and classified? How would I go about dealing with this kinds of reads?

@marija-kra
Copy link

Hi @AlvaroBernardino,

I also work on organisms within that group (Trypanosoma and Leishmania species), and I can confirm that when using RNAseq with these organisms, it's not an issue, because what you get is the same as for any other conventional organism, i.e. UTRs + CDS, so their polycistronic transcription should not be an issue.

I hope this helps!

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