Skip to content

Commit

Permalink
new scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
browaeysrobin committed Nov 19, 2024
1 parent 2e59849 commit b8a40ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/prioritization.R
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ generate_prioritization_tables = function(sender_receiver_info, sender_receiver_
if(scenario == "regular"){
prioritizing_weights = c("de_ligand" = 1,"de_receptor" = 1,"activity_scaled" = 1,"exprs_ligand" = 1,"exprs_receptor" = 1, "frac_exprs_ligand_receptor" = 1)
}
if(scenario == "no_activity"){
prioritizing_weights = c("de_ligand" = 1,"de_receptor" = 1,"activity_scaled" = 0,"exprs_ligand" = 1,"exprs_receptor" = 1, "frac_exprs_ligand_receptor" = 1)
}
if(scenario == "lower_DE"){
prioritizing_weights = c("de_ligand" = 0.5,"de_receptor" = 0.5,"activity_scaled" = 2,"exprs_ligand" = 1,"exprs_receptor" = 1, "frac_exprs_ligand_receptor" = 1)
}
Expand Down

0 comments on commit b8a40ac

Please sign in to comment.