Convert to PDB Format from Secondary Strucutre
1
0
Entering edit mode
9.2 years ago
virpatel3 ▴ 20

I have a sequence of secondary structures in the following format:

CCCCCCCCHHHHHHCCCCCHHHHHHHHCCCCCCCCHHHHHHHHHHHHHHHHHHHCCHHHH

I also have the amino acids underneath these structures. Is there any way I can convert this information to the PDB format?

pdb secondary-structure • 3.3k views
ADD COMMENT
0
Entering edit mode

See what are the mandatory fields in PDB file format. Check whether you have necessary information. A small script to make the required format and add dummy values in case of missing information.

I think the 3-D coordinates are only the mandatory feature in PDB file.

ADD REPLY
3
Entering edit mode

Q. Does the format contain the 3D coordinates? A. Yes - then you can. No - then you cannot.

ADD REPLY
2
Entering edit mode
9.2 years ago
Ram 43k

Elaborating and generalizing Neilfws's response,

"Converting" secondary structure to 3D structure would be possible only if you knew the 3d coordinates of each atom because there are way too many quirks in protein structure for any piece of software to reliable predict possible 3D structure without homology modeling or extensive simulation. Each residue would need for a dozen assumptions to be made and that increases the number of possible structures exponentially with increasing length.

Generalizing Neil's response, "converting" is only possible when you're stepping to a format that has either the same or lesser information content than the source format. The other way is possible if the additional information is not important, in which case you can substitute dummy values (as with FASTA to FASTQ conversion).

ADD COMMENT

Login before adding your answer.

Traffic: 2633 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6