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

Export core function to identify isotopes #52

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jorainer
Copy link

This PR exports the first function to identify isotopes which is used by the findIsotopes function. Currently no post-processing is performed. Also, there is a second method findIsotopesWithValidation that uses a different code to determine isotopes - it might be eventually better to export that one too.

- Export the core functionality to find isotopes among a grouped set of
  features (aka pseudo spectrum). Issue sneumann#51.
@@ -76,13 +76,13 @@ annotateGrp <- function(ipeak, imz, rules, mzabs, devppm, isotopes, quasimolion,
return(NULL);
};

#Entferne Hypothesen, welche gegen OID-Score&Kausalität verstossen!
#Entferne Hypothesen, welche gegen OID-Score&Kausalitaet verstossen!
Copy link
Owner

Choose a reason for hiding this comment

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

Bonus points for translating german comments ...

Copy link
Author

Choose a reason for hiding this comment

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

:) I leave that to you :) I just removed to german characters because devtools::document() failed crying for non-UTF8 encoding.

@sneumann
Copy link
Owner

looks good to me. I'd like to try merge in chronological order

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