Create cross-correlation plots for ChIP-seq data

cc_chip(bam.files, paired = TRUE, threads = NULL)

Arguments

bam.files

character vector specifying path to pre-filtered bam files. [DEFAULT = NULL]

paired

logical, if TRUE then paired-end reads. [DEFAULT = TRUE]

threads

an integer value indicating the number of workers to be used. If NULL then one less than the maximum number of cores will be used. [DEFAULT = NULL].