Description Usage Arguments Examples
Compute diffT score between two TAD calls
1 | 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. |
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.