debian man page for swiss::oxs

Query: swiss::oxs

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SWISS::OXs(3pm) 					User Contributed Perl Documentation					   SWISS::OXs(3pm)

Name
       SWISS::OXs

Description
       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.

Inherits from
       SWISS::BaseClass.pm

Attributes
       "NCBI_TaxID"
	     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, "
";
	 }

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 perl v5.10.1 2006-01-26 SWISS::OXs(3pm)
Related Man Pages
swiss::des(3pm) - debian
swiss::drs(3pm) - debian
swiss::dts(3pm) - debian
swiss::entry(3pm) - debian
swiss::genegroup(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
Detecting unused variables...
Find columns in a file based on header and print to new file
New UNIX and Linux History Sections