RGChannelSetToSigSets {sesame} | R Documentation |
Notice the colData() and rowData() is lost. Most cases, rowData is empty anyway.
RGChannelSetToSigSets(rgSet, manifest = NULL, BPPARAM = SerialParam())
rgSet |
a minfi::RGChannelSet |
manifest |
manifest file |
BPPARAM |
get parallel with MulticoreParam(n) |
a list of sesame::SigSet
if (require(FlowSorted.Blood.450k)) { rgSet <- FlowSorted.Blood.450k[,1:2] ssets <- RGChannelSetToSigSets(rgSet) }