View source: R/deltaCaptureC.R
getDeltaSE | R Documentation |
This function takes a SummarizedExperiment with count data and produces a SummarizedExperiment of the delta track. There should exactly two values for treatment, i.e., byTreatment
getDeltaSE(countsSE, byTreatment = "treatment")
countsSE |
A summarized experiment with assay counts and optionally assay normalized counts |
byTreatment |
= 'treatment' Allows for specifying some other condition than 'treatment' |
A summarized experiment with a single assay consisting of a single column, the delta mean normalized counts.
aSmallDeltaSE = getDeltaSE(miniSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.