|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttrans.main.IntervalReportPrinter
Prints all things contained within an interval to a spreadsheet or a report card.
Constructor Summary | |
IntervalReportPrinter(java.lang.String[] args)
|
Method Summary | |
static double |
aveMedianAbsDiffSubWinControl(Interval i)
Calculate maximum median absolute diff of SubWindow control values |
static double |
calculateMeanNumberOligoMatches(Oligo[] oligos)
Calculates the average number of oligo matches to the genome. |
java.lang.String |
fetchIntervalLine(Interval i,
int intervalNumber)
|
java.lang.String |
fetchIntervalReport(Interval i,
int intervalNumber)
|
void |
generateIntervalStats(Interval interval)
Calculate stats on oligos from best window. |
static void |
main(java.lang.String[] args)
|
static double |
maxMedianAbsDiffSubWinTreatment(Interval i)
Calculate maximum median absolute diff of SubWindow treatment values |
static double |
medianRatioSubWindow(Interval i)
Calculate Median ratio of SubWindow where the treatments are averaged, and the controls are averaged |
static void |
printDocs()
|
void |
printRatios(Interval interval)
Used when making mock Intervals from which you want to calculate various oligo based measurements. |
void |
printReport()
|
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 IntervalReportPrinter(java.lang.String[] args)
Method Detail |
public void printReport()
public void generateIntervalStats(Interval interval)
public static double calculateMeanNumberOligoMatches(Oligo[] oligos)
public void printRatios(Interval interval)
public java.lang.String fetchIntervalLine(Interval i, int intervalNumber)
public java.lang.String fetchIntervalReport(Interval i, int intervalNumber)
public static void printDocs()
public void processArgs(java.lang.String[] args)
public static void main(java.lang.String[] args)
public static double medianRatioSubWindow(Interval i)
public static double maxMedianAbsDiffSubWinTreatment(Interval i)
public static double aveMedianAbsDiffSubWinControl(Interval i)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |