Skip to content

Commit

Permalink
issue #13: removed more references to evaluator.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jia Jie Wu committed Feb 9, 2018
1 parent 463a99a commit 7552cce
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions run_swing.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import pandas as pd
from Swing import Swing

# Load data
gene_start_column = 1
time_label = "Time"
Expand Down Expand Up @@ -29,8 +28,6 @@
sg.rank_edges(permutation_n=10)
sg.compile_roller_edges(self_edges=False)


# Load the reference standard for scoring in silico predictions
sg.make_static_edge_dict(self_edges=False, lag_method='mean_mean')
ranked_edges = sg.make_sort_df(sg.edge_dict)

Expand Down

0 comments on commit 7552cce

Please sign in to comment.