Class ArrayDesignParser
java.lang.Object
ubic.gemma.core.loader.util.parser.BasicLineParser<ArrayDesign>
ubic.gemma.core.loader.expression.arrayDesign.ArrayDesignParser
- All Implemented Interfaces:
LineParser<ArrayDesign>
,Parser<ArrayDesign>
Deprecated.
Parse ArrayDesigns from a flat file. This is used to seed the system from our legacy data. (probably not used)
Format:
- Murine Genome U74A Array --- platform name
- Affymetrix -- Manufacturer name
- MG-U74A --- short name
- MOUSE --- taxon
- 10044 --- advertised number of design elements
- (Masked) Affymetrix GeneChip expression probe array... --- Description
- Author:
- keshav
-
Field Summary
Fields inherited from class ubic.gemma.core.loader.util.parser.BasicLineParser
log
Fields inherited from interface ubic.gemma.core.loader.util.parser.LineParser
MIN_PARSED_LINES_FOR_UPDATE, PARSE_ALERT_TIME_FREQUENCY_MS
Fields inherited from interface ubic.gemma.core.loader.util.parser.Parser
PARSE_ALERT_FREQUENCY
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
addResult
(ArrayDesign obj) Deprecated.Deprecated.parseOneLine
(String line) Deprecated.Handle the parsing of a single line from the input.Methods inherited from class ubic.gemma.core.loader.util.parser.BasicLineParser
parse, parse, parse
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ubic.gemma.core.loader.util.parser.Parser
getUniqueResult
-
Constructor Details
-
ArrayDesignParser
public ArrayDesignParser()Deprecated.
-
-
Method Details
-
getResults
Deprecated.- Specified by:
getResults
in interfaceParser<ArrayDesign>
- Specified by:
getResults
in classBasicLineParser<ArrayDesign>
- Returns:
- the results of the parse.
-
addResult
Deprecated.- Specified by:
addResult
in classBasicLineParser<ArrayDesign>
-
parseOneLine
Deprecated.Description copied from interface:LineParser
Handle the parsing of a single line from the input.- Parameters:
line
- line to parse- Returns:
- parsed object
-