Package | Description |
---|---|
com.compomics.util.experiment.identification |
This package contains experiment classes related to identifications.
|
com.compomics.util.gui.spectrum |
This package contains GUI classes related to Spectrum and Chromatogram visualization.
|
Modifier and Type | Method and Description |
---|---|
static Vector<DefaultSpectrumAnnotation> |
SpectrumAnnotator.getSpectrumAnnotation(ArrayList<IonMatch> ionMatches)
Translates the list of ion matches into a vector of annotations which can
be read by the SpectrumPanel.
|
Modifier and Type | Method and Description |
---|---|
static Vector<DefaultSpectrumAnnotation> |
SpectrumPanel.filterAnnotations(Vector<DefaultSpectrumAnnotation> annotations,
HashMap<Ion.IonType,ArrayList<Integer>> iontypes,
ArrayList<NeutralLoss> neutralLosses,
boolean singleChargeSelected,
boolean doubleChargeSelected,
boolean moreThanTwoChargesSelected)
Deprecated.
don't use method based on the peak labels but on the data
type
|
Modifier and Type | Method and Description |
---|---|
static Vector<DefaultSpectrumAnnotation> |
SpectrumPanel.filterAnnotations(Vector<DefaultSpectrumAnnotation> annotations,
HashMap<Ion.IonType,ArrayList<Integer>> iontypes,
ArrayList<NeutralLoss> neutralLosses,
boolean singleChargeSelected,
boolean doubleChargeSelected,
boolean moreThanTwoChargesSelected)
Deprecated.
don't use method based on the peak labels but on the data
type
|
Copyright © 2013. All Rights Reserved.