Uses of Class
gov.nih.nci.caarray.services.util.netcdf.NETCDFException

Packages that use NETCDFException
gov.nih.nci.caarray.services.util.netcdf   
 

Uses of NETCDFException in gov.nih.nci.caarray.services.util.netcdf
 

Methods in gov.nih.nci.caarray.services.util.netcdf that throw NETCDFException
 java.lang.Object NETCDFFileReader.getBioAssayDatum(BioAssay assay, QuantitationType quantitationType, DesignElement designElement)
           
 java.lang.String NETCDFFileReader.getCubeStringBDQ(BioAssay assay)
          Get the cube in the order people like to see it
 java.lang.String NETCDFFileReader.getCubeStringBQD(BioAssay assay)
          Get the cube in the caArray natural order
 java.lang.Object[] NETCDFFileReader.getQuantitationArray(BioAssay assay, QuantitationType quantitationType)
           
 QuantitationType[] NETCDFFileReader.getQuantitations(BioAssay assay)
          Gets an entire quantitation type for an assay
 void NETCDFCreator.setCube(java.lang.Object[][][] theCube, java.lang.String order)
          The cube has our expression data, the order tells us the dimensions
 void NETCDFCreator.writeNETcdfFile(java.lang.String directory)
          Writes the bioassays in the cube out to a netcdf file(s)
 

Constructors in gov.nih.nci.caarray.services.util.netcdf that throw NETCDFException
NETCDFCreator(DesignElement[] designElementDimension, QuantitationType[] quantitationTypeDimension, BioAssay[] bioAssayDimension)
          Constructs the class with the neccessary items as arrays
NETCDFCreator(java.util.List designElementDimension, java.util.List quantitationTypeDimension, java.util.List bioAssayDimension)
          Constructs the class with the neccessary items as lists