source: branches/profile/HELP_SOURCE/oldhelp/primer_parameters.hlp

Last change on this file was 5782, checked in by westram, 16 years ago
  • fixed spelling of 'occurrence'
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.1 KB
Line 
1#Please insert up references in the next lines (line starts with keyword UP)
2UP      arb.hlp
3UP      glossary.hlp
4UP      primer_new.hlp
5
6#Please insert subtopic references  (line starts with keyword SUB)
7SUB     iupac-codes.hlp
8
9# Hypertext links in helptext can be added like this: LINK{ref.hlp|http://add|bla@domain}
10
11#************* Title of helpfile !! and start of real helpfile ********
12TITLE           Primer Design/Search Parameters
13
14OCCURRENCE      ARB_NT/ETC/Primer Design
15
16DESCRIPTION     left/right position:
17                specifies the start of primer ranges
18                (leftmost base position)
19                [right.min > left.min]
20
21                left/right number of bases
22                specifies how many bases a primer range includes
23
24                primer length:
25                number of bases within a primer
26                [length > 0]
27
28                primer distance:
29                min/max number of bases between leftmost base in left primer
30                and rightmost base in right primer
31
32                G+C ratio:
33                range of GC-ratio of primers in percent
34                (countG+countC / countBases * 100)
35
36                temperature:
37                range of temperature of primers
38                (4*(countG+countC) + 2*(countA+countT))
39
40
41                minimal distance to next match of primer:
42                if a primer is found again outside this range it is ignored
43                example: primerpos        100
44                         min.dist          50
45                         2nd occurrence    30 => primer remains in list
46                         3rd occurrence   140 => primer is removed from list
47
48                expand IUPAC-codes:
49                switches expansion of IUPAC-codes on/off
50                example: TTRC is expanded to TTAC and TTGC
51
52                maximal number of results:
53                how many possible pairs you want ?
54
55                G+C-factor / temperature-factor:
56                weight of GC / temperature while evaluation of
57                possible primerpairs
58
59NOTES           written by Wolfram Foerster 2001
60
61EXAMPLES        None
62
63WARNINGS        None
64
65BUGS            No bugs known
Note: See TracBrowser for help on using the repository browser.