Skip to content

Commit 325cb87

Browse files
authored
Merge pull request #76 from platforma-open/20251114-update-block-metadata
20251114 update block metadata
2 parents 4096cfa + 8af1a18 commit 325cb87

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

.changeset/weak-candies-hope.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@platforma-open/milaboratories.clonotype-clustering': patch
3+
---
4+
5+
Block metadata updated.

block/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
"title": "Clonotype clustering",
2727
"logo": "file:../logos/block-logo.png",
2828
"url": "https://github.com/platforma-open/clonotype-clustering",
29-
"docs": "https://github.com/platforma-open/clonotype-clustering/docs",
29+
"docs": "https://docs.platforma.bio/guides/antibody-discovery/antibody-clustering/",
3030
"support": "mailto:support@milaboratories.com",
31-
"description": "Fast, sequence-based clonotype clustering.",
31+
"description": "Groups similar clonotypes into clusters based on sequence similarity using MMseqs2.",
3232
"longDescription": "file:../docs/description.md",
3333
"changelog": "file:../CHANGELOG.md",
3434
"tags": [

docs/description.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Overview
22

3-
Groups similar clonotypes into clusters based on their sequences. It utilizes the MMseqs2 (`easy-cluster` command) software for fast and sensitive sequence searching and clustering, grouping sequences that meet a specified identity threshold. The results are visualized using bubble plot for easy interpretation.
3+
Groups similar clonotypes into clusters based on their sequence similarity, enabling researchers to identify related clonotypes that may share functional properties or antigen specificities. The block utilizes MMseqs2's `easy-cluster` command for fast and sensitive sequence searching and clustering, grouping sequences that meet a specified identity threshold. The clustering is performed on amino acid or nucleotide sequences (configurable), and results include cluster assignments for each clonotype along with cluster-level statistics, visualized using bubble plots.
4+
5+
The clustered clonotype data can be used in downstream analysis blocks such as Clonotype Enrichment to analyze enrichment patterns at the cluster level across selection rounds, or Antibody/TCR Lead Selection to identify top candidates based on cluster-level scoring metrics.
46

57
MMseqs2 is developed by the Söding lab and Steinegger group. For more information, please see: [https://github.com/soedinglab/MMseqs2](https://github.com/soedinglab/MMseqs2) and cite the following publication if used in your research:
68

7-
> Steinegger M and Soeding J. MMseqs2 enables sensitive protein sequence searching for the analysis of massive data sets. Nature Biotechnology, doi: 10.1038/nbt.3988 (2017).
9+
> Steinegger M and Soeding J. MMseqs2 enables sensitive protein sequence searching for the analysis of massive data sets. _Nature Biotechnology_, doi: 10.1038/nbt.3988 (2017). [https://doi.org/10.1038/nbt.3988](https://doi.org/10.1038/nbt.3988)

0 commit comments

Comments
 (0)