Skip to content
Snippets Groups Projects
Commit f7af5d6f authored by Ian Longden's avatar Ian Longden
Browse files

Small doc change

parent 36c147b2
No related branches found
No related tags found
No related merge requests found
......@@ -793,10 +793,10 @@ sub _fetch_by_object_type {
return \@out;
}
=head2 list_gene_ids_by_extids
=head2 list_gene_ids_by_external_db_id
Arg [1] : string $external_id
Example : @gene_ids = $dbea->list_gene_ids_by_extids('ARSE');
Example : @gene_ids = $dbea->list_gene_ids_by_external_db_id(1020);
Description: Retrieve a list of geneid by an external identifier that is
linked to any of the genes transcripts, translations or the
gene itself
......
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