Learn R Programming

TarSeqQC (version 1.2.0)

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.

Value

TargetExperiment object

See Also

TargetExperiment,buildFeaturePanel

Examples

Run this code
## Loading the TargetExperiment object
data(ampliPanel, package="TarSeqQC")

mySummarizedPanel<-summarizePanel(ampliPanel)

Run the code above in your browser using DataLab