I have one *.pdb file of protein. The * .pdb is composed of the complex of VEGF-A and VEGFR-2 D2,3. How can I separate it into forms VEGF-A and VEGFR-2 D2,3 in two pdb files? And what is the best way to find the two .pdbs with respect to each other?
if you have downloaded the .txt file from PDB, you would see that each chain ends with a "TER" line which keeps continuity with the previous atom number. If you say, want to separate a *.pdb file containing chains A and B, into two *.pdb files containing only A and only B respectively, just delete the B chain coordinates and end with "TER" , "MASTER" and "END" lines for file a.pdb and vice-versa for b.pdb. You can open these two files in any viewer.