Skip to content

Commit

Permalink
Update incucyte.R
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-gregoricchio authored Jul 23, 2024
1 parent ce3a9ac commit 59b7fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/incucyte.R
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ incucyte =

# division by the minimum value of each column
first.value = unlist(raw.data.subtraction[1,2:ncol(raw.data.subtraction)])
raw.data.subtraction[,3:ncol(raw.data.subtraction)] = data.frame(sweep(as.matrix(raw.data.subtraction[,2:ncol(raw.data.subtraction)])+1,
raw.data.subtraction[,2:ncol(raw.data.subtraction)] = data.frame(sweep(as.matrix(raw.data.subtraction[,2:ncol(raw.data.subtraction)])+1,
2, first.value, FUN="-"))

for (i in 1:length(groups)) {
Expand Down

0 comments on commit 59b7fae

Please sign in to comment.