powered by
Function to print the header section of the protdb object.
# S3 method for protdb print(x, ...)
a protdb class object
further arguments passed to or from other methods
# 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