util.apps
Class GeneNameCounter

java.lang.Object
  extended byutil.apps.GeneNameCounter

public class GeneNameCounter
extends java.lang.Object

Counts the frequency of words in the master list, then assigns these frequencies to words in the test list.


Constructor Summary
GeneNameCounter()
           
 
Method Summary
static java.lang.String[] loadFile(java.io.File file)
          Loads a file's lines into a String[], will save blank lines.
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneNameCounter

public GeneNameCounter()
Method Detail

main

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

loadFile

public static java.lang.String[] loadFile(java.io.File file)
Loads a file's lines into a String[], will save blank lines.