Tophat's Mean Inner Distance between Mate Pairs
2
0
Entering edit mode
8.5 years ago

Hi all,

In RNA-seq studies , how can I get the info needed for the calculation of "Mean Inner Distance between Mate Pairs" which is a parameter needed by Tophat?

tophat RNA-seq • 3.5k views
ADD COMMENT
1
Entering edit mode

Thank you Andrew for your response. I am sorry to ask this but how can I find read length? Is it equal to InsertSize in SRA database?

ADD REPLY
0
Entering edit mode

run the fastq file through fastqc, or look at one of the entries in the fastq and figure out how long the line is, each entry is a single read (plus quality score, header, etc)

ADD REPLY
0
Entering edit mode

Thanks again

ADD REPLY
2
Entering edit mode
8.5 years ago

I'd generally align to the transcriptome using bowtie2 for each sample, run picard tools (CollectInsertSizeMetrics.jar) on the resulting file. Get the number for MEAN_INSERT_SIZE, then work out MEAN_INSERT_SIZE - (2 x read length)

ADD COMMENT
2
Entering edit mode
8.5 years ago

I'd generally just run BBMap, which does not require that parameter, as it calculates it automatically. Of course, I'm somewhat biased, as I wrote BBMap. But I have yet to find a scenario where Tophat is a desirable program to run over the alternatives (BBMap or STAR).

ADD COMMENT
0
Entering edit mode

Agreed, I have to admit I've never used BBMap, but STAR, and HISAT don't require this parameter - It's usually computed internally.

ADD REPLY

Login before adding your answer.

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