Skip to content
Snippets Groups Projects
Commit ea9e3899 authored by nfontrod's avatar nfontrod
Browse files

src/find_interaction_cluster/__main__.py: launch community enrichment for...

src/find_interaction_cluster/__main__.py: launch community enrichment for genes regulated by splicing factors and transcription factors
parent 203a4087
No related branches found
No related tags found
No related merge requests found
......@@ -79,12 +79,16 @@ def launcher(weight: int = 1,
multiple_community_launcher(weight, global_weight, project, same_gene,
inflation, cell_line, use_weight,
html_fig, feature, logging_level)
# multiple_stat_launcher(ps, weight, global_weight, project, same_gene,
# inflation, cell_line, feature, logging_level)
multiple_nt_lm_launcher(ps, weight, global_weight, project,
same_gene, inflation, cell_line, feature, region,
component_type, test_type, iteration, display_size,
logging_level=logging_level)
multiple_stat_launcher(ps, weight, global_weight, project, same_gene,
inflation, cell_line, feature, "splicing",
logging_level)
multiple_stat_launcher(ps, weight, global_weight, project, same_gene,
inflation, cell_line, feature, "transcription",
logging_level)
# multiple_nt_lm_launcher(ps, weight, global_weight, project,
# same_gene, inflation, cell_line, feature, region,
# component_type, test_type, iteration, display_size,
# logging_level=logging_level)
# if feature == "gene":
# # ppi_stat_launcher(weight, global_weight, project, same_gene,
# # inflation, cell_line,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment