in reply to Reading PDB files

Check out:

PDB Perl Module

This provides a mechanism for Perl to read write PDB (Protein Data Bank) files. I assumed this is the file type you mean rather than a palm pilot database. You could use this module to create a comma separated data file to import into Excel. You might also want to check out bioperl

Arun

Replies are listed 'Best First'.
Re: Re: Reading PDB files
by PodMaster (Abbot) on Jan 29, 2003 at 15:21 UTC
    Palm::PDB just in case (this also)


    MJD says you can't just make shit up and expect the computer to know what you mean, retardo!
    ** The Third rule of perl club is a statement of fact: pod is sexy.

Re: Re: Reading PDB files
by esswired (Initiate) on Feb 16, 2003 at 00:55 UTC
    I have a Palm PDB file & want to read the whole thing & want to change it into a CSV file. Any ideas?