View source: R/process_chip_data.R
normalize_chip | R Documentation |
Normalizes the ChIP-seq read counts by scaling to the reference ChIP-seq library size, and transforms the ChIP-seq read counts.
normalize_chip(
chip_counts,
idxstats_file,
ref_size = 2e+07,
transform = c("none", "asinh", "log2", "sqrt")
)
chip_counts |
A vector of ChIP-seq counts. |
idxstats_file |
The |
ref_size |
ChIP-Seq reference library size (Default: 20 million). |
transform |
Type of transformation for the ChIP read counts. Options are ‘none’ (no transformation), ‘asinh’, ‘log2’, and ‘'sqrt'’. |
A vector of transformed ChIP-seq counts.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.