trans.main
Class ReplaceWindowScores

java.lang.Object
  extended bytrans.main.ReplaceWindowScores

public class ReplaceWindowScores
extends java.lang.Object


Constructor Summary
ReplaceWindowScores(java.lang.String[] args)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 trans.main.ReplaceWindowScores.CyberTLine[] parseCyberT(java.io.File file)
          Parses a file for a tab delimited list of at minimum, chrom, start, stop, (optional) notes into a GenomicRegion[].
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplaceWindowScores

public ReplaceWindowScores(java.lang.String[] args)
Method Detail

main

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

parseCyberT

public trans.main.ReplaceWindowScores.CyberTLine[] parseCyberT(java.io.File file)
Parses a file for a tab delimited list of at minimum, chrom, start, stop, (optional) notes into a GenomicRegion[].