SequestLike Module
Functions and values
| Function or value | Description |
|
|
Full Usage:
calcSequestLikeScoresRevDecoy calcIonSeries massfunction (arg3, arg4) spectrum scanTime chargeState isolationWindowTargetMz possiblePeptideInfos spectrumID
Parameters:
(Formula -> float) -> AminoAcid list -> PeakFamily<TaggedMass> list
massfunction : Formula -> float
arg2 : float
arg3 : float
spectrum : PeakArray<'a>
scanTime : float
chargeState : int
isolationWindowTargetMz : float
possiblePeptideInfos : LookUpResult<AminoAcid> list
spectrumID : string
Returns: SearchEngineResult<float> list
|
|
Full Usage:
calcSequestScore (arg1, arg2) spectrum scanTime chargeState isolationWindowTargetMz theoreticalSpectra spectrumID
Parameters:
float
arg1 : float
spectrum : PeakArray<'a>
scanTime : float
chargeState : int
isolationWindowTargetMz : float
theoreticalSpectra : TheoreticalSpectrum<Vector<float>> list
spectrumID : string
Returns: SearchEngineResult<float> list
|
|
Full Usage:
calcSequestScoreParallel (arg1, arg2) spectrum scanTime chargeState isolationWindowTargetMz theoreticalSpectra spectrumID
Parameters:
float
arg1 : float
spectrum : PeakArray<'a>
scanTime : float
chargeState : int
isolationWindowTargetMz : float
theoreticalSpectra : TheoreticalSpectrum<Vector<float>> list
spectrumID : string
Returns: SearchEngineResult<float> list
|
|
|
|
Full Usage:
getTheoSpecs (arg1, arg2) chargeState possiblePeptideInfos
Parameters:
float
arg1 : float
chargeState : int
possiblePeptideInfos : (LookUpResult<AminoAcid> * FragmentMasses) list
Returns: TheoreticalSpectrum<Vector<float>> list
|
|
Full Usage:
predictIntensitySimpleModel ionType charge
Parameters:
IonTypeFlag
charge : float
Returns: float
|
|
Full Usage:
predictOf (lowerScanLimit, upperScanLimit) charge ionSeries
Parameters:
float
upperScanLimit : float
charge : float
ionSeries : PeakFamily<TaggedMass> list
Returns: Vector<float>
|
|
|
|
Full Usage:
setVectorInplace vector charge maxIndex lowerScanLimit taggedMass
Parameters:
Vector<float>
charge : float
maxIndex : int
lowerScanLimit : int
taggedMass : TaggedMass
|
|
Full Usage:
theoSpecOf (lowerScanLimit, upperScanLimit) maxcharge fragments
Parameters:
float
upperScanLimit : float
maxcharge : float
fragments : PeakFamily<TaggedMass> list
Returns: Vector<float>
|
|
|
BioFSharp.Mz