Determine Reading Frame from Exon Genomic Positions (rMATS)
1
0
Entering edit mode
3.5 years ago

I realize that given an exon start and stop position, the reading frame CANNOT be inferred by starting at the start position making codons.

So my question is how to computationally determine the reading frame of an exon given the START and END positions?

Specifically I am using the output from rMATS for skipped exons.

Upstream Exon ---- Skipped Exon ---- Down Stream Exon

This is the alternative splicing event detected. There will be six genomic positions: start and ends for each exon.

So is this enough information to determine the reading frame of the transcript?

My initial thoughts would be to

  1. Code out the 3 possible reading frames of the upstream exon (the strand is given in rMATS)
  2. For the gene in question, match the reading frame in 1. to the protein sequence
  3. For the matched reading frame, extend to the skipped exon

But I feel this is a naive approach and possibly someone way smarter than me figured out a clever solution.

RNA-Seq rmats genome • 900 views
ADD COMMENT
0
Entering edit mode
3.5 years ago

I'd do a blastx to empirically determine the reading frame of the normally regulated transcript, then apply that to the dysregulated one.

ADD COMMENT
0
Entering edit mode

Do you have an example because I tried using blastx on my skipped exon sequence and it didn't return anything. The exon is annotated in a GTF in RefSeq which is odd.

ADD REPLY

Login before adding your answer.

Traffic: 1948 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6