Skip to content

Commit

Permalink
fix attempt 2 by adding conflict preference sooner
Browse files Browse the repository at this point in the history
  • Loading branch information
3mmaRand committed Oct 13, 2023
1 parent c982efe commit bb64ffd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion omics/week-4/workshop.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -189,11 +189,12 @@ write_csv(s30_fgf_only, "results/s30_fgf_only.csv")
```{r}
#| echo: false
#---CODING ANSWER---
conflicts_prefer(GenomicRanges::setdiff)
library(DESeq2)
```
```{r}
#| echo: false
conflicts_prefer(GenomicRanges::setdiff)
```


Expand Down

0 comments on commit bb64ffd

Please sign in to comment.