Class AgilentScanDateExtractor
java.lang.Object
ubic.gemma.core.analysis.preprocess.batcheffects.BaseScanDateExtractor
ubic.gemma.core.analysis.preprocess.batcheffects.AgilentScanDateExtractor
- All Implemented Interfaces:
ScanDateExtractor
Because agilent makes slides that work with any scanner, the formats are not that predictable. I've seen these so
far:
- GPR format format.
- Agilent scanner files. These start with "TYPE" Example: GSE14466. The second line is "FEPARAMS", the fourth column is "Scan_date". The data are in the third line.
- Author:
- paul
-
Field Summary
FieldsFields inherited from class ubic.gemma.core.analysis.preprocess.batcheffects.BaseScanDateExtractor
GENEPIX_DATETIME_HEADER_REGEXP -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ubic.gemma.core.analysis.preprocess.batcheffects.BaseScanDateExtractor
extractGenePix, parseGenePixDateTime, parseISO8601, parseLongFormat, parseStandardFormat
-
Field Details
-
AGILENT_DATE_FORMAT
-
-
Constructor Details
-
AgilentScanDateExtractor
public AgilentScanDateExtractor()
-
-
Method Details
-
extract
- Throws:
IOExceptionParseException
-