robinweide / GENOVA

GENome Organisation Visual Analytics
GNU General Public License v3.0
68 stars 15 forks source link

APA differential analysis between two different sets of loops in one sample #345

Closed Moonriver1988 closed 6 months ago

Moonriver1988 commented 6 months ago

Hello,

I found the APA differential analysis is for analyze one set of loops in two different samples. I'd like to know how to do APA differential analysis for two different sets of loops in one sample, for example, compare CTCF anchored loop vs. non-CTCF loop strength in the same sample? Thank you!

teunbrand commented 6 months ago

I'd just run APA twice, once with each set of loops, use the quantify() function to summarise every loop in each result, then do a comparison of these summaries.

Moonriver1988 commented 6 months ago

Thank you very much!