Skip to content

Commit

Permalink
couple lines
Browse files Browse the repository at this point in the history
  • Loading branch information
SaniyaKhullar committed May 7, 2024
1 parent 4eed120 commit 3daa1e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/Netrem_model_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,8 @@ def organize_B_interaction_list(self): # TF-TF interactions to output :)
max_other = np.max(np.abs(result)).max()
coord_matrix = 100.0*result/max_other
self.coord_score_df = coord_matrix
self.TF_interaction_df = self.coord_score_df
self.B_interaction_df = self.coord_score_df
self.TF_interaction_df = self.coord_score_df
self.B_interaction_df = self.coord_score_df
return self


Expand Down

0 comments on commit 3daa1e8

Please sign in to comment.