readCoolNorms | R Documentation |
Read normalizations included in .(m)cool files
readCoolNorms(file, resolution = NULL)
file |
A character value specifying the path to the .(m)cool file |
resolution |
optional, specify which resolution(s) to read normalization types from. Default is all resolutions in 'file'. |
The "BALANCE" normalization refers to applying the pre-calculated matrix balancing weights in the 'weight' dataset of 'file', typically present in files created using cooler. VC is vanilla coverage, VC_SQRT is square root of vanilla coverage, and KR is Knight-Ruiz normalization.
Please note that if using a file from HiC-Pro, ICE normalizations will come from files stored in a separate folder, and thus will not contain any normalizations explicitly called "ICE" or "BALANCE" since values are included already normalized. This normalization can be specified as "NONE".
A vector or list of vectors of available normalizations
Sarah Parker, Nicole Kramer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.