Peptide Module
Types
| Type | Description |
Functions and values
| Function or value | Description |
|
|
|
|
|
|
|
|
|
|
Full Usage:
insertPeptideToDb insertInTableF insertInParamTableF peptide
Parameters:
string -> string -> DateTime -> unit
insertInParamTableF : ParamContainer -> 'a
peptide : Peptide
Returns: 'a
|
|
Full Usage:
prepareInsertPeptide cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> 'b -> 'c -> int
|
|
Full Usage:
prepareInsertPeptideParam cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> 'b -> 'c -> 'd -> 'e -> 'f -> int
|
|
Full Usage:
prepareSelectPeptidebyID cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> (string * string * DateTime) list
|
|
Full Usage:
prepareSelectPeptidebyRowVersion cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> (string * string * DateTime) list
|
|
Full Usage:
prepareSelectPeptidebySequence cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> (string * string * DateTime) list
|
|
BioFSharp.Mz