|
|
| File Information |
| Description |
PDBRead is a function that will read a Protein Data Bank file into a MATLAB structure.
PDB_struct = PDBRead(filename) reads the file corresponding to filename and stores the information contained in this file in the PDB_struct. e.g. PDB_struct = PDBRead('PDBSilk.txt')
The file that is being read by PDBRead should be compatible to the PDB file format described at the RCSB (Research Collaboratory for Structural Bioinformatics) web site. For more information about this format, please visit the following URL:
http://www.rcsb.org/pdb/docs/format/pdbguide2.2/guide2.2_frame.html
The file "PDBSilk.txt" mentioned in the sample code above was obtained from the following web site:
http://cmm.info.nih.gov/modeling/pdb_at_a_glance.html
The current version of this function can recognize the standard record types mentioned at the above URL. The information stored in the output structure can be extracted by using the . (dot) operator similar to a normal structure in MATLAB. e.g PDB_struct.HEADER will give the information about the HEADER record type.
Each record type has format fields. For more information about the fields,please visit the above mentioned URL. Information for each field for a record type can be accessed by using the . (dot) operator. e.g. PDB_struct.HEADER.depDate gives the deposition date for the particular molecule structure. The field names used for a particular record type are according to the information contained at the RCSB web site. |
| MATLAB release |
MATLAB 6.1 (R12.1)
|
| Zip File Content |
|
| Other Files |
PDBRead.m, PDBSilk.txt
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (6) |
| 28 Oct 2004 |
Ping-Hung Chen
|
|
|
| 01 Feb 2005 |
Joe Cereal
|
|
|
| 30 Jul 2005 |
Oliver Lange
|
|
|
| 06 Aug 2006 |
ashiwn rao
|
|
|
| 16 Jan 2008 |
Rishi Mukhopadhyay
|
|
|
| 30 Apr 2008 |
Celso Araujo
|
|
|
|
MATLAB Central Terms of Use
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for
all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content.
Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available
via MATLAB Central.
Read the complete Terms prior to use.
Contact us at files@mathworks.com