From 470879fc873a510245e01115476407997ccd72ff Mon Sep 17 00:00:00 2001 From: lcolladotor Date: Mon, 20 May 2024 21:25:48 -0400 Subject: [PATCH] Name code chunk --- vignettes/recount-quickstart.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/recount-quickstart.Rmd b/vignettes/recount-quickstart.Rmd index 4d69288..97cfd47 100644 --- a/vignettes/recount-quickstart.Rmd +++ b/vignettes/recount-quickstart.Rmd @@ -670,7 +670,7 @@ If you are interested in using another annotation based on hg38 coordinates you If you are re-processing a small set of samples, it simply might be easier to use `coverage_matrix()` as shown below using the annotation information provided by the `r Biocpkg('EnsDb.Hsapiens.v79')` package. -```{r, eval = .Platform$OS.type != 'windows'} +```{r "newer annotation", eval = .Platform$OS.type != 'windows'} ## Get the disjoint exons based on EnsDb.Hsapiens.v79 which matches hg38 exons <- reproduce_ranges("exon", db = "EnsDb.Hsapiens.v79")