Skip to content

Commit

Permalink
fixed slope filter
Browse files Browse the repository at this point in the history
  • Loading branch information
EmanuelSoda committed Sep 5, 2023
1 parent 86f70bf commit 574f933
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/filter_by.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ filter_by_slope <- function(screenR_Object, genes, group_var_treatment,
group_var = group_var_treatment
)


# Compute the slope of the hits in the control Samples
slope_DMSO <- ScreenR::compute_slope(screenR_Object, genes,
group_var = group_var_control
Expand Down

0 comments on commit 574f933

Please sign in to comment.