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.
Please register or sign in to comment