<div dir="ltr"><div>Dear developer</div><div><br></div><div>I have simple script to fetch gene information and I am having problems with a particular gene that I know is correct and on the database:</div><div><br></div><div><a href="http://grch37.ensembl.org/Homo_sapiens/Gene/Summary?db=core;g=ENSG00000205702;r=22:42536214-42540576">http://grch37.ensembl.org/Homo_sapiens/Gene/Summary?db=core;g=ENSG00000205702;r=22:42536214-42540576</a><br></div><div><br></div><div>here is the code I use to fecth it:<br></div><div><br></div><div>$query_gene = "CYP2D7P";</div><div><span class="" style="white-space:pre"><br></span></div><div><span class="" style="white-space:pre">         </span>my @fetched_genes = @{$gene_adaptor->fetch_all_by_display_label($query_gene)};<br></div><div><br></div><div>however ...</div><div><br></div><div>this method returns an empty list.</div><div><br></div><div>Why is this?</div><div><br></div><div><br></div><div>I have also tried:</div><div><br></div><div><div><span class="" style="white-space:pre">                        </span>my @fetched_genes =  @{ $gene_adaptor->fetch_all_by_external_name($query_gene) };</div></div><div><br></div><div>and this also fails.</div><div><br></div><div>Can someone tell me what I am doing wrong?</div><div><br></div><div><br></div><div>Best regards</div><div><br></div><div>Duarte</div>
</div>