alignment to a special part
1
0
Entering edit mode
6.8 years ago

I have a RNA-seq data and want to get the proportion of reads that map to a window of 100pb between 5'UTR and CDS (50 bp at 5'UTR and 50 bp at the CDS). since I am using Tophat to align and bowtie to build indexes, I guess I have to get the sequence of that part to build indexes. do you guys know how to find the sequence of that part?

RNA-Seq • 1.2k views
ADD COMMENT
0
Entering edit mode

You have BAM files and a GTF or something like that already, yes?

ADD REPLY
0
Entering edit mode

yes I have bam file. I can also download GTF FILE.

ADD REPLY
0
Entering edit mode
6.8 years ago

I would advise against creating a custom genome index that only contains the intervals of interest. The alignments are most likely to be negatively affected.

Instead, you should align your reads against the full genome then intersect these resulting alignment with a custom interval file that contains only the regions of interests.

Tools like bedtools or bedops will allow you to do both, create upstream regions relative to the intervals of interest as well as to intersect the alignment files.

ADD COMMENT

Login before adding your answer.

Traffic: 2966 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