gov.nih.nci.caarray.services.mageloader
Class MAGECubeBuilder

java.lang.Object
  extended by gov.nih.nci.caarray.services.mageloader.MAGECubeBuilder

public class MAGECubeBuilder
extends java.lang.Object


Constructor Summary
MAGECubeBuilder(BioAssayData data, java.lang.String directory)
          Construtor for a new Cube Builder for MAGE
 
Method Summary
 void writeNETCDFFile()
          Writes out the netCDF file!
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MAGECubeBuilder

public MAGECubeBuilder(BioAssayData data,
                       java.lang.String directory)
                throws GeneralException
Construtor for a new Cube Builder for MAGE

Parameters:
data -
directory -
Throws:
GeneralException
Method Detail

writeNETCDFFile

public void writeNETCDFFile()
                     throws GeneralException
Writes out the netCDF file!

Throws:
GeneralException