Description Usage Arguments Value Examples
View source: R/deltaCaptureC.R
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
1 | 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.
1 | aSmallDeltaSE = getDeltaSE(miniSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.