automatic dbref fetching and sequence validation for arbitrary databases
[jalview.git] / help / html / webServices / dbreffetcher.html
1 <!DOCTYPE html SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\r
2 <html xmlns="http://www.w3.org/1999/xhtml">\r
3 <head>\r
4 Database Reference Fetching\r
5 </head>\r
6 <p>\r
7 <p><strong>Discovering Database References for Sequences</strong><br>\r
8 Database references are associated with a sequence are displayed as a\r
9 list in the tooltip shown when mousing over its sequence ID. Jalview\r
10 uses references for the retrieval of <a\r
11         href="../features/viewingpdbs.html">PDB structures</a> and <a\r
12         href="../features/dasfeatures.html">DAS features</a>, and for\r
13 retrieving sequence cross-references such as the protein products of a\r
14 DNA sequence.</p>\r
15 <p>Jalview discovers references for a sequence by generating a set\r
16 of ID queries from the ID string of each sequence in the alignment. It\r
17 then tries to query all the databases it can access in order to match\r
18 the alignment sequence to any records retrieved from the database. If a\r
19 match is found, then the sequence is annotated with that database's\r
20 reference, and any cross-references that it's records contain.</p>\r
21 <p><strong>The Sequence Identification Process</strong><br>\r
22 The method of accession id discovery is derived from the method which\r
23 earlier Jalview versions used for Uniprot sequence feature retrieval,\r
24 and was originally restricted to the identifaction of valid Uniprot\r
25 accessions.<br>\r
26 Essentially, Jalview will try to retrieve records from all the databases\r
27 accessible by the <a href="../features/seqfetch.html">sequence\r
28 fetcher</a> using each sequence's ID string (or each string in the ID\r
29 separated by the '&#8739;' symbol).</p>\r
30 <p>If a record (or set of records) is retrieved by any query derived\r
31 from the ID string of a sequence, then the sequence is aligned to the\r
32 ones retrieved to determine the correct start and end residue positions\r
33 (which are displayed when the 'Show Full Sequence ID' option). This is\r
34 important for the correct display of the location of any features\r
35 associated with that database.</p>\r
36 <p>If the alignment reveals differences between the sequence in the\r
37 alignment and the one in the record, then Jalview will assume that the\r
38 aligned sequence is not the one in the retrieved record.</p>\r
39 <p>In some cases, the ID used to retrieve records may be out\r
40 of date and a dialog box will be opened indicating that a 100% match\r
41 between the sequence and the record was identified, but the\r
42 sequence name is different. In this case, the can be manually\r
43 changed (by right clicking on the sequence ID and selecting <strong>Sequence&#8594;Edit\r
44 Name</strong>).\r
45 <ul>\r
46         <li><em>Note</em><br>\r
47         Please remember to save your alignment if either the start/end\r
48         numbering, or the sequence IDs were updated during the ID\r
49         retrieval process.</li>\r
50 </ul>\r
51 <body></body>\r
52 </html>