Package | Description |
---|---|
com.compomics.util.experiment.identification.features |
Classes for the generation of identification features.
|
com.compomics.util.experiment.quantification.spectrumcounting |
Experiment classes related to spectrum counting.
|
com.compomics.util.parameters.quantification.spectrum_counting |
Spectrum counting parameters.
|
Modifier and Type | Method and Description |
---|---|
double |
IdentificationFeaturesGenerator.getNormalizedSpectrumCounting(long proteinMatchKey,
Metrics metrics,
UnitOfMeasurement unit,
Double referenceMass,
SpectrumCountingMethod method)
Returns the spectrum counting metric of the protein match of interest
using the preference settings normalized to the injected protein amount.
|
double |
IdentificationFeaturesGenerator.getNormalizedSpectrumCounting(long proteinMatchKey,
UnitOfMeasurement unit,
SpectrumCountingMethod method)
Returns the spectrum counting metric of the protein match of interest
using the preference settings normalized to the injected protein amount.
|
Double |
IdentificationFeaturesGenerator.getSpectrumCounting(long proteinMatchKey,
SpectrumCountingMethod method)
Returns the spectrum counting metric of the protein match of interest for
the given method.
|
Modifier and Type | Method and Description |
---|---|
static SpectrumCountingMethod |
SpectrumCountingMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpectrumCountingMethod[] |
SpectrumCountingMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SpectrumCountingMethod |
SpectrumCountingParameters.getSelectedMethod()
Returns the current spectrum counting method.
|
Modifier and Type | Method and Description |
---|---|
void |
SpectrumCountingParameters.setSelectedMethod(SpectrumCountingMethod selectedMethod)
Set the current spectrum counting method.
|
Copyright © 2021. All rights reserved.