I am doing some experiment using BowTie and WHAM which are short read aligners that aligns short DNA sequences (reads) to the human genome like BLAST. In WHAM, it is specified that for 75 bps reads, it is biologically required to allow matching with two errors and if the read length increases, allowed error should increase. Now, I want to experiment with those two tools on 150 bps. Can anybody help me what should be the allowed matching errors for 150 bps or where can I find information about it ?
Actually, I am asking for "maximum tolerated miss match errors" for various (specially 150 bps) read length.
There is no definite answer. All are heuristic rules and depend on your purpose. Some are based on score, while others based on mismatches. Bwa paper gives one of these rules. You may read.