Back to Filters page.

TotalSasa

Computes the overall sasa of the pose. If it is **higher** than threshold, it passes. However, it also has the option for an upper_threshold, where it fails if it is above the upper_threshold.

<TotalSasa name="(sasa_filter &string)" threshold="(800 &float)" upper_threshold="(1000000000000000 &float)" hydrophobic="(0&bool)" polar="(0&bool)" task_operations="(comma-delimited list of operations &string)" />
  • upper_threshold: maximum size allowed
  • hydrophobic: compute hydrophobic-only SASA?
  • polar: compute polar_only SASA?
  • task_operations: Only report the SASA for those residues specified as packable for the given taskoperations. If not specified, compute over all residues.
  • report_per_residue_sasa: Add the per-residue SASA to the tracer output.

hydrophobic/polar are computed by discriminating each atom into polar (acceptor/donor or polar hydrogen) or hydrophobic (all else) and summing the SASA over each category.

See also