MassPeaks
objectsrawToPeaks.Rd
This is an auxiliary function to create a list of MassPeaks
objects from raw data.
rawToPeaks(mz, I)
Vector of m/z values.
Matrix of peak intensity values.
This functions creates a list of MassPeaks
objects from a vector of common m/z values and a matrix of column vectors of peak intensities for a collections of mass peak profiles. The column names are used to label the elements of the list.
A list of MassPeaks
objects.