Learn R Programming

appnn (version 1.0-1)

plot: 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 appnn
plot(x, indices, ...)

Arguments

x

amyloidogenicity propensity prediction results.

indices

a vector containing the indices of the sequences to plot.

...

not used.

Author

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

Examples

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

Run the code above in your browser using DataLab