plot {appnn}R Documentation

Plots generation of the amyloidogenicity propensity predicted values per amino acid residue.

Description

This function generates plots for the amyloidogenicity propensity predicted values per amino acid for the given sequences.

Usage

## S3 method for class 'appnn'
plot(x, indices, ...)

Arguments

x

amyloidogenicity propensity prediction results.

indices

a vector containing the indices of the sequences to plot.

...

not used.

Author(s)

Carlos Família, Sarah R. Dennison, Alexandre Quintas, David A. Phoenix

Examples

sequences <- c('STVIIE','KKSSTT','KYSTVI')
predictions <- appnn(sequences)
plot(predictions,c(1,2,3))

[Package appnn version 1.0-0 Index]