-
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
Conversation
Summary of ChangesHello @aiturbidemil, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request focuses on enhancing the clarity and accessibility of the 'Clonotype clustering' block's metadata and documentation. It updates external links, refines the block's brief description, and significantly expands its detailed overview to better explain its functionality, underlying technology, and potential downstream uses within the platform. These changes aim to provide users with more accurate and comprehensive information about the block. Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
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.
Code Review
This pull request updates the block's metadata, including the documentation URL and descriptions in 'package.json' and 'docs/description.md'. The changes significantly improve the clarity and detail of the block's purpose and usage. I've added a couple of suggestions to further enhance the readability of the markdown documentation by formatting block names and cleaning up a citation link.
| 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. |
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.
| 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. | |
| 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 comment
The 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.
| > 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) | |
| > 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](https://doi.org/10.1038/nbt.3988) (2017). |
No description provided.