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

Bugfix/corems conversion #31

Merged
merged 3 commits into from
Dec 4, 2024
Merged

Bugfix/corems conversion #31

merged 3 commits into from
Dec 4, 2024

Conversation

clabornd
Copy link
Collaborator

@clabornd clabornd commented Dec 2, 2024

Two issues:

Plotting a CoreMS object where monoisotopic peaks and isotopic peaks identified different columns caused cbind of two different length vectors. Switched to a full join on the sample id column.

Conversion of CoreMSData to peakData had a step where the formulae were parsed assuming a static order of CHNOSP. Switched to using ftmsRanalysis:::atom_count_vectorizer on the CoreMS object's molecular formula column, which seems agnostic to oder.

@clabornd clabornd merged commit 6e26ba5 into master Dec 4, 2024
3 checks passed
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