Skip to content

Commit

Permalink
my bad ihihih
Browse files Browse the repository at this point in the history
  • Loading branch information
EmanuelSoda committed Sep 5, 2023
1 parent 307c07b commit bb409df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/filter_by.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ filter_by_slope <- function(screenR_Object, genes, group_var_treatment,
data <- dplyr::rename(data, slope_control = .data$Slope)


data <- dplyr::filter(data, .data$slope_control <= slope_control)
data <- dplyr::filter(data, .data$slope_control => slope_control)

data <- dplyr::filter(data, .data$slope_treatment <= slope_treatment)

Expand Down

0 comments on commit bb409df

Please sign in to comment.