powered by
This function predicts the amyloidfogenicity propensity of polypeptide sequences through the amyloid propensity prediction neural network (APPNN).
# S3 method for default appnn(sequences)
A list containing the amyloidogenicity propensity predictions for the polypeptides queried.
The overall amyloidogenicity propensity prediction value for the sequence
The amyloidogenicity propensity prediction value per amino acid
A list of the amyloidogenic hotspots predicted in the sequence, limited by the first and last amino acid
vector of sequences to submit to amyloidogenicity propension prediction neural network
Carlos Família, Sarah R. Dennison, Alexandre Quintas, David A. Phoenix
sequences <- c('STVIIE','KKSSTT','KYSTVI') predictions <- appnn(sequences)
Run the code above in your browser using DataLab