Class Eoulsan1DesignReader

java.lang.Object
fr.ens.biologie.genomique.eoulsan.design.io.Eoulsan1DesignReader
All Implemented Interfaces:
DesignReader

public class Eoulsan1DesignReader extends Object implements DesignReader
This class define a design reader for limma design files.
Since:
1.0
Author:
Laurent Jourdren
  • Constructor Details

    • Eoulsan1DesignReader

      public Eoulsan1DesignReader(Path file) throws IOException
      Public constructor.
      Parameters:
      file - file to read
      Throws:
      IOException - if file cannot be opened
    • Eoulsan1DesignReader

      public Eoulsan1DesignReader(File file) throws IOException
      Public constructor.
      Parameters:
      file - file to read
      Throws:
      IOException - if file cannot be opened
    • Eoulsan1DesignReader

      public Eoulsan1DesignReader(InputStream is) throws IOException
      Public constructor.
      Parameters:
      is - Input stream to read
      Throws:
      IOException - if an error occurs while opening the file
    • Eoulsan1DesignReader

      public Eoulsan1DesignReader(DataFile file) throws IOException
      Public constructor.
      Parameters:
      file - file to read
      Throws:
      IOException - if an error occurs while opening the file
    • Eoulsan1DesignReader

      public Eoulsan1DesignReader(String filename) throws IOException
      Public constructor.
      Parameters:
      filename - File to read
      Throws:
      IOException - if file cannot be opened
  • Method Details