Skip to content

Commit

Permalink
hrr scores are passed to cluster graphs
Browse files Browse the repository at this point in the history
  • Loading branch information
proost committed Sep 19, 2017
1 parent 7b4b425 commit 8910340
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions planet/models/expression/coexpression_clusters.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,7 @@ def get_cluster(cluster_id):
"depth": 0,
"link_score": link["link_score"],
"link_pcc": link["link_pcc"] if "link_pcc" in link.keys() else None,
"hrr": link["hrr"] if "hrr" in link.keys() else None,
"edge_type": cluster.method.network_method.edge_type})
existing_edges.append([node.probe, link["probe_name"]])
existing_edges.append([link["probe_name"], node.probe])
Expand Down

0 comments on commit 8910340

Please sign in to comment.