print.protdb {BoSSA} | R Documentation |
Function to print the header section of the protdb object.
## S3 method for class 'protdb'
print(x, ...)
x |
a protdb class object |
... |
further arguments passed to or from other methods |
pierre lefeuvre
pdb_file <- system.file("extdata", "1L2M.pdb", package = "BoSSA")
pdb <- read_protdb(pdb_file)
print(pdb)