Email me RSS feed Twitter Facebook Last.fm Spotify Flickr Steam  Github

pdbimport

 

pdbimport loads a PDB file into MATLAB, something which is very difficult to do yourself if you dont have the very expensive Mathwork's Bioinformatics Toolbox. The difficulty largely arising due to the standards of the PDB format being so open.

 pdbimport loads a PDB into a structure and from there you can view the sequence, any of the headers and remarks as well as breaking the individual atoms down into manageable fields

Syntax

PDBIMPORT ()

When run with no inputs a graphic user interface is launched that allows the user to navigate their system and select a file to load.

Alternatively, pdbimport can be called like so

PDBIMPORT('/path/to/file.pdb')

PDBIMPORT('http://example.com/file.pdb')

PDBIMPORT('XXXX')

The user can manually type the address to a local file or a web address as a string and the script will load it, but pdbimport also can fetch files directly from rcsb.org/pdb (pdb.org) if the PDB accession number is known

To save the fetched PDB as a structure pdbimport should always be run with an output, for example:
 
proteinA = pdbimport('1QTJ')
 
 

Available for direct download

Tags: 

Add new comment

Latest posts

  cwViewer is a tool for the easy opening, analysis,...
1 week 2 days ago
  The church would have you believe that Sunday is the God...
1 week 6 days ago
The science world is an odd one. Almost all ideas are...
1 month 3 days ago
  So I've had my HTC Desire now for approxmately 2 years...
2 months 2 weeks ago
DeerAnalysis is a program from the team at ETH Zurich that...
2 months 2 weeks ago

Latest comments

Latest tweets