plot {appnn} | R Documentation |
This function generates plots for the amyloidogenicity propensity predicted values per amino acid for the given sequences.
## S3 method for class 'appnn'
plot(x, indices, ...)
x |
amyloidogenicity propensity prediction results. |
indices |
a vector containing the indices of the sequences to plot. |
... |
not used. |
Carlos FamÃlia, Sarah R. Dennison, Alexandre Quintas, David A. Phoenix
sequences <- c('STVIIE','KKSSTT','KYSTVI')
predictions <- appnn(sequences)
plot(predictions,c(1,2,3))