listNormalizations: List the available normalizations

View source: R/listNormalizations.R

listNormalizationsR Documentation

List the available normalizations

Description

List the normalizations available in the file.

Usage

listNormalizations(file, format = c("hic", "cool"))

Arguments

file

character(1). File name of .hic or .cool/.mcool/.scool

format

character(1). File format, "hic" or "cool".

Examples

hicfile <- system.file("extdata", "test_chr22.hic", package="trackViewer")
listNormalizations(hicfile)
coolfile <- system.file("extdata", "test.mcool", package="trackViewer")
listNormalizations(coolfile, format="cool")

jianhong/trackViewer documentation built on Nov. 10, 2024, 10:33 a.m.