-
Notifications
You must be signed in to change notification settings - Fork 46
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
Add a bpc,MSnExp and bpc,OnDiskMSnExp method #168
Comments
Do you mean a method that extract the Or go you mean something like But yes, it would be useful to have such a method. |
I guess yes, extract the I didn't check the |
Yes, same situation - I'm fine with having a
There's also
Could you clarify what you mean? The max or sum of all intensities in a spectrum? That would be easy to add - something along the lines of
(There's already a |
o Add bpi,OnDiskMsnExp method. Parameter initial allows to specify whether the original data from the mzML file is returned, or whether the values are calculated. o Modify tic,OnDiskMSnExp method to always return the initial TIC from the mzML's header, unless parameter initial = FALSE o Add unit tests for both methods.
Done. The |
o Fix unit test errors related to changes due to issue #168. o Add missing aliases for bpi in documentation.
o Add bpi,OnDiskMsnExp method. Parameter initial allows to specify whether the original data from the mzML file is returned, or whether the values are calculated. o Modify tic,OnDiskMSnExp method to always return the initial TIC from the mzML's header, unless parameter initial = FALSE o Add unit tests for both methods. From: jotsetung <johannes.rainer@gmail.com> git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/MSnbase@124448 bc3139a8-67e5-0310-9ffc-ced21a209358
o Fix unit test errors related to changes due to issue #168. o Add missing aliases for bpi in documentation. From: jotsetung <johannes.rainer@gmail.com> git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/MSnbase@124449 bc3139a8-67e5-0310-9ffc-ced21a209358
* master: update news Fix issue #170 Add spectrapply method and backend option Fix unit test error due to recent changes Add bpi method (issue #168) set filename only when input is a character Update readMSnSet2 to save filename Cite Lazar 2016 in vignette imputation section add imputatation paper to bib update news and description fix typo in impute man page new github devel version From: Laurent <lg390@cam.ac.uk> git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/MSnbase@124452 bc3139a8-67e5-0310-9ffc-ced21a209358
o Add bpi,OnDiskMsnExp method. Parameter initial allows to specify whether the original data from the mzML file is returned, or whether the values are calculated. o Modify tic,OnDiskMSnExp method to always return the initial TIC from the mzML's header, unless parameter initial = FALSE o Add unit tests for both methods. From: jotsetung <johannes.rainer@gmail.com> git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/MSnbase@124448 bc3139a8-67e5-0310-9ffc-ced21a209358
o Fix unit test errors related to changes due to issue #168. o Add missing aliases for bpi in documentation. From: jotsetung <johannes.rainer@gmail.com> git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/MSnbase@124449 bc3139a8-67e5-0310-9ffc-ced21a209358
* master: update news Fix issue #170 Add spectrapply method and backend option Fix unit test error due to recent changes Add bpi method (issue #168) set filename only when input is a character Update readMSnSet2 to save filename Cite Lazar 2016 in vignette imputation section add imputatation paper to bib update news and description fix typo in impute man page new github devel version From: Laurent <lg390@cam.ac.uk> git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/MSnbase@124452 bc3139a8-67e5-0310-9ffc-ced21a209358
o Add bpi,OnDiskMsnExp method. Parameter initial allows to specify whether the original data from the mzML file is returned, or whether the values are calculated. o Modify tic,OnDiskMSnExp method to always return the initial TIC from the mzML's header, unless parameter initial = FALSE o Add unit tests for both methods. From: jotsetung <johannes.rainer@gmail.com> git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/MSnbase@124448 bc3139a8-67e5-0310-9ffc-ced21a209358
o Fix unit test errors related to changes due to issue #168. o Add missing aliases for bpi in documentation. From: jotsetung <johannes.rainer@gmail.com> git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/MSnbase@124449 bc3139a8-67e5-0310-9ffc-ced21a209358
* master: update news Fix issue #170 Add spectrapply method and backend option Fix unit test error due to recent changes Add bpi method (issue #168) set filename only when input is a character Update readMSnSet2 to save filename Cite Lazar 2016 in vignette imputation section add imputatation paper to bib update news and description fix typo in impute man page new github devel version From: Laurent <lg390@cam.ac.uk> git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/MSnbase@124452 bc3139a8-67e5-0310-9ffc-ced21a209358
Would be nice to have, along with the
tic
method, also abpc
method that extracts the base peak chromatogram from anMSnExp
andOnDiskMSnExp
, i.e. the maximum intensity from each spectrum.If you would agree I could implement that.
The text was updated successfully, but these errors were encountered: