Skip to content

Commit

Permalink
No longer check for the existance of the local BigWig files since we …
Browse files Browse the repository at this point in the history
…are no longer downloading them
  • Loading branch information
lcolladotor committed May 21, 2024
1 parent e94f3e0 commit e702bde
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vignettes/recount-workflow.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,6 @@ names(bws) <- colData(rse_er_scaled)$run
## Workaround to https://github.com/lawremi/rtracklayer/issues/83: use the local
## files we already downloaded
bws <- gsub("http://duffel.rail.bio/recount/", "", bws)
stopifnot(all(file.exists(bws)))
```

We visualize the DERs using `derfinderPlot`, similar to what was done in the original publication [@jaffe2015]. However, we first add a little padding to the regions: 100 base-pairs on each side.
Expand Down

0 comments on commit e702bde

Please sign in to comment.