waldUMI4C | R Documentation |
Using a UMI4C
object, infers the differences between conditions
specified in design
using a Wald Test from DESeq2
package.
waldUMI4C(
umi4c,
query_regions = NULL,
subset = "sum",
design = ~condition,
normalized = TRUE,
padj_method = "fdr",
padj_threshold = 0.05
)
umi4c |
UMI4C object as generated by |
query_regions |
|
subset |
If |
design |
A |
normalized |
Logical indicating if the function should return normalized or raw UMI counts. Default: TRUE. |
padj_method |
The method to use for adjusting p-values, see
|
padj_threshold |
Numeric indicating the adjusted p-value threshold to use to define significant differential contacts. Default: 0.05. |
UMI4C
object with the DESeq2 Wald Test results, which can be
accessed using resultsUMI4C
.
data("ex_ciita_umi4c")
umi_dif <- waldUMI4C(ex_ciita_umi4c)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.