EngreitzLab / gene_network_evaluation

Evaluation framework for computationally inferred gene networks from single-cell data.
GNU General Public License v2.0
9 stars 7 forks source link

Expose motif match significance threshold to users for motif enrichment #34

Open aron0093 opened 2 months ago

aron0093 commented 2 months ago

Currently the motif enrichment considers all motif matches that have a FDR < 0.05 While this threshold can be adjusted in the internals it is not a parameter in the user-facing enrichment function.

adamklie commented 1 month ago

This will be implemented along with #45 in the next pull request