probability of mapping a random string of four nucleotides in a genome
1
0
Entering edit mode
8.7 years ago
Ric ▴ 430

Hello,

  1. What is the probability of finding a random string of four nucleotides in a reference genome of length N?
  2. What is the probability of uniquely mapping a random string of four nucleotides to reference genome of length N?
  3. How the probability of uniquely mapped reads improves by paired-end data?

Thank you in advance.

mapping probability ngs dna • 2.2k views
ADD COMMENT
3
Entering edit mode
8.7 years ago
Lesley Sitter ▴ 600

Hi,

  1. I'm no statistician but the chance is probably very high; 4^4 = 256 so about a 1 in 256 chance to find the string back. So if you think in terms of kmer's if you take a kmer of 4 and then the chance of one of these kmers being your random string is 1 in 256. So it will probably be something like (N-3)/256 chance to map your random string.
  2. 1 in 256 so the prob to uniquely map is 1 - ((N-3)/256), so it will probably have a negative probability due to the fact that it will almost definitely map on multiple locations.
  3. Reads are normally at least 100bp (although there are sequencers that go down to 28bp), so their probability to map to a reference are more in the range of 4^100 = 1,6E+60. The reverse read will not increase the probability of the first read mapping uniquely. However you now have two paired reads that should have mapped closely (depending on your insert size) together and should both have mapped only once. So it does not increase the probability of the first read to map uniquely, but it increases the confidence with which you can say it mapped uniquely.

Like I said this is just a super basic guesstimate. There are a lot of factors that play a real role, if your 4 letter random string contains more GCs it will change the probability of mapping. If there are repeats it could affect the mapping prob etc etc.

ADD COMMENT

Login before adding your answer.

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