Method | Description | |
---|---|---|
AddFeatureScores ( |
The sum feature scores.
|
|
AverageFeatureStatistics ( IEnumerable |
The average feature scores.
|
|
IntensityScore ( StandardImsPeak featurePeak, double globalMaxIntensity ) : double |
The intensity score.
|
|
IsotopicProfileScore ( StandardImsPeak imsPeak, DataReader reader, IImsTarget target, List |
The score feature using isotopic profile.
|
|
PeakShapeScore ( StandardImsPeak imsPeak, DataReader reader, double massToleranceInPpm, double driftTimeToleranceInMs, VoltageGroup voltageGroup, double globalMaxIntensities, int numberOfScans ) : double |
The Peak shape score. Evaluating how "good" the peak looks. A good peak shape score indicates that the peak is not a result of noise or instrument errors. Mostly the feature intensity along is sufficient to exclude noise but a good shape score helps evaluating the experiment and thus the reliability of the data analysis result.
|
|
ScoreFeature ( this peak, double globalMaxIntensity, DataReader uimfReader, double massToleranceInPpm, double driftTimeToleranceInMs, VoltageGroup voltageGroup, int voltageGroupScans, IImsTarget target, IsotopicScoreMethod isotopicScoreMethod, List |
The score feature.
|
Method | Description | |
---|---|---|
BhattacharyyaDistance ( List |
The bhattacharyya distance.
|
|
EuclideanAlternative ( List |
The bhattacharyya distance.
|
|
IsotopicProfileScoreAngle ( List |
The isotopic profile score angle.
|
|
IsotopicProfileScoreEuclidean ( List |
The score feature using isotopic profile.
|
|
PearsonCorrelation ( List |
The pearson correlation.
|
public static AddFeatureScores ( |
||
a | /// The a. /// | |
b | /// The b. /// | |
return |
public static AverageFeatureStatistics ( IEnumerable |
||
scoreHolders | IEnumerable |
/// The score holders. /// |
return |
public static IntensityScore ( StandardImsPeak featurePeak, double globalMaxIntensity ) : double | ||
featurePeak | StandardImsPeak | /// The feature blob. /// |
globalMaxIntensity | double | /// The global Max Intensity. /// |
return | double |
public static IsotopicProfileScore ( StandardImsPeak imsPeak, DataReader reader, IImsTarget target, List |
||
imsPeak | StandardImsPeak | /// The ims Peak. /// |
reader | DataReader | /// The reader. /// |
target | IImsTarget | /// The Target. /// |
isotopicPeakList | List |
/// The isotopic peak list. /// |
voltageGroup | VoltageGroup | /// The voltage Group. /// |
selectedMethod | IsotopicScoreMethod | /// The selected Method. /// |
globalMaxIntensities | double | /// |
totalScans | double | |
return | double |
public static PeakShapeScore ( StandardImsPeak imsPeak, DataReader reader, double massToleranceInPpm, double driftTimeToleranceInMs, VoltageGroup voltageGroup, double globalMaxIntensities, int numberOfScans ) : double | ||
imsPeak | StandardImsPeak | /// The imsPeak. /// |
reader | DataReader | /// The reader. /// |
massToleranceInPpm | double | /// The mass Tolerance In Ppm. /// |
driftTimeToleranceInMs | double | /// The drift Time Tolerance In Scans. /// |
voltageGroup | VoltageGroup | /// The voltage group. /// |
globalMaxIntensities | double | /// The global Max Intensities. /// |
numberOfScans | int | /// The number Of Scans. /// |
return | double |
public static ScoreFeature ( this peak, double globalMaxIntensity, DataReader uimfReader, double massToleranceInPpm, double driftTimeToleranceInMs, VoltageGroup voltageGroup, int voltageGroupScans, IImsTarget target, IsotopicScoreMethod isotopicScoreMethod, List |
||
peak | this | /// The peak. /// |
globalMaxIntensity | double | /// The global max intensity. /// |
uimfReader | DataReader | /// The uimf reader. /// |
massToleranceInPpm | double | /// The mass tolerance in ppm. /// |
driftTimeToleranceInMs | double | /// The drift time tolerance in ms. /// |
voltageGroup | VoltageGroup | /// The voltage group. /// |
voltageGroupScans | int | /// The voltage group scans. /// |
target | IImsTarget | /// The target. /// |
isotopicScoreMethod | IsotopicScoreMethod | /// The isotopic score method. /// |
theoreticalIsotopicProfile | List |
/// The theoretical isotopic profile. /// |
return |