arcfish.tl#
Chromatin Loops#
General testing classes#
Abstract class for each test alternative. |
|
Test 3D distance by two sample T-test. |
|
Perform axis-wise F-test and combine p-values by aggregated Cauchy test. |
Loop caller class#
Class for chromatin loop calling. |
Differential loop#
Differential analysis of chromatin loops. |
Other functions#
Given two list of intervals, for each interval in the first list, check if it overlaps with any interval from the second list. |
|
For each locus in test_df, return 1 if the locus is also present in true_df; return 0 if the locus is not present in true_df. |
|
For each locus pair (row) in test_df, return 3 if the locus air also presents in true_df (pair presents -> both loci overlapped); return 1 if one of the two loci presents in true_df; and return 2 if both loci present but they never present in the same row of true_df. |
|
TADs and Compartments#
TAD caller#
TAD calling class. |
Differential TADs#
Differential analysis of chromatin TADs. |
A/B compartment caller#
Call A/B compartments from multiplexed imaging data using PCA. |