I've just updated to the latest version of R (3.2.2) and Bioconductor and I am getting the following errors in minfi:
Note: This code was working before with R version 3.1.1
RGset <- read.450k.exp(base=dataDir, targets=targets)
Error in read.450k(files, extended = extended, verbose = verbose) :
The following specified files do not exist:/ ....
When I try to use the estimateCellCounts function:
cellComposition <- estimateCellCounts(RGset)
[estimateCellCounts] Combining user data with reference (flow sorted) data.
Error in combine(pDataX, pDataY) : data.frames contain conflicting data:
non-conforming colname(s): Slide
Any help appreciated.