We have RNA-Seq paired-end data, the insert size is about 200bp , and the read length is different.
4_1.fq 50bp
4_2.fq 36bp
5_1.fq 75bp
5_2.fq 50bp
Can i run
bwa aln database.fasta 4_1.fq 4_2.fq 5_1.fq 5_2.fq > aln_sa.sai
How BWA do paired-end alignment for different read length?
And there are many situations like : one read is in one exon ,the other read is in other exon, the mapping position of these two reads on genome is 500, 3600. The distance is 3100 (there is a intron there) and BWA will discard these paired-end reads alignment because their distance is signicicant larger than 200bp?
Or i should map these reads as single reads?
4_1.fq 50bp
4_2.fq 36bp
5_1.fq 75bp
5_2.fq 50bp
Can i run
bwa aln database.fasta 4_1.fq 4_2.fq 5_1.fq 5_2.fq > aln_sa.sai
How BWA do paired-end alignment for different read length?
And there are many situations like : one read is in one exon ,the other read is in other exon, the mapping position of these two reads on genome is 500, 3600. The distance is 3100 (there is a intron there) and BWA will discard these paired-end reads alignment because their distance is signicicant larger than 200bp?
Or i should map these reads as single reads?
Comment