[ensembl-dev] Retrieving OMIM gene information
William Spooner
whs at eaglegenomics.com
Mon Apr 18 15:08:16 BST 2011
Hi Duarte,
Have a look at;
http://www.ensembl.org/info/docs/Pdoc/ensembl/modules/Bio/EnsEMBL/DBSQL/GeneAdaptor.html#POD11
@genes = @{$gene_adaptor->fetch_all_by_external_name($name,'OMIM')}
Or, going the other way;
http://www.ensembl.org/info/docs/Pdoc/ensembl/modules/Bio/EnsEMBL/Gene.html#POD23
@dblinks = @{ $gene->get_all_DBLinks('OMIM') };
Will
On 18 Apr 2011, at 09:33, Duarte Molha wrote:
> Dear all
>
> I am looking to retrieve the information of a gene is on OMIM database using the API.
>
> I’ve been looking though the api documentation and have not found what I was looking for.
>
> I apologise if it is really obvious.
>
>
> Could you point me in the right direction?
>
>
> Duarte Molha
>
>
>
> _______________________________________________
> Dev mailing list
> Dev at ensembl.org
> http://lists.ensembl.org/mailman/listinfo/dev
--
William Spooner
whs at eaglegenomics.com
http://www.eaglegenomics.com
More information about the Dev
mailing list