Prediction Module
Contains functions to execute peptide observability prediction using the deep neural network dppop.
Types
Type | Description |
Functions and values
Function or value | Description |
Full Usage:
scoreBy model distinctPeptideSet data
Parameters:
Model
distinctPeptideSet : Set<string>
data : PredictionInput[]
Returns: PredictionOutput[]
|
|
|
|
|
|
Full Usage:
scoreProteinsAgainstProteome model featureNormalization proteome proteinsOfInterest
Parameters:
Model
featureNormalization : PredictionInput -> PredictionInput
proteome : FastaItem<BioArray<AminoAcid>> seq
proteinsOfInterest : FastaItem<BioArray<AminoAcid>> seq
Returns: PredictionOutput[] seq
|
|