Skip to content

Julenmendieta/milab 6144 support peptides#28

Merged
julenmendieta merged 5 commits into
mainfrom
julenmendieta/MILAB-6144_supportPeptides
Apr 30, 2026
Merged

Julenmendieta/milab 6144 support peptides#28
julenmendieta merged 5 commits into
mainfrom
julenmendieta/MILAB-6144_supportPeptides

Conversation

@julenmendieta

Copy link
Copy Markdown
Contributor

No description provided.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

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 introduces support for peptide data in rarefaction analysis by transitioning terminology from 'clonotypes' to 'sequences' across documentation, UI components, and internal workflows. Key changes include updating data axes in the model to include peptide-extraction outputs and renaming PFrame columns and spec names for consistency. A review comment identifies an inconsistency in the workflow template where an internal column name still refers to 'clonotypes' despite the spec name being updated to 'sequences', suggesting a rename to ensure alignment across the codebase.

Comment on lines 39 to +41
column: "mean_unique_clonotypes",
spec: {
name: "pl7.app/vdj/rarefaction/meanUniqueClonotypes",
name: "pl7.app/rarefaction/meanUniqueSequences",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The internal column name mean_unique_clonotypes is inconsistent with the updated spec name pl7.app/rarefaction/meanUniqueSequences and the general move towards supporting peptides. It is recommended to rename the column to mean_unique_sequences for consistency, ensuring that the software output is also updated to match.

				column: "mean_unique_sequences",
				spec: {
					name: "pl7.app/rarefaction/meanUniqueSequences",

@julenmendieta julenmendieta merged commit 57e5230 into main Apr 30, 2026
8 checks passed
@julenmendieta julenmendieta deleted the julenmendieta/MILAB-6144_supportPeptides branch April 30, 2026 23:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant