trans.tpmap
Class FilterTPMapByRegions

java.lang.Object
  extended bytrans.tpmap.FilterTPMapByRegions

public class FilterTPMapByRegions
extends java.lang.Object

Filters a TPMap file by regions (tab delimited: chr start stop). Any oligo not contained within one of the regions is pitched.


Constructor Summary
FilterTPMapByRegions(java.lang.String[] args)
           
 
Method Summary
static void main(java.lang.String[] args)
           
static void printDocs()
           
 void processArgs(java.lang.String[] args)
          This method will process each argument and assign any new varibles
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterTPMapByRegions

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

main

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

processArgs

public void processArgs(java.lang.String[] args)
This method will process each argument and assign any new varibles


printDocs

public static void printDocs()