R/process_dnase_atac_data.R
merge_normalize_bin_transform_counts.Rd
Merges DNase-seq or ATAC-seq read counts from multiple replicate samples, normalizes the read counts by scaling to the reference library size, then bins and transforms the merged counts.
DNase or ATAC-seq read counts matrix files.
The idxstats
files generated by samtools.
Scale to DNase-seq or ATAC-seq reference library size. (Default: 1e8 for DNase-seq and 5e7 for ATAC-seq).
MILLIPEDE
binning scheme (default: ‘M5’).
Type of transformation for DNase or ATAC counts. Options: ‘asinh’, ‘log2’, ‘sqrt’, ‘none’.
A data frame of merged, normalized, binned, and transformed counts.