getDeltaSE: Make delta summarized experiment:

View source: R/deltaCaptureC.R

getDeltaSER Documentation

Make delta summarized experiment:

Description

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

Usage

getDeltaSE(countsSE, byTreatment = "treatment")

Arguments

countsSE

A summarized experiment with assay counts and optionally assay normalized counts

byTreatment

= 'treatment' Allows for specifying some other condition than 'treatment'

Value

A summarized experiment with a single assay consisting of a single column, the delta mean normalized counts.

Examples

aSmallDeltaSE = getDeltaSE(miniSE)

michaeldshapiro/deltaCaptureC documentation built on April 21, 2023, 8:18 a.m.