Class CompositeSequenceParser

java.lang.Object
ubic.gemma.core.loader.util.parser.BasicLineParser<CompositeSequence>
ubic.gemma.core.loader.expression.arrayDesign.CompositeSequenceParser
All Implemented Interfaces:
LineParser<CompositeSequence>, Parser<CompositeSequence>

public class CompositeSequenceParser extends BasicLineParser<CompositeSequence>
Parse the "old" array description format. This has three columns, with probe id, a genbank id, and a description. Note that this does not set the ArrayDesign for the CompositeSequences, this must be set by the caller.
Author:
pavlidis