OrderedCache Module
Functions and values
| Function or value | Description |
Full Usage:
generateTheoSpectra calcIonSeries massfunction lookUpF lookUpCache andromedaCache sequestCache chargeState (arg8, arg9) maxMemory lowerMass upperMass
Parameters:
('a -> float) -> AminoAcid list -> FragmentMasses
massfunction : IBioItem -> float
lookUpF : float -> float -> LookUpResult<AminoAcid> list
lookUpCache : Cache<int64, (LookUpResult<AminoAcid> * FragmentMasses) list>
andromedaCache : Cache<int64, TheoreticalSpectrum<PeakFamily<TaggedPeak> array> list>
sequestCache : Cache<int64, TheoreticalSpectrum<Vector<float>> list>
chargeState : int
arg7 : float
arg8 : float
maxMemory : int64
lowerMass : float
upperMass : float
Returns: TheoreticalSpectrum<PeakFamily<TaggedPeak> array> list * TheoreticalSpectrum<Vector<float>> list
|
|
BioFSharp.Mz