We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is no option to change intval option in findAdducts() function. Currently, it has a fixed value ("maxo").
It is written in the code as:
#TODO: Change intensity choosing? intval <- "maxo"; #max. intensity
The text was updated successfully, but these errors were encountered:
Thanks for spotting this. Would you be willing to create a pull request ? I would expect this to be hard-coded in other places as well. Yours, Steffen
Sorry, something went wrong.
ad "other places": It was fixed in groupcorr a few years back #15.
No branches or pull requests
There is no option to change intval option in findAdducts() function. Currently, it has a fixed value ("maxo").
It is written in the code as:
#TODO: Change intensity choosing?
intval <- "maxo"; #max. intensity
The text was updated successfully, but these errors were encountered: