[Bioperl-guts-l] [Bug 1850] New: Matrix::Generic 'Synopsis' needs
update
bugzilla-daemon at portal.open-bio.org
bugzilla-daemon at portal.open-bio.org
Fri Sep 2 18:55:02 EDT 2005
http://bugzilla.open-bio.org/show_bug.cgi?id=1850
Summary: Matrix::Generic 'Synopsis' needs update
Product: Bioperl
Version: 1.4 branch
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: minor
Priority: P2
Component: Unclassified
AssignedTo: bioperl-guts-l at bioperl.org
ReportedBy: wiersmap at agr.gc.ca
17 =head1 SYNOPSIS
***METHOD IS "$matrix->add_column()" NOT "$matrix->add_column_num()" ***
21 $matrix->add_column_num(1,$column1);
22 $matrix->add_column_num(2,$column2);
***METHOD IS "$entry_by_num()" NOT "$matrix->element()" ***
24 jason 1.1 my $element = $matrix->element(1,2);
25 $matrix->element(1,2,$newval);
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Bioperl-guts-l
mailing list