constructModelFrame {DEXSeq}R Documentation

Returns the model frame of an exonCountSet object for the GLM fits.

Description

Creates a data frame containing the model frame for a gene with the columns sample, exon, size factors, their respective counts and the design annotation.

Usage

constructModelFrame(ecs)

Arguments

ecs

An ExonCountSet object.

Details

This function is called internally by several DEXSeq function, but is exposed as it might occasionally be usefule to users, too.

Value

A data frame containing the model frame for a gene.

Examples

data("pasillaExons", package="pasilla")
constructModelFrame(pasillaExons)

[Package DEXSeq version 1.8.0 Index]