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

ag_model object.

newdata

list of sequences (for example as given by read.fasta).

...

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]