R/ref_peak.r

#' Peak regions for built-in reference
#' including:
#' human hematopoietic (hg19, 137872 peak regions), 
#' human peripheral blood mononuclear cell (PBMC) (hg19, 89796 peak regions) 
#' mouse prefrontal cortex (mm10, 177320 peak regions)
#' @docType data
#' @keywords peak regions
#' @usage data(ref_peak)
#' @examples
#' data(ref_peak)
#' peak.hematopoietic<-ref_peak$hematopoietic
#' peak.pbmc<-ref_peak$pbmc
#' peak.mouse_pfc<-ref_peak$mouse_pfc
"ref_peak"
jwyang16/DECODER documentation built on Nov. 4, 2019, 3:28 p.m.