appendPseudoT | R Documentation |
Append degree of freedom and pseudo t-statistics to dgeTable
appendPseudoT(edgeResult, dgeTable)
edgeResult |
An |
dgeTable |
A |
A new data.frame
with two new columns, df
and pseudoT
, containing degree of freem and the (pseudo) t-statistic, respective.y
The function relies on the fact that the degree of freedom ('df.residual' in GLM result) is the same for all genes.
If this is not the case, it will use the 'FeatureName' column in gene annotation to match the degree of freedoms.
The function is only used internally by dgeTablesWithPseudoT
and dgeTableWithPseudoT
.
the lower.tail
option in qt
is not vectorized, therefore the sign should be provided separately.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.