Skip to content
  • Andreas Kusalananda Kähäri's avatar
    Rewrite of get_species_and_object_type(): · 43ea3ea9
    Andreas Kusalananda Kähäri authored
      Description:  Get the species name, object type (gene, transcript,
                    translation, or exon etc.), and database type for a
                    stable ID.
    
      Arg[1]     :  String
                    The stable ID to find species and object type for.
    
      Example    :  my ( $species, $object_type, $db_type ) =
                      $registry->get_species_and_object_type('ENST00000326632');
    
      Return type:  Array consisting of the species name, object type,
                    and database type.  The array may be empty if no
                    match is found.
    
      Exceptions :  none
      Status     :  At Risk.
    43ea3ea9