public final class AffymetrixUtil extends Object
Constructor and Description |
---|
AffymetrixUtil() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isAffymetrix(FileStoreEnabled item)
Check if the item is using the affymetrix platform.
|
static void |
validateCelAndCdf(RawBioAssay rawBioAssay,
ArrayDesign design,
boolean required)
Check if the CEL file on the raw bioassay matches the CDF file on the
array design.
|
public static boolean isAffymetrix(FileStoreEnabled item)
item
- Item to check. Null is not allowed.public static void validateCelAndCdf(RawBioAssay rawBioAssay, ArrayDesign design, boolean required)
rawBioAssay
- The raw bioassaydesign
- The array designrequired
- TRUE if the absense of either a CEL or a CDF file is an
error conditionInvalidDataException
- If the raw bioassay or array design are not
Affymetrix type, or if the CEL doesn't match the CDF