<div dir="ltr"><div>Dear Team</div><div><br></div><div>I have this pseudogene: PAFAH1B1P1 <span style="color:rgb(0,0,0);font-family:Tahoma,Verdana,Arial,Helvetica,'Bitstream Vera Sans',sans-serif;line-height:15.4320001602173px;background-color:rgb(241,244,247)">HGNC:8577</span></div><div>and 1 microRNA: MIR2861  <span style="color:rgb(0,0,0);font-family:Tahoma,Verdana,Arial,Helvetica,'Bitstream Vera Sans',sans-serif;line-height:15.4320001602173px;background-color:rgb(241,244,247)">HGNC:38221 </span></div><div><span style="color:rgb(0,0,0);font-family:Tahoma,Verdana,Arial,Helvetica,'Bitstream Vera Sans',sans-serif;line-height:15.4320001602173px;background-color:rgb(241,244,247)"><br></span></div><div>Is there a way to retrieve this pseudogene and microRNA genomic locations on ensembl database using the API and is HGNC symbol?<br></div><div><br></div><div>I have used:</div><div><br></div><div> my @fetched_genes = @{ $gene_adaptor->fetch_all_by_external_name($query_gene) };</div><div>unless (@fetched_genes){</div><div><span class="" style="white-space:pre">     </span>@fetched_genes = @{$gene_adaptor->fetch_all_by_display_label($query_gene)};</div><div>}</div><div><br></div><div>and it fails to query these 2 features using API v78. Its there another approach I should be using?</div><div><br></div><div><br></div><div>Refseq entries for both:<br></div><div><br></div><div><div><a href="http://www.ncbi.nlm.nih.gov/nuccore/NG_003165">http://www.ncbi.nlm.nih.gov/nuccore/NG_003165</a></div><div><a href="http://www.ncbi.nlm.nih.gov/nuccore/NR_036055">http://www.ncbi.nlm.nih.gov/nuccore/NR_036055</a></div></div><div><br></div><div>Best regards</div><div><br></div><div>Duarte</div>
</div>