GARANT COMMANDS: report coherences - analyse assignments on the level of coherences

USAGE: report coherences <name>

For each coherence matching the name <name> a line is printed describing the 
quality of the assignment. The quality of the assignment is judged using 
criteria that must be defined using the criteria commands. For each criterion 
a symbol is printed indicated whether the assignment conforms well, reasonably 
or badly with the criterion. In addition a comment can be printed that gives 
more detailed information. The nature of this additional 
information depends on the type of the criterion. Prior to the use of this 
command the quality of the assignments must be evaluated using the 'report 
calculate' command.

EXAMPLE:
	# add criterion judging the percentage of assigned TOCSY peaks
   criteria coherence template TOCSY "TOCSY: * *"
	# turn on the comment for criterion 'TOCSY'
   criteria comment on TOCSY
	# add criterion to identify degenerate peak assignments
   criteria coherence overlap ovrlco
	# turn on the comment for criterion 'ovrlco'
   criteria comment on ovrlco

	# produce report for all protons of Gln 16
   report calculate
   report coherences H(16)


EXAMPLE OF OUTPUT:

                         1 2
                            
                         T o
                         O v
                         C r
                         S l
                         Y c
name            freq       o
HA(GLN 16)      4.123  : - .   | 1)    0.4 2)   HA(GLU 6)
HB2(GLN 16)     2.595  : * .   | 1)    0.3 2)   HB3(GLN 16)
HB3(GLN 16)     2.758  : . .   | 1)    0.8 2)   HG3(GLU 6)
HE21(GLN 16)    5.569  : - -   | 1)    0.5
HE22(GLN 16)    8.888  : - -   | 1)    0.5
HG2(GLN 16)     2.371  : * +   | 1)    0.3 2)   HB2(GLU 6)   HG3(GLN 16)
HG3(GLN 16)     2.506  : * .   | 1)    0.2 2)   HB3(GLU 6)
HN(GLN 16)      9.474  : * -   | 1)    0.2
QB(GLN 16)      0.000  : 0 -   | 1) ----- 
QG(GLN 16)      0.000  : 0 -   | 1) ----- 


On the top of this list the names and numbers of the different criterions are 
given. Following are lines for each coherence. The name and the mean frequency 
of the analysed coherence is given on the left of the ':'. Followed by a 
summary of the quality of the different criterions. Comments of the different 
criteria are following the '|' sign. For example in the case of the template 
criteria (e.g., 'TOCSY'), the ratio of assigned peaks is listed.

SEE ALSO: syntax, report calculate, report fragments, criteria ...
