Skip to content

Commit aaa0947

Browse files
committed
Name code chunk
1 parent 53cad49 commit aaa0947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/recount-quickstart.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ If you are interested in using another annotation based on hg38 coordinates you
670670

671671
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.
672672

673-
```{r, eval = .Platform$OS.type != 'windows'}
673+
```{r "newer annotation", eval = .Platform$OS.type != 'windows'}
674674
## Get the disjoint exons based on EnsDb.Hsapiens.v79 which matches hg38
675675
exons <- reproduce_ranges("exon", db = "EnsDb.Hsapiens.v79")
676676

0 commit comments

Comments
 (0)