predict.ag_model {AmyloGram} | R Documentation |
Predict amyloids
Description
Recognizes amyloids using AmyloGram algorithm.
Usage
## S3 method for class 'ag_model'
predict(object, newdata, ...)
Arguments
object |
|
newdata |
|
... |
further arguments passed to or from other methods. |
Examples
data(AmyloGram_model)
data(pep424)
predict(AmyloGram_model, pep424[17])
[Package AmyloGram version 1.1 Index]