alexdobin / STAR

RNA-seq aligner
MIT License
1.86k stars 506 forks source link

Clarify concept of STAR #440

Closed Sealzad closed 5 years ago

Sealzad commented 6 years ago

Hi, I would like to clarify something about STAR. I understand that it takes the RNAseq data reads, and align them based on an annotation file. Because it is a splice aware program, it can also recognise transcripts that were featured in the dataset.

My question is - would it also capture circular RNAs since the latter can be featured as fragments in opposite direction, and be paired with complementary strands. I.e., does STAR capture both linear and circular RNA(unbiasly) and record it in the sam file?

alexdobin commented 6 years ago

Hi Sealzad,

STAR can detect circular junctions as chimeric alignments. Please refer to this post for details.

Cheers Alex

Sealzad commented 6 years ago

Hi Dr Alex,

Sorry I missed it some details. What I meant is that the conventional alignment (without the chimeric junction), is it possible that the aligner will take reads that are originally circRNA, and map it like a linear transcript instead?

alexdobin commented 6 years ago

Hi @Sealzad

the reads that contain circular junction have to be reported as chimeric. Some reads that may originate from circRNAs can have a linear structure, but they will be indistinguishable from the reads coming from linear transcripts.

Cheers Alex

Sealzad commented 6 years ago

Dear Dr Alex,

Thank you very much! This is very important information for my debate.

Regards, Johann

On Fri, Jun 29, 2018 at 10:50 PM, alexdobin notifications@github.com wrote:

Hi @Sealzad https://github.com/Sealzad

the reads that contain circular junction have to be reported as chimeric. Some reads that may originate from circRNAs can have a linear structure, but they will be indistinguishable from the reads coming from linear transcripts.

Cheers Alex

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/alexdobin/STAR/issues/440#issuecomment-401377884, or mute the thread https://github.com/notifications/unsubscribe-auth/AjH-yCsJXz7Jhsk_VdFNrBDczUGRbmmSks5uBj6igaJpZM4UtHaz .