| constructModelFrame {DEXSeq} | R Documentation |
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.
constructModelFrame(ecs)
ecs |
An ExonCountSet object. |
This function is called internally by several DEXSeq function, but is exposed as it might occasionally be usefule to users, too.
A data frame containing the model frame for a gene.
data("pasillaExons", package="pasilla")
constructModelFrame(pasillaExons)