dengkw commited on
Commit
883885f
·
verified ·
1 Parent(s): d6d93c5

Update README notation rendering

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -45,7 +45,7 @@ To detect regions with significantly elevated mutation density, a Poisson right-
45
 
46
  $$p = P(X \geq k \mid \lambda)$$
47
 
48
- where $k$ is the observed mutation count in a window and $\lambda$ is the background mutation rate, estimated as the mean mutation count of all windows within the same chromosome. P-values were corrected for multiple testing using the Benjamini–Hochberg FDR procedure, and windows with FDR < 0.05 were labeled as mutation hotspots (label = 1).
49
 
50
  ### 4. Non-hotspot sampling and balancing
51
  To construct a balanced dataset, an equal number of non-hotspot windows (label = 0) were randomly sampled from the remaining genomic regions of the same chromosome.
 
45
 
46
  $$p = P(X \geq k \mid \lambda)$$
47
 
48
+ where **k** is the observed mutation count in a window and **λ** is the background mutation rate, estimated as the mean mutation count of all windows within the same chromosome. P-values were corrected for multiple testing using the Benjamini–Hochberg FDR procedure, and windows with FDR < 0.05 were labeled as mutation hotspots (label = 1).
49
 
50
  ### 4. Non-hotspot sampling and balancing
51
  To construct a balanced dataset, an equal number of non-hotspot windows (label = 0) were randomly sampled from the remaining genomic regions of the same chromosome.