<div dir="ltr">I don't know what you are doing with Pymol so I cannot compare.<div><br></div><div>To access from the DSSP data you have two options. First, access it directly using the dictionary-like structure it returns, which is what you are trying to do. The simpler way is to access the xtra method of each residue in your structure. See this example: <a href="https://gist.github.com/JoaoRodrigues/fd66a4ded49974b19730758a6f8f8e51">https://gist.github.com/JoaoRodrigues/fd66a4ded49974b19730758a6f8f8e51</a></div><div><br></div><div>The EXP_DSSP_RASA is the R(elative)ASA, which is the absolute value from DSSP normalized by the scales you can find in the Python file. We should work on the documentation indeed if it is so confusing.</div><div><br></div><div>Freesasa is not in Biopython but it does have a Python API.</div></div>