


brede_url_omim - Construct URL from OMIM
url = brede_url_omim(omim)
Input: OMIM OMIM identifier
Output: URL URL as string
This function converts a OMIM (Online Mendelian Inheritance in
Man) to a corresponding URL. The database behind this
identifier is a "catalog of human genes and genetic
disorders". The OMIM is an identifier for a genetic disorder.
Example:
% Alzheimer
url = brede_url_omim(104300);
web(url, '-browser');
Ref: http://www.ncbi.nlm.nih.gov/Omim/
http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?db=OMIM
See also BREDE, BREDE_EXT, BREDE_EXT_EXT2HTML, BREDE_URL_PMID,
BREDE_BIB_BIB2HTML.
$Id: brede_url_omim.m,v 1.1 2003/07/15 18:55:57 fnielsen Exp $