Skip to content

Commit

Permalink
deploy february10
Browse files Browse the repository at this point in the history
  • Loading branch information
jeitziner committed Feb 9, 2023
1 parent 48b2baa commit ee85a2b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/day4.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,10 @@ We will use the GEOquery package to retrieve the data and platform annotation in

The GEOquery package is available from Bioconductor, and can be installed in the following way:
```r
source("https://bioconductor.org/biocLite.R")
biocLite("GEOquery")
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")

BiocManager::install("GEOquery")
```
And the data retrieved like this and then have a look at the downloaded data :
```r
Expand Down
4 changes: 4 additions & 0 deletions docs/links.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ https://www.statlearning.com/, a book to be downloaded to learn statistics and a

https://intro2r.com/whoarewe.html, an online book that nicely flows you through R, include also how to do a ggplot

the genomics book containing a nice chapter on interaction : http://genomicsclass.github.io/book/, where data comes from that paper : https://www.jstor.org/stable/48576004.



0 comments on commit ee85a2b

Please sign in to comment.