Description Usage Arguments Value Author(s)
View source: R/enrichOverlap.R
calculate overlap significant of ChIP experiments based on the genome coordinations
1 2 3 4 5 6 7 8 9 10 11 | enrichPeakOverlap(
queryPeak,
targetPeak,
TxDb = NULL,
pAdjustMethod = "BH",
nShuffle = 1000,
chainFile = NULL,
pool = TRUE,
mc.cores = detectCores() - 1,
verbose = TRUE
)
|
queryPeak |
query bed file or GRanges object |
targetPeak |
target bed file(s) or folder that containing bed files or a list of GRanges objects |
TxDb |
TxDb |
pAdjustMethod |
pvalue adjustment method |
nShuffle |
shuffle numbers |
chainFile |
chain file for liftOver |
pool |
logical, whether pool target peaks |
mc.cores |
number of cores, see mclapply |
verbose |
logical |
data.frame
G Yu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.