Description Usage Arguments Value Examples
Notice the colData() and rowData() is lost. Most cases, rowData is empty anyway.
1 | RGChannelSetToSigSets(rgSet, manifest = NULL, BPPARAM = SerialParam())
|
rgSet |
a minfi::RGChannelSet |
manifest |
manifest file |
BPPARAM |
get parallel with MulticoreParam(n) |
a list of sesame::SigSet
1 2 3 4 | if (require(FlowSorted.Blood.450k)) {
rgSet <- FlowSorted.Blood.450k[,1:2]
ssets <- RGChannelSetToSigSets(rgSet)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.