PeptideHypothesis Module
Types
| Type | Description |
Functions and values
| Function or value | Description |
Full Usage:
addOrUpDateInPlace param peptidehypothesis
Parameters:
CvParam
peptidehypothesis : PeptideHypothesis
Returns: PeptideHypothesis
|
|
Full Usage:
createPeptideHypothesis id peptideevidenceid proteindetectionhypothesisid rowversion
Parameters:
int
peptideevidenceid : string
proteindetectionhypothesisid : int option
rowversion : DateTime
Returns: PeptideHypothesis
|
|
|
|
|
|
Full Usage:
createPeptideHypothesisWith id peptideevidenceid proteindetectionhypothesisid rowversion cvParams
Parameters:
int
peptideevidenceid : string
proteindetectionhypothesisid : int option
rowversion : DateTime
cvParams : CvParam seq
Returns: PeptideHypothesis
|
|
Full Usage:
insertPeptideHypothesisToDb insertInTableF insertInParamTableF peptidehypothesis
Parameters:
int -> string -> int option -> DateTime -> unit
insertInParamTableF : ParamContainer -> 'a
peptidehypothesis : PeptideHypothesis
Returns: 'a
|
|
Full Usage:
prepareInsertPeptideHypothesis cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> 'b -> 'c -> 'd -> int
|
|
Full Usage:
prepareInsertPeptideHypothesisParam cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> 'b -> 'c -> 'd -> 'e -> 'f -> int
|
|
Full Usage:
prepareSelectPeptideHypothesisbyID cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> (int * string * int * DateTime) list
|
|
Full Usage:
prepareSelectPeptideHypothesisbyPeptideEvidenceID cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> (int * string * int * DateTime) list
|
|
Full Usage:
prepareSelectPeptideHypothesisbyProteinDetectionHypothesisID cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> (int * string * int * DateTime) list
|
|
Full Usage:
prepareSelectPeptideHypothesisbyRowVersion cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> (int * string * int * DateTime) list
|
|
BioFSharp.Mz