Bins DNase or ATAC counts using MILLIPEDE binning and then take ‘sqrt’ or ‘log2’ transform

bin_transform_counts(
  counts,
  bin_method = c("M5", "M24", "M12", "M3", "M2", "M1"),
  transform = c("asinh", "log2", "sqrt", "none")
)

Arguments

counts

DNase or ATAC-seq read counts matrix

bin_method

MILLIPEDE binning scheme (Default: ‘M5’).

transform

Type of transformation for DNase or ATAC counts. Options: ‘asinh’, ‘log2’, ‘sqrt’, ‘none’.

Value

A data frame of binned and transformed counts.