-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Expose the function to identify isotopes? #51
Comments
Not tried it but seems you are looking for Line 27 in bc0e9fd
Some post-proccesing seems to be going on so perhaps there is not a single function that can be used direct: Line 648 in bc0e9fd
|
Thanks Jan! Yes I've also seen this function - but it's hard to understand what the individual parameters mean or are. But yes, I would like to have e.g. this function exported (and documented). |
Hi, I am open for PR and can (try) to help. But Carsten Kuhl is long gone from my group :-( |
- Export the core functionality to find isotopes among a grouped set of features (aka pseudo spectrum). Issue sneumann#51.
I've just realized that there is a second way to find isotopes: |
Dear developers (@sneumann @Treutler) I wanted to ask if it would be possible to expose/export some CAMERA-internal core functionality as documented functions?
The reason for that: I think it would be helpful to be able to call some of the core functionality from CAMERA also from other packages or independently of CAMERA (and more importantly, the
xcmsSet
object). This would open up CAMERA also for other types of input data, e.g. if you just have a list of m/z and intensity values, find possible isotopes. And that is actually exactly my use case at the moment: I have a set of m/z values and related intensity values and would like to know which or if these could be isotopes from each other. So, is there a function inCAMERA
that takesmz
andintensity
values and can predict isotopes on that? And if so, which is it and how can I call that?The text was updated successfully, but these errors were encountered: