VIB-PSB / MINI-AC

Motif-Informed Network Inference based on Accessible Chromatin (MINI-AC) is a method that combines accessible chromatin data from bulk or single-cell experiments with transcription factor binding site enrichment to learn gene regulatory networks in plants
Other
4 stars 0 forks source link

Automated e2e test #9

Closed hdbeukel closed 1 year ago

hdbeukel commented 1 year ago

Adds automated e2e tests for the main workflow. There are four test cases:

  1. maize_v4 genome_wide
    • with DE (1 gene set)
    • network filtering (1 gene set)
    • 2nd gene annotation
    • no bps
  2. maize_v4 locus_based
    • no DE
    • network filtering (1 gene set)
    • with bps
  3. arabidopsis genome_wide
    • with DE (separate gene sets)
    • no network filtering
    • no 2nd gene annotation
    • bps
  4. arabidopsis locus_based
    • no DE
    • no network filtering
    • no bps
hdbeukel commented 1 year ago

TODO before reviewing:

hdbeukel commented 1 year ago

Wow @nicomaper thanks for the detailed review! I have skimmed through your comments and many make a lot of sense. I will fist answer your comments that are actually questions and then make some changes. I'll let you know when I am done.