| Calling Sequence
| Species_Entry(specname)
|
| Parameters
| | Name | Type | Description |
|
| specname
| string | species name(s) |
|
| Return Type
| list(Entry) |
| Globals
| SearchOS_table, Species_table, |
| Synopsis
| Species_Entry returns all the entries in DB (which must
be assigned a sequence database) which match the given specname.
This assumes that the database has a field tagged with ..
where the species information is available.
This is rather specific of SwissProt.
The first time Species_Entry is called, it builds a table of species
and it may require some time to compute. Following calls will be
much more efficient. |
| Examples
| > Species_Entry('Abies firma');
[<E><ID>MATK_ABIFI</ID><AC>Q9MV51;</AC><DE>Maturase ..(1002).. S</SEQ></E>, <E><
ID>RBL_ABIFI</ID><AC>O78258;</AC><DE>Ribulose ..(1081).. K</SEQ></E>]
|
| See also
| DbToDarwin, GetEntryInfo, SearchAC, SearchID, SP_Species, SPCommonName |