Browse Source

Update 'Scenario2/new/main_new.py'

master
Zahra Asgari 1 day ago
parent
commit
ae161eb8e8
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      Scenario2/new/main_new.py

+ 0
- 1
Scenario2/new/main_new.py View File

@@ -42,7 +42,6 @@ def main():

# Load dataset
adj_matrix, drug_fingerprints, cell_expressions, null_mask, pos_num, args = load_data(args)
print(null_mask)
# Compute interaction sums for filtering
cell_interaction_sums = np.sum(adj_matrix, axis=1) # Sum of interactions per cell line
drug_interaction_sums = np.sum(adj_matrix, axis=0) # Sum of interactions per drug

Loading…
Cancel
Save