Class Eoulsan1DesignReader
java.lang.Object
fr.ens.biologie.genomique.eoulsan.design.io.Eoulsan1DesignReader
- All Implemented Interfaces:
DesignReader
This class define a design reader for limma design files.
- Since:
- 1.0
- Author:
- Laurent Jourdren
-
Constructor Summary
ConstructorsConstructorDescriptionEoulsan1DesignReader(DataFile file) Public constructor.Eoulsan1DesignReader(File file) Public constructor.Public constructor.Eoulsan1DesignReader(String filename) Public constructor.Eoulsan1DesignReader(Path file) Public constructor. -
Method Summary
-
Constructor Details
-
Eoulsan1DesignReader
Public constructor.- Parameters:
file- file to read- Throws:
IOException- if file cannot be opened
-
Eoulsan1DesignReader
Public constructor.- Parameters:
file- file to read- Throws:
IOException- if file cannot be opened
-
Eoulsan1DesignReader
Public constructor.- Parameters:
is- Input stream to read- Throws:
IOException- if an error occurs while opening the file
-
Eoulsan1DesignReader
Public constructor.- Parameters:
file- file to read- Throws:
IOException- if an error occurs while opening the file
-
Eoulsan1DesignReader
Public constructor.- Parameters:
filename- File to read- Throws:
IOException- if file cannot be opened
-
-
Method Details
-
read
Description copied from interface:DesignReaderRead the design.- Specified by:
readin interfaceDesignReader- Returns:
- a new Design object
- Throws:
IOException- if an error occurs while reading the design
-