powered by
This function generates plots for the amyloidogenicity propensity predicted values per amino acid for the given sequences.
# S3 method for appnn plot(x, indices, ...)
amyloidogenicity propensity prediction results.
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))
Run the code above in your browser using DataLab