<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi Michael,<br>
    <br>
    The ENSESTG stable IDs are present in the otherfeatures database,
    can you please check which database you are connecting to?<br>
    <br>
    The following snippet:<br>
    my $registry = "Bio::EnsEMBL::Registry";<br>
    <br>
    $registry->load_registry_from_db(<br>
      -host => 'ensembldb.ensembl.org',<br>
      -user => 'anonymous',<br>
    );<br>
    <br>
    my $gene_adaptor = $registry->get_adaptor('homo_sapiens', 'core',
    'Gene');<br>
    my $genes = $gene_adaptor->fetch_all();<br>
    <br>
    should return genes with ENSG stable IDs.<br>
    <br>
    The status property has been retired earlier this year, please see
    Andy's email for more detail:
    <a class="moz-txt-link-freetext" href="http://lists.ensembl.org/pipermail/dev/2017-April/012421.html">http://lists.ensembl.org/pipermail/dev/2017-April/012421.html</a><br>
    <br>
    <br>
    I hope that helps,<br>
    Magali<br>
    <br>
    <div class="moz-cite-prefix">On 25/10/2017 20:18, Michael Yourshaw
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CANcs_JKNaYZ0ipyUqcbDgzt+bU2z6GnVetwnVyKF4kXmvF89Kg@mail.gmail.com">
      <div dir="ltr">I have taken a few years off from bioinformatics to
        grow stem cells. Things in the ensembl api/db seem to have
        changed a bit in my absence.
        <div><br>
        </div>
        <div>1. When I make an API query in homo_sapiens_90_38 such as
          $gene_adapter->fetch_all(), I get genes with stable_ids in
          the form ENSESTG*.</div>
        <div><br>
        </div>
        <div>However when I query the sql db with select *
          from homo_sapiens_core_90_38.gene, the ids have the
          conventional form ENSG*.</div>
        <div><br>
        </div>
        <div>2. The property gene->{status} seems not to exist. This
          used to contain KNOWN, PUTATIVE, or NOVEL.</div>
        <div><br>
        </div>
        <div>My question is, is it possible to use the API to get, say,
          all ensembl genes that are KNOWN and their ENSG ids?</div>
        <div> </div>
        <div><br>
        </div>
        <div><br clear="all">
          <div>
            <div class="gmail_signature">
              <div dir="ltr">
                <div>ॐ<br>
                  Michael Yourshaw<br>
                  <a href="mailto:myourshaw@ucla.edu" target="_blank"
                    moz-do-not-send="true">myourshaw@gmail.com</a><br>
                  <br>
                  This message is intended only for the use of the
                  addressee and may contain information that is
                  PRIVILEGED and CONFIDENTIAL, and/or may contain
                  ATTORNEY WORK PRODUCT. If you are not the intended
                  recipient, you are hereby notified that any
                  dissemination of this communication is strictly
                  prohibited. If you have received this communication in
                  error, please erase all copies of the message and its
                  attachments and notify us immediately. Thank you.</div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Dev mailing list    <a class="moz-txt-link-abbreviated" href="mailto:Dev@ensembl.org">Dev@ensembl.org</a>
Posting guidelines and subscribe/unsubscribe info: <a class="moz-txt-link-freetext" href="http://lists.ensembl.org/mailman/listinfo/dev">http://lists.ensembl.org/mailman/listinfo/dev</a>
Ensembl Blog: <a class="moz-txt-link-freetext" href="http://www.ensembl.info/">http://www.ensembl.info/</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>