Skip to content

Commit

Permalink
test code folding
Browse files Browse the repository at this point in the history
  • Loading branch information
albarema authored Dec 20, 2024
1 parent 5a4dbcc commit aa8f059
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Notebooks/05b_count_matrix.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ output:
theme: yeti # nice theme for the webpage
toc: true # table of contents
toc_float: true # table of contents "floats" in the document
code_folding: show
code_folding: none
df_print: paged # data frames are interactive
dev: png # what format do you want for the figures?
---
Expand Down Expand Up @@ -42,7 +42,7 @@ Approximate time: 20 minutes

For this analysis we will be using several R packages, some which have been installed from CRAN and others from Bioconductor. To use these packages (and the functions contained within them), we need to **load the libraries.**

```{r}
```{r, echo=TRUE}
library(tidyverse)
library(DESeq2)
library(tximport)
Expand Down

0 comments on commit aa8f059

Please sign in to comment.