Description Usage Arguments Value Note Author(s) See Also Examples
summarizePanel
helps the initialization of a TargetExperiment object.
Is useful to summarize the featurePanel slot at a gene level, building the
genePanel slot.
1 2 3 4 | summarizePanel(object, BPPARAM = bpparam())
## S4 method for signature 'TargetExperiment'
summarizePanel(object, BPPARAM = bpparam())
|
object |
TargetExperiment class object. |
BPPARAM |
An optional BiocParallelParam instance defining the parallel back-end to be used during evaluation. |
TargetExperiment object
see full example in TargetExperiment-class
Gabriela A. Merino gmerino@bdmg.com.ar, Cristobal Fresno cfresno@bdmg.com.ar, Yanina Murua ymurua@leloir.org.ar, Andrea S. Llera allera@leloir.org.ar and Elmer A. Fernandez efernandez@bdmg.com.ar
TargetExperiment
,buildFeaturePanel
1 2 3 4 | ## Loading the TargetExperiment object
data(ampliPanel, package="TarSeqQC")
mySummarizedPanel<-summarizePanel(ampliPanel)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.