Skip to content

What are the units for pep_patch_electrostatic patch areas? #44

@DavidBJaffe

Description

@DavidBJaffe

Thank you for creating this wonderful program!

I've been running pep_patch_electrostatic on Fv parts of antibodies using -o patches.csv. The area column in patches.csv typically maxes out at 4 or 5. But what are the units?

From reading the paper, I thought it was in Å^2. And in the code I see

        '-s','--size_cutoff',
        type=float,
        default=0.,
        help='Restrict output to patches with an area of over s A^2.

which makes me think the area is indeed in Å^2. However, the reported area values seem about 100 times too small for that to make sense.

Elsewhere in the code I see

    def as_plydata(self, text=True, units_per_angstrom=0.1):
        """Convert to a plyfile.PlyData object, while scaling coordinates

        the default scaling units_per_angstrom=0.1 matches the PyMol CGO
        scaling factor of 1:100 and the nm -> A conversion.

which might explain the factor of 100.

So are the units for the reported area values actually (10^-7m)^2, rather than Å^2?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions