load_hic | R Documentation |
This is the gateway function to load Hi-C files in a variety of formats: Juicer short, Juicer dump, .hic, BEDPE (aka genbed), etc. For each format, the argument specification may be slightly different. For details, refer to the following:
load_juicer_hic()
load_hic_genbed()
load_hic( file_path, format = c("auto", "juicer_short", "juicer_dump", "juicer_hic", "genbed", "cool"), genome, resol = NULL, chrom = NULL, sample = NULL, type = c("observed", "oe", "expected", "pearson", "cofrag"), norm = c("NONE", "KR", "VC", "VC_SQRT", "SCALE"), ... )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.