I'm new to the field and I'm trying to solve this problem - I have two files
preprocessed.csv
contains pre processed spectra for the samples. In particular, the spectra have been de noised (by using wavelets) and the baseline has been removed.
mz.csv
contains a list of m/z coordinates with putative peaks, obtained based on a mean spectrum.
I need to quantify the intensity at each putative peak location, indicated in the mz.csv
file, by using the maximum observed normalized intensity in the window around the putative peak location bounded to the left and right by local minima.
Does anyone have any idea how to do this ?
I also need to answer the question: Are there locations, at which normal samples are statistically significantly different from the cancer samples?