enrichPeakOverlap
calculate overlap significant of ChIP experiments based on the genome coordinations
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
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.