predict.ag_model: Predict amyloids

Description Usage Arguments Examples

View source: R/predict.R

Description

Recognizes amyloids using AmyloGram algorithm.

Usage

1
2
## 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

1
2
3

michbur/AmyloGram documentation built on May 25, 2020, 7:13 a.m.