Skip to content
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

Refactor volcano iii #361

Merged
merged 6 commits into from
Nov 14, 2024
Merged

Refactor volcano iii #361

merged 6 commits into from
Nov 14, 2024

Conversation

mschwoer
Copy link
Contributor

move the gene to protein id mapping to DataSet, thus simplifying LLM part

Comment on lines +100 to +105
for k, v in dict(
zip(
self.rawinput[self._gene_names].tolist(),
self.rawinput[self.index_column].tolist(),
)
).items()
Copy link
Collaborator

Choose a reason for hiding this comment

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

This is not necessarily unique, and should ideally raise an error in some of our test-data sets that contain isoform ids. E.g. TPM1 occurs 5 times in testfiles/maxquant/proteinGroups.txt with different base Protein IDs.

Copy link
Collaborator

@JuliaS92 JuliaS92 left a comment

Choose a reason for hiding this comment

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

LGTM
Anything regarding ids needs to be addressed in a separate PR.

Base automatically changed from refactor_volcano_II to development November 14, 2024 15:24
@mschwoer mschwoer merged commit 0f4694f into development Nov 14, 2024
4 of 5 checks passed
@mschwoer mschwoer deleted the refactor_volcano_III branch November 14, 2024 15:28
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.

2 participants