[ensembl-dev] Pseudogenes
Duarte Molha
duartemolha at gmail.com
Tue Feb 10 10:43:33 GMT 2015
Dear Team
I have this pseudogene: PAFAH1B1P1 HGNC:8577
and 1 microRNA: MIR2861 HGNC:38221
Is there a way to retrieve this pseudogene and microRNA genomic locations
on ensembl database using the API and is HGNC symbol?
I have used:
my @fetched_genes = @{
$gene_adaptor->fetch_all_by_external_name($query_gene) };
unless (@fetched_genes){
@fetched_genes = @{$gene_adaptor->fetch_all_by_display_label($query_gene)};
}
and it fails to query these 2 features using API v78. Its there another
approach I should be using?
Refseq entries for both:
http://www.ncbi.nlm.nih.gov/nuccore/NG_003165
http://www.ncbi.nlm.nih.gov/nuccore/NR_036055
Best regards
Duarte
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.ensembl.org/pipermail/dev_ensembl.org/attachments/20150210/1de79710/attachment.html>
More information about the Dev
mailing list