predict.ag_model: Predict amyloids

Description Usage Arguments Examples

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

Example output

  Name Probability
1 PHF8   0.8873432

AmyloGram documentation built on May 1, 2019, 10:06 p.m.