Skip to content

Commit

Permalink
style: separate code chunks
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Aug 27, 2024
1 parent 09f4fd6 commit d784555
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vignettes/intro.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ knitr::opts_chunk$set(
```{r setup}
library(reneeTools)
library(dplyr)
```

```{r data}
# replace these lines with the actual paths to your files
gene_counts_tsv <- system.file("extdata",
"RSEM.genes.expected_count.all_samples.txt",
Expand Down

0 comments on commit d784555

Please sign in to comment.