plot: Plots generation of the amyloidogenicity propensity predicted...

Description Usage Arguments Author(s) Examples

Description

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

Usage

1
2
## 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<c3><ad>lia, Sarah R. Dennison, Alexandre Quintas, David A. Phoenix

Examples

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

Example output



appnn documentation built on May 1, 2019, 9:23 p.m.