SpectrumIdentificationItem Module
Types
| Type | Description |
Functions and values
| Function or value | Description |
Full Usage:
addOrUpDateInPlace param spectrumidentificationitem
Parameters:
CvParam
spectrumidentificationitem : SpectrumIdentificationItem
Returns: SpectrumIdentificationItem
|
|
Full Usage:
createSpectrumIdentificationItem id spectrumidentificationresultid sampleid peptideid masstableid name passthreshold rank calculatedmasstocharge experimentalmasstocharge chargestate calculatedpi fragmentation rowversion
Parameters:
int
spectrumidentificationresultid : int option
sampleid : int option
peptideid : int
masstableid : int option
name : string option
passthreshold : string
rank : int option
calculatedmasstocharge : float option
experimentalmasstocharge : float
chargestate : int
calculatedpi : float option
fragmentation : DateTime option
rowversion : DateTime
Returns: SpectrumIdentificationItem
|
|
Full Usage:
createSpectrumIdentificationItemParamTable cn
Parameters:
SQLiteConnection
Returns: int
|
|
|
|
Full Usage:
createSpectrumIdentificationItemWith id spectrumidentificationresultid sampleid peptideid masstableid name passthreshold rank calculatedmasstocharge experimentalmasstocharge chargestate calculatedpi fragmentation rowversion cvParams
Parameters:
int
spectrumidentificationresultid : int option
sampleid : int option
peptideid : int
masstableid : int option
name : string option
passthreshold : string
rank : int option
calculatedmasstocharge : float option
experimentalmasstocharge : float
chargestate : int
calculatedpi : float option
fragmentation : DateTime option
rowversion : DateTime
cvParams : CvParam seq
Returns: SpectrumIdentificationItem
|
|
Full Usage:
insertSpectrumIdentificationItemToDb insertInTableF insertInParamTableF spectrumidentificationitem
Parameters:
int -> int option -> int option -> int -> int option -> string option -> string -> int option -> float option -> float -> int -> float option -> DateTime option -> DateTime -> unit
insertInParamTableF : ParamContainer -> 'a
spectrumidentificationitem : SpectrumIdentificationItem
Returns: 'a
|
|
Full Usage:
prepareInsertSpectrumIdentificationItem cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> 'b -> 'c -> 'd -> 'e -> 'f -> 'g -> 'h -> 'i -> 'j -> 'k -> 'l -> 'm -> 'n -> int
|
|
Full Usage:
prepareInsertSpectrumIdentificationItemParam cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> 'b -> 'c -> 'd -> 'e -> 'f -> int
|
|
Full Usage:
prepareSelectSpectrumIdentificationItembyCalculatedMassToCharge cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> (int * int * int * int * int * string * string * int * float * float * int * float * DateTime * DateTime) list
|
|
Full Usage:
prepareSelectSpectrumIdentificationItembyCalculatedPI cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> (int * int * int * int * int * string * string * int * float * float * int * float * DateTime * DateTime) list
|
|
Full Usage:
prepareSelectSpectrumIdentificationItembyChargeState cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> (int * int * int * int * int * string * string * int * float * float * int * float * DateTime * DateTime) list
|
|
Full Usage:
prepareSelectSpectrumIdentificationItembyExperimentalMassToCharge cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> (int * int * int * int * int * string * string * int * float * float * int * float * DateTime * DateTime) list
|
|
Full Usage:
prepareSelectSpectrumIdentificationItembyFragmentation cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> (int * int * int * int * int * string * string * int * float * float * int * float * DateTime * DateTime) list
|
|
Full Usage:
prepareSelectSpectrumIdentificationItembyID cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> (int * int * int * int * int * string * string * int * float * float * int * float * DateTime * DateTime) list
|
|
Full Usage:
prepareSelectSpectrumIdentificationItembyMassTableID cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> (int * int * int * int * int * string * string * int * float * float * int * float * DateTime * DateTime) list
|
|
Full Usage:
prepareSelectSpectrumIdentificationItembyName cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> (int * int * int * int * int * string * string * int * float * float * int * float * DateTime * DateTime) list
|
|
Full Usage:
prepareSelectSpectrumIdentificationItembyPassThreshold cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> (int * int * int * int * int * string * string * int * float * float * int * float * DateTime * DateTime) list
|
|
Full Usage:
prepareSelectSpectrumIdentificationItembyPeptideID cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> (int * int * int * int * int * string * string * int * float * float * int * float * DateTime * DateTime) list
|
|
Full Usage:
prepareSelectSpectrumIdentificationItembyRank cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> (int * int * int * int * int * string * string * int * float * float * int * float * DateTime * DateTime) list
|
|
Full Usage:
prepareSelectSpectrumIdentificationItembyRowVersion cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> (int * int * int * int * int * string * string * int * float * float * int * float * DateTime * DateTime) list
|
|
Full Usage:
prepareSelectSpectrumIdentificationItembySampleID cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> (int * int * int * int * int * string * string * int * float * float * int * float * DateTime * DateTime) list
|
|
Full Usage:
prepareSelectSpectrumIdentificationItembySpectrumIdentificationResultID cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> (int * int * int * int * int * string * string * int * float * float * int * float * DateTime * DateTime) list
|
|
BioFSharp.Mz