what is the cases when the insert size between mate pairs is zero?
1
0
Entering edit mode
9.4 years ago
Medhat 9.7k

As the question indicates I would like to know what is the cases where the insert size between mate pairs is zero.

Thanks

alignment next-gen sequence • 2.1k views
ADD COMMENT
1
Entering edit mode
9.4 years ago

If the mate pair fragment contains the junction adapter on both the mates it can be considered as true mate pair fragment. If the junction adapter is not present on both the mates or one of the mate, then that mate pair fragment is a normal DNA fragment and the fragment length might be less than the 2*read_length.

Or

One of the mate is not mapped or mapped to a different scaffold etc.

More info on how to asses mate-pair library quality: http://www.illumina.com/documents/products/technotes/technote_nextera_matepair_data_processing.pdf

ADD COMMENT
0
Entering edit mode

I tried to describe important parts of this document in section "Trimming MATE-PAIR reads" here: http://sites.psu.edu/biomonika/2015/07/03/trim-now-or-never-pe-and-mp-adaptor-removal/

ADD REPLY
0
Entering edit mode

Wow. This looks great. Thanks.

ADD REPLY
0
Entering edit mode

In the sanity_check.sh script the input is one file for example;

sanity_check.sh ./forward_reads.fastq

and in this step R2=$(echo $R1 | sed 's/R1.fastq/R2.fastq/g') you make the other direction file name?

ADD REPLY
0
Entering edit mode

yes, my files are usually named something_R1.fastq and something_R2.fastq for forward and reverse reads, respectively. So I provide only the name of first file to the script and I derive the name of the second file by substituting R1.fastq for R2.fastq

ADD REPLY

Login before adding your answer.

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