Uses of Class
gov.nih.nci.caarray.services.fileparse2.hybridization.SimpleQuantitationType

Packages that use SimpleQuantitationType
gov.nih.nci.caarray.services.fileparse2   
gov.nih.nci.caarray.services.fileparse2.hybridization   
gov.nih.nci.caarray.services.fileparse2.parsers   
 

Uses of SimpleQuantitationType in gov.nih.nci.caarray.services.fileparse2
 

Methods in gov.nih.nci.caarray.services.fileparse2 that return SimpleQuantitationType
 SimpleQuantitationType[] QuantitationTypeManagerDB.getQuantitationTypesFromFile(java.lang.String cacheFileName)
           
 

Uses of SimpleQuantitationType in gov.nih.nci.caarray.services.fileparse2.hybridization
 

Methods in gov.nih.nci.caarray.services.fileparse2.hybridization that return SimpleQuantitationType
 SimpleQuantitationType[] QuantitationTypeFinder.getSimpleQuatitationTypes(java.lang.String fileTypeId)
          Gets the quatitations based on a type
 

Methods in gov.nih.nci.caarray.services.fileparse2.hybridization with parameters of type SimpleQuantitationType
 java.lang.Object DataMatrix.getValue(SimpleDesignElement designElement, SimpleQuantitationType quantitationType)
           
 java.lang.Object HybridizationRowWrapper.getValue(SimpleQuantitationType quantitationType)
           
 

Constructors in gov.nih.nci.caarray.services.fileparse2.hybridization with parameters of type SimpleQuantitationType
BioDataCubeCreator(SimpleQuantitationType[] quantTypes, SimpleDesignElement[] designElements, int numberOfBioAssays)
          Constructor to initialize the cube to it's needed values
 

Uses of SimpleQuantitationType in gov.nih.nci.caarray.services.fileparse2.parsers
 

Methods in gov.nih.nci.caarray.services.fileparse2.parsers that return SimpleQuantitationType
 SimpleQuantitationType[] QuantitationTypeColumnsMap.getSimpleQuantitationTypes()