1 | #Please insert up references in the next lines (line starts with keyword UP) |
---|
2 | UP arb.hlp |
---|
3 | UP glossary.hlp |
---|
4 | |
---|
5 | #Please insert subtopic references (line starts with keyword SUB) |
---|
6 | #SUB subtopic.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 ******** |
---|
11 | TITLE Nearest relatives of LISTED |
---|
12 | |
---|
13 | OCCURRENCE ARB_NT/Search/More search/Search Next Relatives of LISTED Species in PT Server |
---|
14 | |
---|
15 | DESCRIPTION Scans PT_SERVER database for the nearest relatives |
---|
16 | of the species currently listed in search window and writes |
---|
17 | them into a field of each of those species. |
---|
18 | |
---|
19 | See LINK{next_neighbours_common.hlp} for a description of the used algorithm |
---|
20 | and common parameters. |
---|
21 | |
---|
22 | SECTION SPECIFIC PARAMETERS |
---|
23 | |
---|
24 | Results |
---|
25 | |
---|
26 | Maximum number of relatives written into the DB field. |
---|
27 | Use 0 (or empty field) for unlimited number of relatives. |
---|
28 | |
---|
29 | Min. Score |
---|
30 | |
---|
31 | Sets a lower limit for the relative or absolute score. Relatives |
---|
32 | with lower score are NOT written into the DB field. |
---|
33 | |
---|
34 | Add score? |
---|
35 | |
---|
36 | Whether to add score information to the DB field or not. |
---|
37 | |
---|
38 | Result field |
---|
39 | |
---|
40 | Specifies the field into which the information about found relatives |
---|
41 | is written. |
---|
42 | |
---|
43 | |
---|
44 | NOTES You may use the generated database entries to mark species (see LINK{markbyref.hlp}). |
---|
45 | |
---|
46 | EXAMPLES None |
---|
47 | |
---|
48 | WARNINGS Storing IDs in a field will not survive complete ID renames (e.g. if nameserver changes). |
---|
49 | |
---|
50 | If the results are stored without score, you may use the following ACI expressions |
---|
51 | with LINK{mod_field_list.hlp} to convert the IDs into accession numbers |
---|
52 | |
---|
53 | | split(";") | findspec("readdb(acc)") | merge(";") |
---|
54 | |
---|
55 | and vice versa: |
---|
56 | |
---|
57 | | split(";") | findacc("readdb(name)") | merge(";") |
---|
58 | |
---|
59 | BUGS No bugs known |
---|