Skip to content

Commit

Permalink
Math equations in documentation not formatted correclty #15
Browse files Browse the repository at this point in the history
  • Loading branch information
ataulhaleem committed Sep 30, 2024
1 parent 1e0f5e7 commit a77a3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/modules/GWAS/Results.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ After conducting GWAS analysis in Camelina Hub a Manhattan plot is autogenerated
2. P-values are converted to the negative logarithm base 10 scale: $−log⁡10(p_-value)$.
3. The converted p-values are then sorted based on chromosome and position.
4. Alternating colors are assigned to different chromosomes for visual clarity.
5. A custom javascript component is employed to render an interactive Manhattan plot having genomic positions on the x-axis and the $−log⁡10(p_-value)$ on the y-axis.
5. A custom javascript component is employed to render an interactive Manhattan plot having genomic positions on the x-axis and the -log<sub>10</sub>(p-value) on the y-axis.

<Image src="/GWAS_7_res_Manhattan.png" alt="image of GWAS_7_res_Manhattan"/>

Expand Down

0 comments on commit a77a3d7

Please sign in to comment.