enrichAnnoOverlap: enrichAnnoOverlap

Description Usage Arguments Value Author(s)

View source: R/enrichOverlap.R

Description

calcuate overlap significant of ChIP experiments based on their nearest gene annotation

Usage

1
2
3
4
5
6
7
8
enrichAnnoOverlap(
  queryPeak,
  targetPeak,
  TxDb = NULL,
  pAdjustMethod = "BH",
  chainFile = NULL,
  distanceToTSS_cutoff = NULL
)

Arguments

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

Value

data.frame

Author(s)

G Yu


ChIPseeker documentation built on March 6, 2021, 2 a.m.