Learn R Programming

appnn (version 1.0-1)

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

Arguments

x

amyloidogenicity propensity prediction results.

...

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)
print(predictions)

Run the code above in your browser using DataLab