This service is a program that extracts the relation with ID of the data base besides ID of a certain data base, and forwards it to URL of a pertinent data base automatically.*
The link management between data bases by ID becomes unnecessary because it builds this program into HTML.
*When two or more forwarding destination URL exists, the list display is done.
In order to create hyperlinks using the CGI-program of the Hyperlink Management System, use the following URL as a target URL..
http://biodb.jp/hfs.cgi?id=[ID]&type=[ID Type]&db=[Database Name]
|
The parameters given to the CGI-program are as follows.
- [ID]
Source ID (original ID).
- [ID Type]
The type of source ID. Choose from below.
ID list
- [Database name]
The name of target database. Choose from below.
Database list
The hyperlink to the "Transcript view" of H-InvDB using the INSD accession number "BC053657" will be the following URL.
http://biodb.jp/hfs.cgi?id=BC053657&type=ACC_ID&db=TRANSCRIPTVIEW
|
In HTML, you can write as follows.
<a href='http://biodb.jp/hfs.cgi?id=BC053657&type=ACC_ID&db=TRANSCRIPTVIEW'>BC053657</a>
Sample:BC053657
|