View source: R/process_dnase_atac_data.R
bin_transform_counts | R Documentation |
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")
)
counts |
DNase or ATAC-seq read counts matrix |
bin_method |
|
transform |
Type of transformation for DNase or ATAC counts. Options: ‘asinh’, ‘log2’, ‘sqrt’, ‘none’. |
A data frame of binned and transformed counts.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.