How to use pdbsuperpose without .Sequence field?
조회 수: 1 (최근 30일)
이전 댓글 표시
I created a pdb from XYZ coordinates using the function mat2pdb (<http://www.mathworks.com/matlabcentral/fileexchange/42957-read-and-write-pdb-files-using-matlab/content/mat2pdb.m)>. This function does not create a .Sequence field. The matlab function pdbsuperpose.m seems to require this field to do the alignment. I was wondering if there was a solution where I could conduct superposition without the sequence field. I am not working with a protein structure.
Error: Reference to non-existent field 'Sequence'. Error in pdbsuperpose (line 133) chainList1 = {pdbStruct1.Sequence.ChainID}; % all chains
댓글 수: 0
답변 (2개)
Yuebin Zhou
2015년 12월 7일
You may want to use getpdb function to first retrieve protein structure data from Protein Data Bank (PDB) database, then you should be able to use pdbsuperpose to process it.
Please check the links below:
댓글 수: 0
Steven
2015년 12월 7일
댓글 수: 1
OLUWATOSIN OLUWADARE
2016년 8월 25일
편집: OLUWATOSIN OLUWADARE
2016년 8월 25일
Can you please explain what you mean by "conduct the alignment on the x, y, z using procrustes analysis ". I know procustes function only take 2 arguments as input. I am also tring to do this but I get the error too. Thanks.
참고 항목
카테고리
Help Center 및 File Exchange에서 Genomics and Next Generation Sequencing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!