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

compute peak statistics when aligning to a known reference #53

Open
goterm opened this issue Nov 18, 2024 · 0 comments
Open

compute peak statistics when aligning to a known reference #53

goterm opened this issue Nov 18, 2024 · 0 comments

Comments

@goterm
Copy link

goterm commented Nov 18, 2024

Hi,

when processing using a ref peak (ie when using peakProcess()) it would be nice to compute the stats (ie counts, freq) or at least include an option to do so?

thanks!

mse <- simulateImage(preset=1, npeaks=10, dim=c(3,3))
mse2 <- peakProcess(mse,
ref = mz(mse)[1:30],
method=“diff”,
SNR=6,
sampleSize=0.3,
filterFreq=0.02)

mse2
MSImagingExperiment with 30 features and 9 spectra
spectraData(1): intensity
featureData(1): mz
pixelData(4): x, y, run, circle
coord(2): x = 1...3, y = 1...3
runNames(1): run0
metadata(2): design, processing_20241117091510
mass range: 655.1111 to 662.7546
centroided: TRUE

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

2 participants