Learn R Programming

BoSSA (version 3.7)

print.protdb: Compact display of protdb object

Description

Function to print the header section of the protdb object.

Usage

# S3 method for protdb
print(x, ...)

Arguments

x

a protdb class object

...

further arguments passed to or from other methods

Examples

Run this code
# NOT RUN {
pdb_file <- system.file("extdata", "1L2M.pdb", package = "BoSSA")
pdb <- read_protdb(pdb_file)
print(pdb)
# }

Run the code above in your browser using DataLab