Mercurial > repos > bgruening > diffbind
comparison diffbind.R @ 1:9e9f85c20d99 draft
Uploaded
author | bgruening |
---|---|
date | Tue, 08 Sep 2015 05:38:45 -0400 |
parents | 7faaf4a5e4e1 |
children | 681dedc42aca |
comparison
equal
deleted
inserted
replaced
0:7faaf4a5e4e1 | 1:9e9f85c20d99 |
---|---|
25 if ( !is.null(opt$help) ) { | 25 if ( !is.null(opt$help) ) { |
26 cat(getopt(spec, usage=TRUE)); | 26 cat(getopt(spec, usage=TRUE)); |
27 q(status=1); | 27 q(status=1); |
28 } | 28 } |
29 | 29 |
30 | |
31 library('DiffBind') | 30 library('DiffBind') |
32 # used to save to BED, GFF or WIG format | |
33 | 31 |
34 if ( !is.null(opt$plots) ) { | 32 if ( !is.null(opt$plots) ) { |
35 pdf(opt$plots) | 33 pdf(opt$plots) |
36 } | 34 } |
37 | 35 |