get_compartment | R Documentation |
Calculate compartment scores using Juicer tools
get_compartment( hic_matrix, method = c("juicer", "lieberman", "obs_exp", "nonzero", "average", "fanc"), chrom = NULL, reference = NULL, oe = c("juicer", "ht", "as-is"), norm = c("NONE", "VC", "VC_SQRT", "KR", "SCALE"), ... )
hic_matrix |
Either a |
chrom |
A character vector indicating which chromosomes to run. If
|
reference |
A reference compartment track which is used to "orient"
principal components. If |
oe |
The method to compute observed/expected values. |
norm |
The norm used for calculating compartment scores. If |
resol |
Resolution of the matrix. Must be a positive integer when the input is a Hi-C file. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.