# NOT RUN {
if( bedtools.installed() ) {
data(bre80);
ctcf.bed <- system.file('extdata', 'T47D_chr2_CTCF.bed.gz', package = 'chicane');
results <- chicane(interactions = bre80);
test.enrichment(results, ctcf.bed, significance.cutoff = 0.25);
}
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab