Skip to content

Commit

Permalink
quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
cirillodavide authored Nov 7, 2022
1 parent 9dc9cdd commit 24e6f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ def single_promoter_graph(
if SNP_BindingSite_path:
# print(sub_nodes.head(2))
sub_nodes["protein_SNP"] = np.where(
sub_nodes["SNP-binding"] != False, sub_nodes["protein_display_name"].map(str) + "-\n" + sub_nodes["SNP-binding"].map(str) , sub_nodes["protein_display_name"] )
sub_nodes["SNP-binding"] != "False", sub_nodes["protein_display_name"].map(str) + "-\n" + sub_nodes["SNP-binding"].map(str) , sub_nodes["protein_display_name"] )

wanted_enhancers = sub_nodes[['protein_SNP', 'X-graph-coord', 'Y-graph-coord','in_22']].to_numpy()
#print(sub_nodes[sub_nodes["SNP-binding"] != "False"])
Expand Down

0 comments on commit 24e6f16

Please sign in to comment.