SigDFsToRGChannelSet {sesame} | R Documentation |
Convert sesame::SigDF to minfi::RGChannelSet
SigDFsToRGChannelSet(sdfs, BPPARAM = SerialParam(), annotation = NA)
sdfs |
a list of sesame::SigDF |
BPPARAM |
get parallel with MulticoreParam(n) |
annotation |
the minfi annotation string, guessed if not given |
a minfi::RGChannelSet
sesameDataCache("EPIC") # if not done yet sdf <- sesameDataGet('EPIC.1.SigDF') rgSet <- SigDFsToRGChannelSet(sdf)