|
| class | OverlapEnrichmentScore |
| |
|
| static void | main (final String[] args) |
| |
|
| String[] | customCommandLineValidation () |
| |
| int | doWork () |
| |
| void | shufflePeaks (AnnotationList< Annotation > regions, AnnotationList< Annotation > peaks, String output) throws IOException |
| |
| void | submitJobs (SortedMap< String, File > annotationMap) throws IOException, InterruptedException, DrmaaException |
| |
| void | calculateDiscreteAnnotationEnrichments (AnnotationList< Annotation > regions, AnnotationList< Annotation > peaks, SortedMap< String, File > discreteAnnotations) throws IOException |
| |
| void | calculateBamEnrichments (AnnotationList< Annotation > regions, AnnotationList< Annotation > peaks, SortedMap< String, File > bamMap) throws IOException |
| |
| void | processOneAnnotationSet (String name, AnnotationList< Annotation > regions, AnnotationList< Annotation > peaks, AnnotationCollection<?extends Annotation > annotations) throws IOException |
| |
| void | collectResults (SortedMap< String, File > discreteAnnotations) throws IOException |
| |
| void | cleanup (SortedMap< String, File > discreteAnnotations) |
| |
| List< CountScore > | getPeakScores (AnnotationList< Annotation > regions, AnnotationList<?extends Annotation > peaks, AnnotationCollection<?extends Annotation > annotations) |
| |
Protected Member Functions inherited from broad.pda.seq.rap.GenomeCommandLineProgram |
| String[] | customCommandLineValidation () |
| |
| void | loadCoordinateSpace () throws IOException |
| |
| CoordinateSpace | getCoordinateSpace () |
| |
| void broad.pda.seq.rap.CollectAnnotationEnrichments.calculateBamEnrichments |
( |
AnnotationList< Annotation > |
regions, |
|
|
AnnotationList< Annotation > |
peaks, |
|
|
SortedMap< String, File > |
bamMap |
|
) |
| throws IOException |
|
protected |
| void broad.pda.seq.rap.CollectAnnotationEnrichments.calculateDiscreteAnnotationEnrichments |
( |
AnnotationList< Annotation > |
regions, |
|
|
AnnotationList< Annotation > |
peaks, |
|
|
SortedMap< String, File > |
discreteAnnotations |
|
) |
| throws IOException |
|
protected |
| void broad.pda.seq.rap.CollectAnnotationEnrichments.cleanup |
( |
SortedMap< String, File > |
discreteAnnotations | ) |
|
|
protected |
| void broad.pda.seq.rap.CollectAnnotationEnrichments.collectResults |
( |
SortedMap< String, File > |
discreteAnnotations | ) |
throws IOException |
|
protected |
| String [] broad.pda.seq.rap.CollectAnnotationEnrichments.customCommandLineValidation |
( |
| ) |
|
|
protected |
| int broad.pda.seq.rap.CollectAnnotationEnrichments.doWork |
( |
| ) |
|
|
protected |
| List<CountScore> broad.pda.seq.rap.CollectAnnotationEnrichments.getPeakScores |
( |
AnnotationList< Annotation > |
regions, |
|
|
AnnotationList<?extends Annotation > |
peaks, |
|
|
AnnotationCollection<?extends Annotation > |
annotations |
|
) |
| |
|
protected |
| static void broad.pda.seq.rap.CollectAnnotationEnrichments.main |
( |
final String[] |
args | ) |
|
|
static |
Stock main method.
- Parameters
-
| void broad.pda.seq.rap.CollectAnnotationEnrichments.processOneAnnotationSet |
( |
String |
name, |
|
|
AnnotationList< Annotation > |
regions, |
|
|
AnnotationList< Annotation > |
peaks, |
|
|
AnnotationCollection<?extends Annotation > |
annotations |
|
) |
| throws IOException |
|
protected |
| void broad.pda.seq.rap.CollectAnnotationEnrichments.shufflePeaks |
( |
AnnotationList< Annotation > |
regions, |
|
|
AnnotationList< Annotation > |
peaks, |
|
|
String |
output |
|
) |
| throws IOException |
|
protected |
| void broad.pda.seq.rap.CollectAnnotationEnrichments.submitJobs |
( |
SortedMap< String, File > |
annotationMap | ) |
throws IOException, InterruptedException, DrmaaException |
|
protected |
| String broad.pda.seq.rap.CollectAnnotationEnrichments.ANALYSIS_NAME |
| String broad.pda.seq.rap.CollectAnnotationEnrichments.ANNOTATION_BASE = "" |
| List<File> broad.pda.seq.rap.CollectAnnotationEnrichments.ANNOTATIONS |
| List<String> broad.pda.seq.rap.CollectAnnotationEnrichments.BAM_EXTENSION = new ArrayList<String>() |
| List<String> broad.pda.seq.rap.CollectAnnotationEnrichments.CONTINUOUS_EXTENSION = new ArrayList<String>() |
| List<String> broad.pda.seq.rap.CollectAnnotationEnrichments.DISCRETE_EXTENSION = new ArrayList<String>() |
| File broad.pda.seq.rap.CollectAnnotationEnrichments.INPUT |
| boolean broad.pda.seq.rap.CollectAnnotationEnrichments.KEEP_INTERMEDIATES = false |
| File broad.pda.seq.rap.CollectAnnotationEnrichments.OUTPUT |
| boolean broad.pda.seq.rap.CollectAnnotationEnrichments.PAIRED_END = true |
| Integer broad.pda.seq.rap.CollectAnnotationEnrichments.PERMUTATIONS = 100 |
| boolean broad.pda.seq.rap.CollectAnnotationEnrichments.PERMUTE = true |
| String broad.pda.seq.rap.CollectAnnotationEnrichments.QUEUE = null |
| String broad.pda.seq.rap.CollectAnnotationEnrichments.USAGE |
Initial value:= "Calculate overlap/count enrichments for regions in the query BED file. " +
"Significance is assessed by permuting the query BED file. " +
"Regions in the BED file can be scored against other BED files or against BAM files."
The documentation for this class was generated from the following file: