|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectigb.util.Windows2HeatMapSgr
Converts a text file (columns: chrom, start, stop, score) into a heat/block map specific sgr file for import into IGB.
Constructor Summary | |
Windows2HeatMapSgr(java.lang.String[] args)
|
Method Summary | |
static boolean |
baseOverlapsWindow(int bp,
igb.util.Windows2HeatMapSgr.Window win)
Is a given base contained within the window? |
double |
highestScoringWindow(int base,
int currentWindowIndex)
Looks forward at overlapping windows, returns highest score for the given bp position. |
static void |
main(java.lang.String[] args)
|
void |
makeBlockMapSgrFile(java.io.File file)
Takes an array of Window |
void |
parseWindowFile(java.io.File file)
|
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 |
public Windows2HeatMapSgr(java.lang.String[] args)
Method Detail |
public void makeBlockMapSgrFile(java.io.File file)
public double highestScoringWindow(int base, int currentWindowIndex)
public static boolean baseOverlapsWindow(int bp, igb.util.Windows2HeatMapSgr.Window win)
public static void main(java.lang.String[] args)
public void parseWindowFile(java.io.File file)
public void processArgs(java.lang.String[] args)
public static void printDocs()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |