| SWISS::OXs(3pm) | User Contributed Perl Documentation | SWISS::OXs(3pm) |
SWISS::OXs
SWISS::OXs represents the OX lines within an SWISS-PROT +
TrEMBL entry as specified in the user manual
http://www.expasy.org/sprot/userman.html . The OXs object is a container
object which holds a list of SWISS::OX objects for each currently permitted
taxonomic resource.
SWISS::BaseClass.pm
A ListBase object which holds a list of tax ids.
$taxid = new SWISS::OX;
$taxid->text('1234');
$entry->OXs->NCBI_TaxID()->add($taxid);
foreach my $taxid ($entry->OXs->NCBI_TaxID()->elements()) {
print $taxid->text, "\n";
}
Hey! The above document had some coding errors, which are explained below:
| 2021-08-15 | perl v5.32.1 |