Skip to content
Snippets Groups Projects
Commit 43ea3ea9 authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

Rewrite of get_species_and_object_type():

  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.
parent e187461c
No related branches found
No related tags found
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment