ProteinDetectionHypothesis Module
Types
| Type | Description |
Functions and values
| Function or value | Description |
Full Usage:
addOrUpDateInPlace param proteindetectionhypothesis
Parameters:
CvParam
proteindetectionhypothesis : ProteinDetectionHypothesis
Returns: ProteinDetectionHypothesis
|
|
Full Usage:
createProteinDetectionHypothesis id dbsequenceid proteinambiguitygroupid name passthreshold rowversion
Parameters:
int
dbsequenceid : int
proteinambiguitygroupid : int
name : string option
passthreshold : string
rowversion : DateTime
Returns: ProteinDetectionHypothesis
|
|
Full Usage:
createProteinDetectionHypothesisParamTable cn
Parameters:
SQLiteConnection
Returns: int
|
|
|
|
Full Usage:
createProteinDetectionHypothesisWith id dbsequenceid proteinambiguitygroupid name passthreshold rowversion cvParams
Parameters:
int
dbsequenceid : int
proteinambiguitygroupid : int
name : string option
passthreshold : string
rowversion : DateTime
cvParams : CvParam seq
Returns: ProteinDetectionHypothesis
|
|
Full Usage:
insertProteinDetectionHypothesisToDb insertInTableF insertInParamTableF proteindetectionhypothesis
Parameters:
int -> int -> int -> string option -> string -> DateTime -> unit
insertInParamTableF : ParamContainer -> 'a
proteindetectionhypothesis : ProteinDetectionHypothesis
Returns: 'a
|
|
Full Usage:
prepareInsertProteinDetectionHypothesis cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> 'b -> 'c -> 'd -> 'e -> 'f -> int
|
|
Full Usage:
prepareInsertProteinDetectionHypothesisParam cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> 'b -> 'c -> 'd -> 'e -> 'f -> int
|
|
Full Usage:
prepareSelectProteinDetectionHypothesisbyDBSequenceID cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> (int * int * int * string * string * DateTime) list
|
|
Full Usage:
prepareSelectProteinDetectionHypothesisbyID cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> (int * int * int * string * string * DateTime) list
|
|
Full Usage:
prepareSelectProteinDetectionHypothesisbyName cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> (int * int * int * string * string * DateTime) list
|
|
Full Usage:
prepareSelectProteinDetectionHypothesisbyPassThreshold cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> (int * int * int * string * string * DateTime) list
|
|
Full Usage:
prepareSelectProteinDetectionHypothesisbyProteinAmbiguityGroupID cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> (int * int * int * string * string * DateTime) list
|
|
Full Usage:
prepareSelectProteinDetectionHypothesisbyRowVersion cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> (int * int * int * string * string * DateTime) list
|
|
BioFSharp.Mz