Description Usage Arguments Value Author(s)
View source: R/enrichOverlap.R
calcuate overlap significant of ChIP experiments based on their nearest gene annotation
1 2 3 4 5 6 7 8 | enrichAnnoOverlap(
queryPeak,
targetPeak,
TxDb = NULL,
pAdjustMethod = "BH",
chainFile = NULL,
distanceToTSS_cutoff = NULL
)
|
queryPeak |
query bed file |
targetPeak |
target bed file(s) or folder containing bed files |
TxDb |
TxDb |
pAdjustMethod |
pvalue adjustment method |
chainFile |
chain file for liftOver |
distanceToTSS_cutoff |
restrict nearest gene annotation by distance cutoff |
data.frame
G Yu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.