Merge Mass Spectrometry Data: Algorithm & Techniques

  • Thread starter Thread starter DMN
  • Start date Start date
  • Tags Tags
    Data
AI Thread Summary
The discussion centers on merging mass spectrometry data from 61 scans to create a comprehensive view for peak analysis. Key points include exploring methods to combine the scans effectively, with a focus on avoiding artifacts in the resulting data. Suggestions include considering a straight average of intensity values, while also seeking algorithms that can merge the data more sophisticatedly. There is a request for clarification on the characteristics of the spectrometry data to better understand the merging process.
DMN
Messages
2
Reaction score
0
I have a collection of mass spectrometry data, about 61 scans, and I can graph them on top of each other to get a complete picture. But since each scan is only a chunk of the entire range, what ways are there to merge all the scans into one so that I can then start finding peaks and such? Would a straight average of the intensity values work? Or is there some nice algorithm that would merge the data without introducing too many artifacts?
 
Technology news on Phys.org
I can't guess what you want to do? what's the character of spectrometry data? I'm sorry I can't understand...
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I had a Microsoft Technical interview this past Friday, the question I was asked was this : How do you find the middle value for a dataset that is too big to fit in RAM? I was not able to figure this out during the interview, but I have been look in this all weekend and I read something online that said it can be done at O(N) using something called the counting sort histogram algorithm ( I did not learn that in my advanced data structures and algorithms class). I have watched some youtube...
Back
Top