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
logFields inherited from interface ubic.gemma.core.loader.util.parser.LineParser
MIN_PARSED_LINES_FOR_UPDATE, PARSE_ALERT_TIME_FREQUENCY_MSFields inherited from interface ubic.gemma.core.loader.util.parser.Parser
PARSE_ALERT_FREQUENCY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddResult(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, parseMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ubic.gemma.core.loader.util.parser.Parser
getUniqueResult
-
Constructor Details
-
ArrayDesignParser
public ArrayDesignParser()Deprecated.
-
-
Method Details
-
getResults
Deprecated.- Specified by:
getResultsin interfaceParser<ArrayDesign>- Specified by:
getResultsin classBasicLineParser<ArrayDesign>- Returns:
- the results of the parse.
-
addResult
Deprecated.- Specified by:
addResultin classBasicLineParser<ArrayDesign>
-
parseOneLine
Deprecated.Description copied from interface:LineParserHandle the parsing of a single line from the input.- Parameters:
line- line to parse- Returns:
- parsed object
-