gov.nih.nci.caarray.services.fileparse.gpr
Class GprFileParseHandler

java.lang.Object
  extended by gov.nih.nci.caarray.services.fileparse.gpr.GprFileParseHandler

public class GprFileParseHandler
extends java.lang.Object

Author:
gustafsons Handles the parsing of gpr files

Constructor Summary
GprFileParseHandler(java.lang.String fileName)
          Constructor with filename
 
Method Summary
 java.util.HashMap getGprInfo()
           
 GenePixDataMatrix getMatrix()
           
static void main(java.lang.String[] args)
           
 void runParser()
          runs the parser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GprFileParseHandler

public GprFileParseHandler(java.lang.String fileName)
Constructor with filename

Parameters:
fileName -
Method Detail

runParser

public void runParser()
               throws GeneralException
runs the parser

Throws:
GeneralException

main

public static void main(java.lang.String[] args)

getGprInfo

public java.util.HashMap getGprInfo()
Returns:
the gprInfo

getMatrix

public GenePixDataMatrix getMatrix()
Returns:
Returns the matrix.