Name

SWISS::OXs

Description

SWISS::OXs represents the \s-1OX\s0 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 \s-1SWISS::OX\s0 objects for each currently permitted taxonomic resource.

Inherits from

SWISS::BaseClass.pm

Attributes

  A ListBase object which holds a list of tax ids.

Standard methods

new
fromText
toText

Example

$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"; }

POD ERRORS

Hey! The above document had some coding errors, which are explained below:

Around line 131:

=back doesn't take any parameters, but you said =back =head1 Methods