Mercurial > repos > modencode-dcc > idr_package
comparison batch-consistency-analysis.r @ 24:bd2ff5799c1a draft default tip
Uploaded
| author | modencode-dcc |
|---|---|
| date | Mon, 21 Jan 2013 12:53:24 -0500 |
| parents | 46f86cea5a47 |
| children |
comparison
equal
deleted
inserted
replaced
| 23:26f40aca64c5 | 24:bd2ff5799c1a |
|---|---|
| 73 # read the length of the chromosomes, which will be used to concatenate chr's | 73 # read the length of the chromosomes, which will be used to concatenate chr's |
| 74 # chr.file <- "genome_table.txt" | 74 # chr.file <- "genome_table.txt" |
| 75 # args[8] is the gtable | 75 # args[8] is the gtable |
| 76 chr.file <- args[8] | 76 chr.file <- args[8] |
| 77 | 77 |
| 78 chr.size <- read.table(chr.file) | 78 chr.size <- read.table(paste(script_path, "/genome_tables/", chr.file, sep="")) |
| 79 | 79 |
| 80 # setting output files | 80 # setting output files |
| 81 r.output <- args[9] | 81 r.output <- args[9] |
| 82 overlap.output <- args[10] | 82 overlap.output <- args[10] |
| 83 npeaks.output <- args[11] | 83 npeaks.output <- args[11] |
