Struct2GO icon indicating copy to clipboard operation
Struct2GO copied to clipboard

struct2map cannot work well

Open Lsz-20 opened this issue 1 year ago • 2 comments

’predicted_protein_struct2map.py‘ seems some thing wrong? it can't calculate the distance of residues.

Lsz-20 avatar Feb 25 '24 13:02 Lsz-20

In my work, it functions properly. Please note that our approach does not involve calculating the relative distances and retaining every amino acid residue. Instead, it assesses whether amino acid residues are connected based on the distance set during initialization. The final result preserves all edges in the protein contact map, as demonstrated in the format of 'protein_contact_map' in the 'Source_Data'.

lyjps avatar Feb 26 '24 16:02 lyjps

Hello, I have saw the 'protein_contact_map' files such as:A0A0A0MRZ7.txt which maybe the result of predicted_protein_struct2map.py. The reason I found seems to be that here can only handle the PDB files in the Alphafold database. The PDB of the PDB database cannot work well

Lsz-20 avatar Feb 27 '24 08:02 Lsz-20