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

reconstructChromPeakSpectra #721

Open
Slycopersicum opened this issue Feb 21, 2024 · 1 comment
Open

reconstructChromPeakSpectra #721

Slycopersicum opened this issue Feb 21, 2024 · 1 comment

Comments

@Slycopersicum
Copy link

Hi, I was trying to use this function for mse data.
I want to ask if there is some way to indicate the reconstruct of the ms2 for the ms1 peak saved in featuredata.
Or use the ms1 peaks common in all my samples.
Also other question is about if the reconstruct can be achive using findchrompeak( msLevel = 2L, add= TRUE),
instead of using the findChromPeaksIsolationWindow.

Thank you so much

@jorainer
Copy link
Collaborator

jorainer commented Mar 8, 2024

can you maybe provide some more information on your data? what is it? SWATH? DIA? note that at present this approach reconstructs only fragment spectra (from MS2 chrom peaks) separately for each file - there is no way (yet) to consider peaks present in all samples.

the advantage of findChromPeaksIsolationWindow is that MS2 chrom peaks are only identified in data (fragments) of ions generated/selected with the same isolation window. findChromPeaks(msLevel = 2) makes only sense, if the MS instrument fragmented all ions at the same time and no m/z isolation windows were used.

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

No branches or pull requests

2 participants