print.protdb {BoSSA} | R Documentation |
Compact display of protdb object
Description
Function to print the header section of the protdb object.
Usage
## 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
pdb_file <- system.file("extdata", "1L2M.pdb", package = "BoSSA")
pdb <- read_protdb(pdb_file)
print(pdb)
[Package BoSSA version 3.7 Index]