I'm looking at how CDK can handle PDB files and have got the basic
reading working:
InputStream is = ...
PDBReader reader =new PDBReader(is);
ChemFile file = reader.read(new ChemFile());
IPDBPolymer structure = (IPDBPolymer)ChemFileManipulator
.getAllAtomContainers(file).get(0);
But I'm struggling with a couple of things:
1. How to extract out the ligand information - all I can find is the
protein chains, but that clearly doesn't include all the atoms. I was
expecting that there would be a way to get each "fragment" as an
IAtomContainer so that I could extract the bound ligands.
2. How to convert to chains to protein/nucleic acid sequences e.g. in
FASTA format.
Thanks
Tim
------------------------------------------------------------------------------
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
_______________________________________________
Cdk-user mailing list
Cdk-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdk-user