print {appnn} | R Documentation |
Print the amyloidogenicity propensity predicted values to the console.
Description
This function prints to the console the amyloidogenicity propensity predicted values for the given polypeptide sequences.
Usage
## S3 method for class 'appnn'
print(x, ...)
Arguments
x |
amyloidogenicity propensity prediction results. |
... |
not used. |
Author(s)
Carlos FamÃlia, Sarah R. Dennison, Alexandre Quintas, David A. Phoenix
Examples
sequences <- c('STVIIE','KKSSTT','KYSTVI')
predictions <- appnn(sequences)
print(predictions)
[Package appnn version 1.0-0 Index]