@platforma-open/milaboratories.embedding-clustering 1.0.3 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/block-pack/CHANGELOG.md +1 -0
- package/block-pack/block-logo.png +0 -0
- package/block-pack/description.md +7 -0
- package/block-pack/main.plj.gz +0 -0
- package/block-pack/manifest.json +1 -0
- package/block-pack/model.json +1 -0
- package/block-pack/organization-logo.png +0 -0
- package/block-pack/published.json +8 -0
- package/block-pack/ui.tgz +0 -0
- package/dist/AGENTS.d.ts +29303 -0
- package/dist/AGENTS.d.ts.map +1 -0
- package/dist/AGENTS.js +0 -0
- package/dist/index.d.ts +29314 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +13116 -0
- package/dist/index.js.map +1 -0
- package/dist/rolldown-runtime-B-1-B7_t.js +33 -0
- package/package.json +27 -11
- package/index.d.ts +0 -6
- package/index.js +0 -8
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# Changelog
|
|
Binary file
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# Overview
|
|
2
|
+
|
|
3
|
+
Groups clonotypes or peptides into clusters by distance in a learned embedding space, enabling researchers to identify related sequences that may share functional properties or antigen specificities even when their sequences differ. The block takes per-row embeddings (e.g. ESM-2 vectors produced by a Sequence Embeddings block), reduces them with centered PCA (95% variance), L2-normalizes, and clusters them with HDBSCAN. Results include a cluster assignment for each clonotype or peptide along with cluster-level statistics, visualized using bubble plots and histograms.
|
|
4
|
+
|
|
5
|
+
The clustered data can be used in downstream analysis blocks such as Sequence Enrichment to analyze enrichment patterns at the cluster level across selection rounds, or Lead Selection to identify top candidates based on cluster-level scoring metrics.
|
|
6
|
+
|
|
7
|
+
Clustering uses HDBSCAN from scikit-learn. For more information, please see: [https://scikit-learn.org/stable/modules/clustering.html#hdbscan](https://scikit-learn.org/stable/modules/clustering.html#hdbscan).
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"schema":"v2","description":{"id":{"organization":"milaboratories","name":"embedding-clustering","version":"1.2.0"},"components":{"workflow":{"type":"workflow-v1","main":{"type":"relative","path":"main.plj.gz"}},"model":{"type":"relative","path":"model.json"},"ui":{"type":"relative","path":"ui.tgz"}},"meta":{"title":"Embedding Clustering","description":"Groups clonotypes or peptides into clusters by distance in a learned embedding space using HDBSCAN.","longDescription":{"type":"relative","path":"description.md"},"changelog":{"type":"relative","path":"CHANGELOG.md"},"logo":{"type":"relative","path":"block-logo.png"},"url":"https://github.com/platforma-open/embedding-clustering","support":"mailto:support@milaboratories.com","tags":["airr","downstream","clustering","embedding","peptide"],"organization":{"name":"MiLaboratories Inc","url":"https://milaboratories.com/","logo":{"type":"relative","path":"organization-logo.png"}},"marketplaceRanking":12331,"supportedPlatforms":["linux-x64","linux-aarch64","macosx-x64","macosx-aarch64"]},"featureFlags":{"supportsLazyState":true,"supportsPframeQueryRanking":true,"requiresUIAPIVersion":3,"requiresModelAPIVersion":2,"requiresCreatePTable":2,"requiresPFramesVersion":1001031,"requiresPFrameSpec":true,"requiresPFrame":true,"requiresDialog":true,"requiresColumnsCollection":true},"kind":"@platforma-open/milaboratories.embedding-clustering.kind@1.0.0"},"timestamp":1789119978516,"files":[{"name":"main.plj.gz","size":504510,"sha256":"3D02DD3D6864349D8EFE2A74304DD93E112BBAFF0A003E9AE7C8AB927172D57D"},{"name":"model.json","size":530713,"sha256":"BA0CA5E64D8F7918691E64FBA2F68D1AA30A975B6A677BB9F534ACAAEC53998B"},{"name":"ui.tgz","size":6685111,"sha256":"7ECC7872455FD383A1FF602287AD62D6BD82661321A576ECA91AF6A333A83203"},{"name":"organization-logo.png","size":24439,"sha256":"FA71390C77C91E4B7FAAE5640D00F92F1E3F2869296F68B6040DD7CC549A50B5"},{"name":"description.md","size":1048,"sha256":"23BEED732343BCCF4CCC1E36EB21527C366AF5DB42284B66CB19CB2B24842A6F"},{"name":"CHANGELOG.md","size":12,"sha256":"3E79C4CAFB504A21F8913E4E0E66F2FF7B1192A127C6F564AAB379C8B5FA9BDD"},{"name":"block-logo.png","size":37048,"sha256":"9C5C3FB48F044AC6C94551C303EFEAB5F1AE83F87117ADA794C8F87655FEB317"}]}
|