Skip to content

Commit

Permalink
pca plot test mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
ataulhaleem committed Jul 3, 2024
1 parent 1d5d548 commit 9bb593a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = withNextra({
output: 'export',
basePath: '/documentation',
// trailingSlash: true,
// assetPrefix: '/',
assetPrefix: '/',
images: {
unoptimized: true
},
Expand Down
3 changes: 1 addition & 2 deletions pages/modules/Stratification/pca.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import Image from 'next/image'
import pcaImage from '../../../public/pca.png'

## Principle component analysis

Expand Down Expand Up @@ -33,4 +32,4 @@ The PCA plot is visualized using a custom JavaScript component, which colors the

Each point in the plot represents a sample, and the colors indicate the geographic origin of the samples. This visualization helps in identifying population structure and understanding the genetic diversity within the dataset.

<Image src={pcaImage} alt="image of the pca plot"/>
<Image src="/pca.png" alt="image of the pca plot"/>

0 comments on commit 9bb593a

Please sign in to comment.