Header menu logo BioFSharp.Mz

PeptideHypothesis Module

Types

Type Description

PeptideHypothesis

Functions and values

Function or value Description

addOrUpDateInPlace param peptidehypothesis

Full Usage: addOrUpDateInPlace param peptidehypothesis

Parameters:
Returns: PeptideHypothesis
param : CvParam
peptidehypothesis : PeptideHypothesis
Returns: PeptideHypothesis

createPeptideHypothesis id peptideevidenceid proteindetectionhypothesisid rowversion

Full Usage: createPeptideHypothesis id peptideevidenceid proteindetectionhypothesisid rowversion

Parameters:
    id : int
    peptideevidenceid : string
    proteindetectionhypothesisid : int option
    rowversion : DateTime

Returns: PeptideHypothesis
id : int
peptideevidenceid : string
proteindetectionhypothesisid : int option
rowversion : DateTime
Returns: PeptideHypothesis

createPeptideHypothesisParamTable cn

Full Usage: createPeptideHypothesisParamTable cn

Parameters:
Returns: int
cn : SQLiteConnection
Returns: int

createPeptideHypothesisTable cn

Full Usage: createPeptideHypothesisTable cn

Parameters:
Returns: int
cn : SQLiteConnection
Returns: int

createPeptideHypothesisWith id peptideevidenceid proteindetectionhypothesisid rowversion cvParams

Full Usage: createPeptideHypothesisWith id peptideevidenceid proteindetectionhypothesisid rowversion cvParams

Parameters:
    id : int
    peptideevidenceid : string
    proteindetectionhypothesisid : int option
    rowversion : DateTime
    cvParams : CvParam seq

Returns: PeptideHypothesis
id : int
peptideevidenceid : string
proteindetectionhypothesisid : int option
rowversion : DateTime
cvParams : CvParam seq
Returns: PeptideHypothesis

insertPeptideHypothesisToDb insertInTableF insertInParamTableF peptidehypothesis

Full Usage: insertPeptideHypothesisToDb insertInTableF insertInParamTableF peptidehypothesis

Parameters:
Returns: 'a
insertInTableF : int -> string -> int option -> DateTime -> unit
insertInParamTableF : ParamContainer -> 'a
peptidehypothesis : PeptideHypothesis
Returns: 'a

prepareInsertPeptideHypothesis cn tr

Full Usage: prepareInsertPeptideHypothesis cn tr

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

prepareInsertPeptideHypothesisParam cn tr

Full Usage: prepareInsertPeptideHypothesisParam cn tr

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

prepareSelectPeptideHypothesisbyID cn tr

Full Usage: prepareSelectPeptideHypothesisbyID cn tr

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

prepareSelectPeptideHypothesisbyPeptideEvidenceID cn tr

Full Usage: prepareSelectPeptideHypothesisbyPeptideEvidenceID cn tr

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

prepareSelectPeptideHypothesisbyProteinDetectionHypothesisID cn tr

Full Usage: prepareSelectPeptideHypothesisbyProteinDetectionHypothesisID cn tr

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

prepareSelectPeptideHypothesisbyRowVersion cn tr

Full Usage: prepareSelectPeptideHypothesisbyRowVersion cn tr

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

Type something to start searching.