Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lpantano committed Jul 25, 2024
1 parent 2a4cf2f commit 7918f2c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions inst/templates/rnaseq/de/DEG.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ rdata = AnnotationDbi::select(org.Hs.eg.db, rownames(counts), 'SYMBOL', 'ENSEMBL
```

```{r setup_RUV}
dds_to_use <- DESeqDataSetFromMatrix(counts, coldata, design = ~1)
vsd_before <- vst(dds_to_use)
Expand Down Expand Up @@ -579,4 +578,4 @@ List and version of tools used for the DE report generation.

```{r}
sessionInfo()
```
```

0 comments on commit 7918f2c

Please sign in to comment.