An official website of the United States government
Here’s how you know
Official websites use .gov
A .gov website belongs to an official government organization in the United States.
Secure .gov websites use HTTPS
A lock (
)or https:// means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.
Given a <pasdPot>.PASDPot term, generate statistics, and a set of
informational messages.
minLikelihood - perform analysis on peakAssignments whose likelihoods
maxLikelihood are between minLikelihood and maxLikelihood, and
disblae the others.
longRangeCutoff - difference in residue numner, a value greater than
which signifies a ``long range'' peakAssignment.
description - string descibing which stage of the PASD protocol is
calling this function.
refFilename - name of reference file (if available) used to annotate
whether peak assignments are good or bad.
completenessCutoff- distance cutoff for determining completeness (based
on reference structure).
methylCorrection - methyl distance cutoff for determining completeness
(based on reference structure).
violCutoff - violation threshold to determine if peak is good
(based on reference structure).
verbose - set to True for debugging messages.
Lots of shift tables have entries for an averaged stereopair that
look like two stereospecifically assigned protons that happen to have
the same chemical shift. After non-stereo processing, I won't be able
to tell them apart, and will end up with multiple to-from partners.
Eliminate these extra copies of shift assignments prior to non-stereo
processing
This is run directly after createShiftAssignments, before to-from
partners are set or non-stereo processing is done.
Given a list of chemical shifts (with each having the format of a tuple of
[val,selStrings,err]), and a pasdPot.PASDPot, generate shift
assignments from the from- and to- proton atom selections, excluding
shifts in the from- and to- solvent ranges, if specified.
The names of the ShiftAssignments are prefixed with the string namePrefix.
Shift assignments for experiments with greater than two dimensions are
handled by specifying nuclei of intermediate dimensions in either the
fromHeavySel or toHeavySel atom selections. To be considered in a chemical
shift assignment, a heavy atom must be contained in the corresponding atom
selection, and satisfy the specified criterion for being connected to its
related (to- or from-) proton. These critera can be specified as the
number of separating bonds using the strings "one", "two", "three",
"four", or "five", or as a number specifying a cutoff of distance from
the proton.
Returns informational string which is usually placed in the
shiftAssignments file.
Remove all shift assignments outside the specified shiftRange for the
specified dimension. Allowed dimensions are the strings
"fromProton", "fromHeavyatom", "toProton", "toHeavyatom".
Return a remarks string descibing removals performed.