diffT: Compute diffT score between two TAD calls

Description Usage Arguments Examples

View source: R/DiffT.R

Description

Compute diffT score between two TAD calls

Usage

1
diffT(bed_x, bed_y)

Arguments

'bed_x, bed_y'

two 'data.frame's with a BED-like format with 3 columns: chromosome, start and end coordinates of each TAD, in bins.

Examples

1
2
3
control <- read.table(system.file("extdata", "control.bed", package = "TADpole"))
case <- read.table(system.file("extdata", "case.bed", package = "TADpole"))
difft_control_case <- diffT(control, case)

3DGenomes/TADpole documentation built on Jan. 30, 2020, 8:17 p.m.