DPPOP Module
DPPOP - DeeP Peptide Observability Predictor. d::pPop uses a deep neural network to predict proteotypic peptides for proteins of interest. See the publication: https://www.frontiersin.org/articles/10.3389/fpls.2018.01559/full
Types and nested modules
Type/Module | Description |
Functions and values
Function or value | Description |
Full Usage:
createPredictionInput data protID sequence
Parameters:
float[]
protID : string
sequence : string
Returns: PredictionInput
|
|
Full Usage:
createPredictionOutput pId sequence score distinct
Parameters:
string
sequence : string
score : float
distinct : bool
Returns: PredictionOutput
|