|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttrans.graphics.RankedSetAnalysis
Performs set analysis on genomic regions with a visual display.
Constructor Summary | |
RankedSetAnalysis(java.lang.String[] args)
|
Method Summary | |
static boolean |
containsMatchedRankIntersect(GenomicRegion r,
int testRank)
Checks to see if among the hits to a particular GenomicRegion they have an equal or smaller rank. |
double |
fractionTotalIntersection(GenomicRegion[] r)
Returns the total fraction of intersection. |
org.jfree.chart.JFreeChart |
getChart()
|
org.jfree.chart.ChartPanel |
getChartPanel()
|
GenomicRegion[] |
getRegionsOne()
|
GenomicRegion[] |
getRegionsTwo()
|
java.io.File |
getSetOneFile()
|
java.io.File |
getSetTwoFile()
|
TextFrame |
getTextFrame()
|
void |
intersect()
|
boolean |
intersectRegions()
Loads regions with references to intersection partners. |
boolean |
isSavePngs()
|
static void |
main(java.lang.String[] args)
|
void |
makeRankedHitsGraph()
|
static GenomicRegion[] |
parseGenomicRegionsFile(java.io.File f)
Parses a regions file. |
static void |
printDocs()
|
void |
printRankedIntersection(int[] hits)
Prints to screen the results of rankedIntersection(GenomicRegion[] r). |
void |
printRankedIntersectionAll(GenomicRegion[] r)
Rank analysis where each regions is check against the entire other list. |
void |
processArgs(java.lang.String[] args)
This method will process each argument and assign any new varibles |
static int[] |
rankedIntersection(GenomicRegion[] r)
Calculates the number of hits in the ranked matched list. |
void |
setChartPanel(org.jfree.chart.ChartPanel chartPanel)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RankedSetAnalysis(java.lang.String[] args)
Method Detail |
public void intersect()
public void makeRankedHitsGraph()
public static int[] rankedIntersection(GenomicRegion[] r)
public void printRankedIntersection(int[] hits)
public static boolean containsMatchedRankIntersect(GenomicRegion r, int testRank)
public double fractionTotalIntersection(GenomicRegion[] r)
public void printRankedIntersectionAll(GenomicRegion[] r)
public boolean intersectRegions()
public static GenomicRegion[] parseGenomicRegionsFile(java.io.File f)
public static void main(java.lang.String[] args)
public static void printDocs()
public void processArgs(java.lang.String[] args)
public GenomicRegion[] getRegionsOne()
public GenomicRegion[] getRegionsTwo()
public java.io.File getSetOneFile()
public java.io.File getSetTwoFile()
public TextFrame getTextFrame()
public boolean isSavePngs()
public org.jfree.chart.ChartPanel getChartPanel()
public void setChartPanel(org.jfree.chart.ChartPanel chartPanel)
public org.jfree.chart.JFreeChart getChart()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |