Skip to content
Snippets Groups Projects
Commit 5bc6b70f authored by Le, Mia's avatar Le, Mia
Browse files

added evaluation to seed_var

parent 2f22b677
Branches
No related tags found
No related merge requests found
...@@ -222,7 +222,7 @@ def main(ppi_network, seeds, tools, tool_weights, consensus, evaluate, ...@@ -222,7 +222,7 @@ def main(ppi_network, seeds, tools, tool_weights, consensus, evaluate,
seedname = seeds seedname = seeds
for tool in cami.result_gene_sets: for tool in cami.result_gene_sets:
f.write(f'\n{seedname}\t{len(cami.seed_lst)}\t{tool}\t{len(cami.result_gene_sets[tool])}') f.write(f'\n{seedname}\t{len(cami.seed_lst)}\t{tool}\t{len(cami.result_gene_sets[tool])}')
cami.make_evaluation()
#predict_and_make_consensus(vis=True) #predict_and_make_consensus(vis=True)
random.seed(50) random.seed(50)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment