igm-team / meaRtools

An R package for the Comprehensive Analysis of Neuronal Networks Recorded on Microelectrode Arrays
GNU General Public License v3.0
5 stars 5 forks source link

Bioclite is now broken #52

Open sje30 opened 2 years ago

sje30 commented 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"))