ANANSE icon indicating copy to clipboard operation
ANANSE copied to clipboard

enhancer regions

Open liyangyang12 opened this issue 3 years ago • 4 comments

Hi, Can user-provided enhancer regions contain promotor regions? Why not train the enhancer region and the promotor region together when training the model?

Thanks a lot for your time and effort!

liyangyang12 avatar May 06 '22 08:05 liyangyang12

Can user-provided enhancer regions contain promotor regions?

Yes! If you wish, you can even remove promoters during ANANSE network with the --exclude-promoter flag.

Why not train the enhancer region and the promotor region together when training the model?

Unless I'm mistaken, they are trained together!

siebrenf avatar May 06 '22 17:05 siebrenf

Thanks! But in development version, I noticed that the calculation of distance weight in Inference of "gene regulatory networks" didn't consider the promotor regions in 2kb? 1651929603(1)

By the way, do you recommend using ANANSE for non-model organisms?

Thanks a lot for your time and effort!

liyangyang12 avatar May 07 '22 13:05 liyangyang12

I double checked the code to be sure :) Starting from version 0.2, we include both promoters and enhancers by default (with the option to exclude them). So that picture is outdated, thank you for pointing that out!

We have done several analyses with non-model organisms, which did show promising results! I highly recommend using the development branch for this. Which files you need, and how to prepare them, can be found on the input data page.

Good luck!

siebrenf avatar May 09 '22 10:05 siebrenf

OK, Thank you very much!

liyangyang12 avatar May 10 '22 03:05 liyangyang12