diffT | R Documentation |
Compute diffT score between two TAD calls
diffT(bed_x, bed_y)
'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. |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.