Skip to content

Commit

Permalink
Name chunk with head
Browse files Browse the repository at this point in the history
  • Loading branch information
jaclyn-taroni committed Aug 7, 2024
1 parent fc6af47 commit cf87c4e
Show file tree
Hide file tree
Showing 2 changed files with 3,002 additions and 333 deletions.
3 changes: 2 additions & 1 deletion pathway-analysis/02-gene_set_enrichment_analysis.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,9 @@ hs_hallmark_df <- msigdbr(species = "Homo sapiens",
# Read in the DGE results
dge_results_df <- readr::read_tsv(dge_results_file)
```
Let's take a peek at the contents of this file.

```{r}
```{r head_dge, live = TRUE}
head(dge_results_df)
```

Expand Down
3,332 changes: 3,000 additions & 332 deletions pathway-analysis/02-gene_set_enrichment_analysis.nb.html

Large diffs are not rendered by default.

0 comments on commit cf87c4e

Please sign in to comment.