Class IlluminaProbeReader
- java.lang.Object
-
- ubic.gemma.core.loader.util.parser.BasicLineMapParser<String,Reporter>
-
- ubic.gemma.core.loader.expression.arrayDesign.IlluminaProbeReader
-
- All Implemented Interfaces:
LineParser<Reporter>,Parser<Reporter>
public class IlluminaProbeReader extends BasicLineMapParser<String,Reporter>
Parse an Illumina "manifest.txt" file (tab-delimited). A one-line header is permitted.- Author:
- pavlidis
-
-
Field Summary
-
Fields inherited from class ubic.gemma.core.loader.util.parser.BasicLineMapParser
COMMENT_MARK, 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 Constructor Description IlluminaProbeReader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontainsKey(String key)Reporterget(String key)protected StringgetKey(Reporter newItem)Collection<String>getKeySet()Collection<Reporter>getResults()ReporterparseOneLine(String line)Handle the parsing of a single line from the input.protected voidput(String key, Reporter value)-
Methods inherited from class ubic.gemma.core.loader.util.parser.BasicLineMapParser
parse, parse, parse
-
-
-
-
Method Detail
-
containsKey
public boolean containsKey(String key)
- Specified by:
containsKeyin classBasicLineMapParser<String,Reporter>
-
get
public Reporter get(String key)
- Specified by:
getin classBasicLineMapParser<String,Reporter>
-
getKeySet
public Collection<String> getKeySet()
- Specified by:
getKeySetin classBasicLineMapParser<String,Reporter>
-
getResults
public Collection<Reporter> getResults()
- Specified by:
getResultsin interfaceParser<Reporter>- Specified by:
getResultsin classBasicLineMapParser<String,Reporter>- Returns:
- the results of the parse.
-
parseOneLine
public Reporter parseOneLine(String line)
Description copied from interface:LineParserHandle the parsing of a single line from the input.- Specified by:
parseOneLinein interfaceLineParser<Reporter>- Specified by:
parseOneLinein classBasicLineMapParser<String,Reporter>- Parameters:
line- line to parse- Returns:
- parsed object
-
getKey
protected String getKey(Reporter newItem)
- Specified by:
getKeyin classBasicLineMapParser<String,Reporter>
-
-