# HG changeset patch # User xuebing # Date 1333240854 14400 # Node ID bda15bf10ab4b3d3c21b1a87f73ac64c712ea8f4 Uploaded diff -r 000000000000 -r bda15bf10ab4 bed_overlap_significance.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bed_overlap_significance.xml Sat Mar 31 20:40:54 2012 -0400 @@ -0,0 +1,30 @@ + + significance of two interval sets overlapping + bed_overlap_significance.py $fileA $fileB $outfile $outplot $outshuffle $n $genome $fraction $reciprocal + + + + + + + + + + + + + + + + + + + + +**What it does** + +This tool uses intersectBed to find intervals in the first dataset that overlap with intervals in the second dataset. To estimate the significance of the overlap, the first dataset is shuffled then intersect with the second dataset to generate a null distribution of the number of overlaps. The tool returns venn diagram plot, histogram of the null distribution, overlapped intervals from the first input, and the null distribution of overlaps. + + + +