Skip to content

Commit

Permalink
Name code chunk
Browse files Browse the repository at this point in the history
  • Loading branch information
lcolladotor committed May 21, 2024
1 parent 53cad49 commit aaa0947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/recount-quickstart.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit aaa0947

Please sign in to comment.