epigen / enrichment_analysis

A Snakemake workflow for performing genomic region set and gene set enrichment analyses using LOLA, GREAT, GSEApy, pycisTarget and RcisTarget.
https://epigen.github.io/enrichment_analysis/
MIT License
22 stars 1 forks source link

TFBS/motif enrichment analysis #11

Closed sreichl closed 2 months ago

sreichl commented 1 year ago
sreichl commented 11 months ago

https://github.com/aertslab/pycistarget

sreichl commented 8 months ago

use HOCOMOCO in 2024 https://academic.oup.com/nar/advance-article/doi/10.1093/nar/gkad1077/7424436

dariarom94 commented 5 months ago

Here is my solution using pycisTarget (coded for regions, but theoretically should work also for genes). That's a snippet of rules, scripts, environments and short instructions, bringing from a region set and consensus region set to a enrichment table - I didn't include the aggregarion step, but I have code for it also, let me know enrichment_pycistopic.zip . Hope it helps :)

sreichl commented 5 months ago

@dariarom94 amazing thanks!

sreichl commented 3 months ago