Description Usage Arguments Details Value Author(s) References See Also Examples
Read Protein Sequences in PDB Format
1 | readPDB(file = system.file("protseq/4HHB.pdb", package = "Rcpi"))
|
file |
The name of the file which the sequences in PDB format are
to be read from. If it does not contain an absolute or
relative path, the file name is relative to the current
working directory, |
This function reads protein sequences in PDB (Protein Data Bank) format, and return the amino acid sequences represented by single-letter code.
A character vector, representing the amino acid sequence of the single-letter code.
Nan Xiao <https://nanx.me>
Protein Data Bank Contents Guide: Atomic Coordinate Entry Format Description, Version 3.30. Accessed 2013-06-26. ftp://ftp.wwpdb.org/pub/pdb/doc/format_descriptions/Format_v33_Letter.pdf
See readFASTA
for reading protein sequences
in FASTA format.
1 2 | Seq4HHB = readPDB(system.file('protseq/4HHB.pdb', package = 'Rcpi'))
Seq4HHB
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.