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

remove peaks and regions #252

Closed
lgatto opened this issue Sep 7, 2017 · 0 comments
Closed

remove peaks and regions #252

lgatto opened this issue Sep 7, 2017 · 0 comments

Comments

@lgatto
Copy link
Owner

lgatto commented Sep 7, 2017

Following up from #84, it would be nice to generalise and improve the removeStuff functionality.

  • removePeaks(object, t): sets peaks < t from individual spectra or whole experiments to 0; keep as is.
  • removePeak(object, mz): using new implementation, removes a specific peak.
  • removePrecMz(object): as above, but uses precursorMz to get mz.
  • removeReporters(object): as above, but uses a ReporterIons to get the mz values.
  • removeMzRegion(object, mz): sets all values between mz[1] and mz[2] to 0.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant