Header menu logo BioFSharp.Mz

ProteinDetectionHypothesis Module

Types

Type Description

ProteinDetectionHypothesis

Functions and values

Function or value Description

addOrUpDateInPlace param proteindetectionhypothesis

Full Usage: addOrUpDateInPlace param proteindetectionhypothesis

Parameters:
Returns: ProteinDetectionHypothesis
param : CvParam
proteindetectionhypothesis : ProteinDetectionHypothesis
Returns: ProteinDetectionHypothesis

createProteinDetectionHypothesis id dbsequenceid proteinambiguitygroupid name passthreshold rowversion

Full Usage: createProteinDetectionHypothesis id dbsequenceid proteinambiguitygroupid name passthreshold rowversion

Parameters:
    id : int
    dbsequenceid : int
    proteinambiguitygroupid : int
    name : string option
    passthreshold : string
    rowversion : DateTime

Returns: ProteinDetectionHypothesis
id : int
dbsequenceid : int
proteinambiguitygroupid : int
name : string option
passthreshold : string
rowversion : DateTime
Returns: ProteinDetectionHypothesis

createProteinDetectionHypothesisParamTable cn

Full Usage: createProteinDetectionHypothesisParamTable cn

Parameters:
Returns: int
cn : SQLiteConnection
Returns: int

createProteinDetectionHypothesisTable cn

Full Usage: createProteinDetectionHypothesisTable cn

Parameters:
Returns: int
cn : SQLiteConnection
Returns: int

createProteinDetectionHypothesisWith id dbsequenceid proteinambiguitygroupid name passthreshold rowversion cvParams

Full Usage: createProteinDetectionHypothesisWith id dbsequenceid proteinambiguitygroupid name passthreshold rowversion cvParams

Parameters:
    id : int
    dbsequenceid : int
    proteinambiguitygroupid : int
    name : string option
    passthreshold : string
    rowversion : DateTime
    cvParams : CvParam seq

Returns: ProteinDetectionHypothesis
id : int
dbsequenceid : int
proteinambiguitygroupid : int
name : string option
passthreshold : string
rowversion : DateTime
cvParams : CvParam seq
Returns: ProteinDetectionHypothesis

insertProteinDetectionHypothesisToDb insertInTableF insertInParamTableF proteindetectionhypothesis

Full Usage: insertProteinDetectionHypothesisToDb insertInTableF insertInParamTableF proteindetectionhypothesis

Parameters:
Returns: 'a
insertInTableF : int -> int -> int -> string option -> string -> DateTime -> unit
insertInParamTableF : ParamContainer -> 'a
proteindetectionhypothesis : ProteinDetectionHypothesis
Returns: 'a

prepareInsertProteinDetectionHypothesis cn tr

Full Usage: prepareInsertProteinDetectionHypothesis cn tr

Parameters:
Returns: 'a -> 'b -> 'c -> 'd -> 'e -> 'f -> int
cn : SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> 'b -> 'c -> 'd -> 'e -> 'f -> int

prepareInsertProteinDetectionHypothesisParam cn tr

Full Usage: prepareInsertProteinDetectionHypothesisParam cn tr

Parameters:
Returns: 'a -> 'b -> 'c -> 'd -> 'e -> 'f -> int
cn : SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> 'b -> 'c -> 'd -> 'e -> 'f -> int

prepareSelectProteinDetectionHypothesisbyDBSequenceID cn tr

Full Usage: prepareSelectProteinDetectionHypothesisbyDBSequenceID cn tr

Parameters:
Returns: 'a -> (int * int * int * string * string * DateTime) list
cn : SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> (int * int * int * string * string * DateTime) list

prepareSelectProteinDetectionHypothesisbyID cn tr

Full Usage: prepareSelectProteinDetectionHypothesisbyID cn tr

Parameters:
Returns: 'a -> (int * int * int * string * string * DateTime) list
cn : SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> (int * int * int * string * string * DateTime) list

prepareSelectProteinDetectionHypothesisbyName cn tr

Full Usage: prepareSelectProteinDetectionHypothesisbyName cn tr

Parameters:
Returns: 'a -> (int * int * int * string * string * DateTime) list
cn : SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> (int * int * int * string * string * DateTime) list

prepareSelectProteinDetectionHypothesisbyPassThreshold cn tr

Full Usage: prepareSelectProteinDetectionHypothesisbyPassThreshold cn tr

Parameters:
Returns: 'a -> (int * int * int * string * string * DateTime) list
cn : SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> (int * int * int * string * string * DateTime) list

prepareSelectProteinDetectionHypothesisbyProteinAmbiguityGroupID cn tr

Full Usage: prepareSelectProteinDetectionHypothesisbyProteinAmbiguityGroupID cn tr

Parameters:
Returns: 'a -> (int * int * int * string * string * DateTime) list
cn : SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> (int * int * int * string * string * DateTime) list

prepareSelectProteinDetectionHypothesisbyRowVersion cn tr

Full Usage: prepareSelectProteinDetectionHypothesisbyRowVersion cn tr

Parameters:
Returns: 'a -> (int * int * int * string * string * DateTime) list
cn : SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> (int * int * int * string * string * DateTime) list

Type something to start searching.