clustjs
v0.1.0
Published
ClustJS: PCA, clustering, and heatmap utilities for the browser
Readme
Welcome to clustJs!
Multivariate statistical visualization (PCA, t-SNE, UMAP, clustering, heatmaps, etc) in JavaScript.
live at: https://lorenasandoval88.github.io/clustjs
Demo:
Loading statsJs PCA plot UI:
sdk = await import("https://lorenasandoval88.github.io/clustjs/sdk.js")
sdk.pca_UI( {colors: ["#8C236A", "#4477AA"]} )
{ # options can include the following or be left empty (order is irrelevant)
divId: "as a string",
colors: [...list],
data: data in JSON format,
height: 100,
width: 400
}Further documentation can be found on the wiki.
