https://github.com/cedekpoole/pca-plot
PCA Plot
https://github.com/cedekpoole/pca-plot
data-visualization genomics highcharts npm-package react
Last synced: about 2 months ago
JSON representation
PCA Plot
- Host: GitHub
- URL: https://github.com/cedekpoole/pca-plot
- Owner: cedekpoole
- Created: 2023-10-19T13:36:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-31T14:25:15.000Z (over 2 years ago)
- Last Synced: 2025-10-30T15:50:03.606Z (8 months ago)
- Topics: data-visualization, genomics, highcharts, npm-package, react
- Language: JavaScript
- Homepage: https://plot-package-test.netlify.app/
- Size: 862 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Principal Component Analysis (PCA) plot
The 'pca-plot' package is a way to check seq data quality. It visualises the data conditionally in a 2D or 3D plot (dependent on the number of PCs selected), where each point represents a sample. The distance between the points is a measure of the similarity between the samples. The more similar the samples are, the closer the points will be to each other.
## Installation
```bash
npm install pca-plot
```
## Usage
```javascript
import { PCAPlot } from 'pca-plot';
const App = () => {
return (
<>
>
)
}
export default App;
```