Open sje30 opened 2 years ago
https://github.com/igm-team/meaRtools/blob/0b04c9c8421a8bc23fbe15da59f8b9a092e6a139/MEA_analysis/Code/prepare.igm.mea.R#L51
biocLite() method of installation no longer works. We require BiocManager (from CRAN) and then:
BiocManager::install(c("GenomicFeatures", "AnnotationDbi"))
https://github.com/igm-team/meaRtools/blob/0b04c9c8421a8bc23fbe15da59f8b9a092e6a139/MEA_analysis/Code/prepare.igm.mea.R#L51
biocLite() method of installation no longer works. We require BiocManager (from CRAN) and then: