Welcome to clustJs!
Multivariate statistical visualization (PCA, t-SNE, UMAP, clustering, heatmaps, etc) in JavaScript.
live at: https://lorenasandoval88.github.io/clustjs
Demo:
$3
``
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.