... | ... |
@@ -180,7 +180,7 @@ makeCNEDensity <- function(x, outputDir=".", |
180 | 180 |
bigwigFnFirst <- file.path(outputDir, |
181 | 181 |
paste0("CNE_density_", genomeFirst, "_", |
182 | 182 |
genomeSecond, "_", threshold, ".bw")) |
183 |
- export.bw(densityFirst, con=bwFnFirst) |
|
183 |
+ export.bw(densityFirst, con=bigwigFnFirst) |
|
184 | 184 |
bigwigFnSecond <- file.path(outputDir, |
185 | 185 |
paste0("CNE_density_", genomeSecond, "_", |
186 | 186 |
genomeFirst, "_", threshold, ".bw")) |