How does IGB provide strand specific output
1
0
Entering edit mode
7.8 years ago

I want to know on what basis IGB separates the reads into forward and reverse strand and is there anyway to generate strand specific bed file output for a set of coordinates.

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

In what format is your input ?

ADD REPLY
0
Entering edit mode

I wish to know when i give sorted .bam file as input file. How does IGB separate the reads into + and - strand? can i use it to look for antisense transcription?

ADD REPLY
1
Entering edit mode
7.8 years ago

How does IGB separate the reads into + and - strand?

The alignment file (bam or sam) countains flags that tell you if the read is mapped on the reverse or forward strand. More info on this related post.

Can I use it to look for antisense transcription?

Short answer, yes. For instance if you use featureCounts to quantify the number of reads per genes, you can play with the -s option to count reads mapping in anti-sense of genes.

Is there anyway to generate strand specific bed file output for a set of coordinates ?

Yes, with bedtools bamtobed for instance.

ADD COMMENT
0
Entering edit mode

It worked. Thank you so much.

ADD REPLY
0
Entering edit mode

How to generate 12 column bed file using bedtools or coverageBed?

ADD REPLY
0
Entering edit mode

This question is completely unrelated to the original one. Please submit as a new post with appropriate title. See this post for guidance.

ADD REPLY

Login before adding your answer.

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