R/ConsensusPeaks.R

Defines functions ConsensusPeaks

ConsensusPeaks = function(
  GENES = "all",
  PEAKS,
  RNA.OR.DNA = "",
  METHOD = c("dpc", "union", "corces"),
  GTF,
  ANNOTATION,
  RESOLUTION = 50,
  DP.ITERATIONS = 1000,
  WEIGHT.THRESHOLD = 0.2,
  N.SD = 1,
  OUTPUTDIR =".",
  PLOT.RESULT=F,
  WRITE.OUTPUT=T,
  OUTPUT.TAG="",
  ALPHA.PRIORS = c(1,2),
  SEED = 123
) {
  
}
helen-zhu/DPDE4PM documentation built on Feb. 17, 2021, 9:46 a.m.