print.pdb: Compact display of protdb object

Description Usage Arguments Author(s) Examples

Description

Function to print the header section of the protdb object.

Usage

1
2
## S3 method for class 'protdb'
print(x, ...)

Arguments

x

a protdb class object

...

further arguments passed to or from other methods

Author(s)

pierre lefeuvre

Examples

1
2
3
pdb_file <- system.file("extdata", "1L2M.pdb", package = "BoSSA")
pdb <- read_protdb(pdb_file)
print(pdb)

BoSSA documentation built on Oct. 23, 2020, 7:55 p.m.