Uses of Class
com.compomics.util.experiment.mass_spectrometry.indexes.PrecursorMap.PrecursorWithTitle
Package | Description |
---|---|
com.compomics.util.experiment.mass_spectrometry.indexes |
Classes related to the indexing of spectra.
|
-
Uses of PrecursorMap.PrecursorWithTitle in com.compomics.util.experiment.mass_spectrometry.indexes
Methods in com.compomics.util.experiment.mass_spectrometry.indexes that return types with arguments of type PrecursorMap.PrecursorWithTitle Modifier and Type Method Description ArrayList<PrecursorMap.PrecursorWithTitle>
PrecursorMap. getMatchingSpectra(double referenceMz)
Returns a list containing the precursors matching the given m/z.HashMap<Double,ArrayList<PrecursorMap.PrecursorWithTitle>>
PrecursorMap. getPrecursorsInBin(int bin)
Returns the precursors at the given bin indexed by mass.