source: branches/tree/HELP_SOURCE/source/probedesignresult.hlp

Last change on this file was 18769, checked in by westram, 3 years ago
  • move all helpfiles to new source location
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 3.1 KB
Line 
1#Please insert up references in the next lines (line starts with keyword UP)
2UP      arb.hlp
3UP      glossary.hlp
4
5#Please insert subtopic references  (line starts with keyword SUB)
6SUB     sel_box.hlp
7
8# Hypertext links in helptext can be added like this: LINK{ref.hlp|http://add|bla@domain}
9
10#************* Title of helpfile !! and start of real helpfile strunk********
11TITLE           Potential Probe Targets
12
13OCCURRENCE      ARB_NT/Probes/Design Probes/RESULT
14
15DESCRIPTION     The 'PD RESULT' window is displayed automatically after
16                finishing the probe target searching or manually by pressing the
17                'RESULT' button of the 'PROBE DESIGN' window.
18
19                The parameters defined by in the 'PROBE DESIGN' window are
20                        listed in the first few lines of the 'PD RESULT' window.
21
22       
23                Description of single display columns:
24
25                        Column          contains
26
27                        Target          the target sequence of the designed probe
28                        le              length of designed probe
29                        apos            absolute 5'-position of the target sites
30                                        (most often targeted position)
31                        ecol            ecoli-relative position
32                        qual            a probe quality indicator (see below)
33                        grps            groupsize (number of perfect hits in target-species)
34                        G+C             G+C content
35                        temp            predicted dissociation temperature (4GC+2AT)
36                        Probe           the designed probe sequence
37                       
38                The numbers of the next columns (from left to right) indicates how many
39                non-target species would be detected by this probe if the temperature would
40                be gradually lowered ('_' means no hits).
41
42                The columns do only represent virtual temperature shifts and cannot be
43                assigned to degree centigrade!
44
45                To write the results to an ascii file press the 'SAVE' button to display
46                the 'SELECTION BOX' window.
47
48                The 'Auto match' toggle has the same meaning as in LINK{probematch.hlp}.
49
50SECTION         SORTING
51
52                The probes are sorted by quality. The quality tries to reflect how good
53                each probe separates between target- and non-target group.
54
55                Therefore it detects the column COL in the decrease-temparature-list,
56                where more than twice as much non-target species would get hitten,
57                than mishits (i.e. non-group hits) were encountered by matching the probe.
58
59                Using that column the quality is calculated using the formula
60
61                                                            1000
62                        quality = groupsize * COL + ------------------
63                                                     1000 + hits[COL]
64
65                    where:
66                        * COL is in range 0 .. 19
67                        * mishits = probehits - groupsize
68                        * probehits = number of hits reported by probe match (zero mismatches)
69                        * COL is lowest column where: hits[COL] > 2*mishits
70                        * if no column matches the criterion above, COL=19 is used
71
72                Probes with equal qualities are sorted by absolute position and
73                then alphabetically. It does not take G+C content, temperature
74                or ECOLI position into account.
75
76                It is up to the user to study the list carefully and choose his
77                candidates. In our lab we often found the 20th probe was the best.
78
79
80NOTES           None
81
82EXAMPLES        None
83
84WARNINGS        None
85
86BUGS            No bugs known
Note: See TracBrowser for help on using the repository browser.