|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttrans.graphics.AggregatePlots
For each region finds the underlying scores from the chromosome specific bar files. Converts the bps to zero coordinates and centers all of the scores relative to the largest region. Generates aggregate plots.
Constructor Summary | |
AggregatePlots(java.lang.String[] args)
|
Method Summary | |
void |
loadChromosomeBarFile()
|
static void |
loadRegions(Sgr sgr,
Positive[] pos)
Checks to see if an sgr object is in the positives, if so, adds the sgr object to the positive. |
static void |
main(java.lang.String[] args)
|
static int |
maxLength(Positive[] regions)
Finds max length of the Region[], stop-start+1 |
void |
plot()
|
static void |
printArray(float[][] scores)
Prints x as row, y as column with row index, float[y][x] |
static void |
printDocs()
|
static void |
printEachArray(float[][] scores)
Prints x as row, y as column with row index, float[y][x] |
void |
processArgs(java.lang.String[] args)
This method will process each argument and assign new varibles |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AggregatePlots(java.lang.String[] args)
Method Detail |
public void plot()
public static void printArray(float[][] scores)
public static void printEachArray(float[][] scores)
public static int maxLength(Positive[] regions)
public void loadChromosomeBarFile()
public static void loadRegions(Sgr sgr, Positive[] pos)
public static void main(java.lang.String[] args)
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 |