Back to SimpleMetrics page.

SasaMetric

Reference

Growing Glycans in Rosetta: Accurate de novo glycan modeling, density fitting, and rational sequon design Jared Adolf-Bryfogle, J. W Labonte, J. C Kraft, M. Shapavolov, S. Raemisch, T. Lutteke, F. Dimaio, C. D Bahl, J. Pallesen, N. P King, J. J Gray, D. W Kulp, W. R Schief bioRxiv 2021.09.27.462000; https://doi.org/10.1101/2021.09.27.462000

Autogenerated Tag Syntax Documentation:


Author: Jared Adolf-Bryfogle (jadolfbr@gmail.com) A metric for measuring SASA and adding it to the resulting score file. Virtual atoms are skipped completely. Modified 19 Aug. 2019 by Vikram K. Mulligan to add options for polar or hydrophobic SASA.

References and author information for the SasaMetric simple metric:

SasaMetric SimpleMetric's author(s): Jared Adolf-Bryfogle, Scripps Research Institute jadolfbr@gmail.com Vikram K. Mulligan, Systems Biology, Center for Computational Biology, Flatiron Institute vmulligan@flatironinstitute.org

<SasaMetric name="(&string;)" custom_type="(&string;)"
        residue_selector="(&string;)" sasa_metric_mode="(all_sasa &string;)" />
  • custom_type: Allows multiple configured SimpleMetrics of a single type to be called in a single RunSimpleMetrics and SimpleMetricFeatures. The custom_type name will be added to the data tag in the scorefile or features database.
  • residue_selector: If a residue selector is present, we calculate the total sasa of these residues. The name of a previously declared residue selector or a logical expression of AND, NOT (!), OR, parentheses, and the names of previously declared residue selectors. Any capitalization of AND, NOT, and OR is accepted. An exclamation mark can be used instead of NOT. Boolean operators have their traditional priorities: NOT then AND then OR. For example, if selectors s1, s2, and s3 have been declared, you could write: 's1 or s2 and not s3' which would select a particular residue if that residue were selected by s1 or if it were selected by s2 but not by s3.
  • sasa_metric_mode: Sets the behaviour of the calculator (the subset of the SASA that is counted). Options include: all_sasa, polar_sasa, hydrophobic_sasa.

See Also