Skip to content

Commit

Permalink
updated process_plate function
Browse files Browse the repository at this point in the history
  • Loading branch information
ec363 committed Sep 21, 2023
1 parent 795348a commit b7791aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/process_plate.R
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ process_plate <- function(data_csv, blank_well = "A1",
for (flu_idx in seq_len(length(flu_channels))) {

## for each fluorescent protein, run fluorescent normalisation function
flu_norm_pr_data <- flu_norm(pr_data = flu_norm_pr_data, neg_well = neg_well, blank_well = blank_well,
flu_norm_pr_data <- fpcountr::flu_norm(pr_data = flu_norm_pr_data, neg_well = neg_well, blank_well = blank_well,
flu_name = flu_channels[flu_idx], af_model = af_model, data_csv = data_csv,
outfolder = outfolder)
# adds one column per FP of (eg) normalised_[GFP] to the table
Expand Down

0 comments on commit b7791aa

Please sign in to comment.