-
Notifications
You must be signed in to change notification settings - Fork 0
20251114 update block metadata #76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| '@platforma-open/milaboratories.clonotype-clustering': patch | ||
| --- | ||
|
|
||
| Block metadata updated. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,7 +1,9 @@ | ||||||
| # Overview | ||||||
|
|
||||||
| 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. | ||||||
| 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. | ||||||
|
|
||||||
| 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. | ||||||
|
|
||||||
| 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: | ||||||
|
|
||||||
| > 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). | ||||||
| > 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) | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The citation format can be improved for readability. The DOI is mentioned and then a separate link to it is added, which is redundant. It would be cleaner to make the DOI text itself a hyperlink, which also resolves the awkward punctuation.
Suggested change
|
||||||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To improve readability and clearly distinguish the names of other analysis blocks, consider formatting them with bold markdown. This helps users quickly identify them as specific components or tools they can use.