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