print: Print the amyloidogenicity propensity predicted values to the...

printR 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)

appnn documentation built on April 12, 2025, 2:26 a.m.