summarizePanel: Function to summarize a featurePanel slot at a gene level.
Description
summarizePanel helps the initialization of a TargetExperiment object.
Is useful to summarize the featurePanel slot at a gene level, building the
genePanel slot.
Usage
summarizePanel(object, BPPARAM = bpparam())
"summarizePanel"(object, BPPARAM = bpparam())
Arguments
object
TargetExperiment class object.
BPPARAM
An optional BiocParallelParam instance defining the parallel
back-end to be used during evaluation.