modelFrameForGene {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.
modelFrameForGene(ecs, geneID, onlyTestable=FALSE)
ecs |
An ExonCountSet object. |
geneID |
A gene identificator contained in the ExonCountSet object. |
onlyTestable |
If TRUE, only the testable exons will be included in the model frame.
Check |
A data frame containing the model frame for a gene.
data("pasillaExons", package="pasilla") modelFrameForGene(pasillaExons, "FBgn0085442")