pca-plot

1.0.4 • Public • Published

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

npm install pca-plot

Usage

import { PCAPlot } from 'pca-plot';

const App = () => {
    return (
        <>
        <PCAPlot />
        </>
    )
}

export default App;

Package Sidebar

Install

npm i pca-plot

Weekly Downloads

2

Version

1.0.4

License

none

Unpacked Size

3.42 MB

Total Files

11

Last publish

Collaborators

  • cedekpoole