From ef265c4cea73ec9395af8d6e73d9ee12beb9c211 Mon Sep 17 00:00:00 2001 From: lcolladotor Date: Tue, 21 May 2024 13:53:43 -0400 Subject: [PATCH] No longer check for the existance of the local BigWig files since we are no longer downloading them --- vignettes/recount-workflow.Rmd | 1 - 1 file changed, 1 deletion(-) diff --git a/vignettes/recount-workflow.Rmd b/vignettes/recount-workflow.Rmd index 5c0abc7..b565697 100644 --- a/vignettes/recount-workflow.Rmd +++ b/vignettes/recount-workflow.Rmd @@ -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.