directionalityIndex: Directionality index calculation

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/tads.R

Description

Calculate the directionality index as proposed by Dixon et al. 2012

Usage

1
directionalityIndex(x, winup = 2e+06, windown = 2e+06)

Arguments

x

HTClist object

winup

size of upstream window

windown

size of downstrean window

Details

Calculate the directionality index as proposed by Dixon et al. This index is then used to call topological domains in Hi-C/5C data.

Value

A numeric vector

Author(s)

N. Servant

See Also

HTClist-class

Examples

1
2
3
4
require(HiCDataHumanIMR90)
data(Dixon2012_IMR90)
hox <- extractRegion(hic_imr90_40$chr6chr6, chr="chr6", from=50e6, to=58e6)
di<-directionalityIndex(hox)

HiTC documentation built on Nov. 8, 2020, 8:27 p.m.