Learn R Programming

AmyloGram (version 1.1)

predict.ag_model: Predict amyloids

Description

Recognizes amyloids using AmyloGram algorithm.

Usage

# S3 method for 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

Run this code
# NOT RUN {
data(AmyloGram_model)
data(pep424)
predict(AmyloGram_model, pep424[17])
# }

Run the code above in your browser using DataLab