ImperialCollegeLondon / ReCoDE-penalised-reg

ReCoDE repository for 'Predicting colitis using penalised regression'
https://imperialcollegelondon.github.io/ReCoDE-penalised-reg/
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Write code download pipeline #2

Closed ff1201 closed 3 months ago

ff1201 commented 4 months ago

Need to check if a new user needs to run all of the following:

source("http://www.bioconductor.org/biocLite.R") biocLite("GEOquery") library(Biobase) library(GEOquery) library(GSA)

On my PC, I only need library(GEOquery) library(GSA)

but I think it's because I already have Bioconductor installed