Get the intensity matrix of single spectra for all fitted curves
Source:R/getters.R
getIntensityMatrix.Rd
Get the intensity matrix of single spectra for all fitted curves
Details
Note that the returned matrix only contains m/z values that were actually fitted.
If a variance filtering step was applied this will not include all m/z values.
If you wish to get a matrix of all m/z values use MALDIquant::intensityMatrix(getSinglePeaks(object))
.
For average spectra intensity matrix with all m/z values use MALDIquant::intensityMatrix(getAvgPeaks(object), getAvgSpectra(object))
.