Error in score_mutant.ipynb
structure_sequence_offset = [i + 3 for i in structure_sequence] TypeError: can only concatenate str (not "int") to str
I would like to ask what is the difference between residue_sequence and structure_sequence, and if there is a difference how structure_sequence is obtained
Is the following correct? and if so what does it have to do with +3, isn't this the result of clustering the embedding representation of each residue?
structure_sequence_offset = [i + 3 for i in structure_sequence['2048']['GRB2_HUMAN_Faure_2021.pdb']['struct']]
I conducted this command structure_sequence_offset = [i + 3 for i in structure_sequence['2048']['GRB2_HUMAN_Faure_2021.pdb']['struct']]. The final spearman rho was 0.4225 instead of 0.6997. Something went wrong.
Was this issue resolved? I am running into the same issue