Skip to content

Commit

Permalink
Add setup for SEATRAC
Browse files Browse the repository at this point in the history
  • Loading branch information
kdillmcfarland committed Oct 3, 2024
1 parent 147accb commit 4144692
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 16 deletions.
13 changes: 13 additions & 0 deletions setup/setup.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,19 @@ install.packages("BiocManager")
BiocManager::install("ComplexHeatmap")
```

#### SEATRAC series

```{r eval=FALSE}
#CRAN packages
install.packages(c("tidyverse"), Ncpus=4)
#Bioconductor packages
install.packages("BiocManager")
BiocManager::install("limma")
#GitHub packages
install.packages("devtools")
devtools::install_github("BIGslu/kimma")
```

## Check R package install

To make sure packages are correctly installed, load each of them individually into R with `library( )`.
Expand Down
Loading

0 comments on commit 4144692

Please sign in to comment.