edu.mssm.crover.tables.readers
Class AffymetrixTxtFormatReader
java.lang.Object
edu.mssm.crover.tables.readers.AffymetrixTxtFormatReader
- All Implemented Interfaces:
- TableReader
public class AffymetrixTxtFormatReader
- extends Object
- implements TableReader
User: campagne Date: Sep 16, 2005 Time: 2:17:19 PM
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AffymetrixTxtFormatReader
public AffymetrixTxtFormatReader()
read
public Table read(Reader data)
throws SyntaxErrorException,
IOException
- Description copied from interface:
TableReader
- Parses tabular data and returns the appropriate
Table.
- Specified by:
read in interface TableReader
- Parameters:
data - A reader containing the data to parse
- Returns:
- A populated table
- Throws:
SyntaxErrorException - if there is a problem filling in the Table
IOException - if there is a problem reading the data stream
Copyright © 2001-2009 Institute for Computational Biomedicine, All Rights Reserved.