Skip to content

Commit

Permalink
change yaml header
Browse files Browse the repository at this point in the history
  • Loading branch information
albarema committed Jan 8, 2025
1 parent c5c01d7 commit 8f3b826
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,5 @@ Results/
Slides/
zenodo/
Data
develop
develop
.codegpt
16 changes: 7 additions & 9 deletions Notebooks/05b_count_matrix.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@
title: "The RNAseq count matrix"
author: "You!"
date: '`r Sys.Date()`'
output:
html_document:
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
collapse: false
df_print: paged # data frames are interactive
dev: png # what format do you want for the figures?
format:
html:
toc: true
toc_float: true
code-fold: false
code-overflow: wrap
df-print: paged
---

```{r knitr, include = FALSE}
Expand Down

0 comments on commit 8f3b826

Please sign in to comment.