Description Usage Arguments Value Examples
Perform a permutation test to check enrichment of a genomic feature with DIRs detected by multiHiCcompare
1 2 3 4 5 6 7 |
hicexp |
A Hicexp object which has been compared. |
feature |
A GRanges object containing locations for a genomic feature you would like to test for enrichment in the differentially interacting regions (DIRs). |
p.adj_cutoff |
The adjusted p-value cutoff for declaring a region significant. See ?topDirs for more information. Defaults to 10^-10 |
logfc_cutoff |
The log fold change cutoff for a region to be declared significant. See ?topDirs for more information. Defaults to 1. |
num.perm |
The number of permutations to run. Defaults to 1000. |
The permutation p-value
1 2 3 4 5 6 | ## Not run:
data("hicexp_diff")
data("hg19_cyto")
perm_test(hicexp_diff, hg19_cyto)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.