When re-creating the data sets in inst/extdata/, I ran into the following bug. There are 19 probes included in IlluminaHumanMethylationEPICanno.ilm10b2.hg19::Other which are not included in the corresponding sesameData manifest GRanges. When this happens, the OrderCpGsByLocation() function fails with the error "Error: subscript contains invalid names". I am adding a check to remove probe IDs which are not contained in the manifest with an error if none of the probes are contained in that manifest.
When re-creating the data sets in
inst/extdata/, I ran into the following bug. There are 19 probes included inIlluminaHumanMethylationEPICanno.ilm10b2.hg19::Otherwhich are not included in the corresponding sesameData manifest GRanges. When this happens, theOrderCpGsByLocation()function fails with the error"Error: subscript contains invalid names". I am adding a check to remove probe IDs which are not contained in the manifest with an error if none of the probes are contained in that manifest.