Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Klorator committed Oct 3, 2023
1 parent a94a4eb commit cf82f6d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion R/Fic.R
Original file line number Diff line number Diff line change
Expand Up @@ -741,8 +741,8 @@ ras.Fic_workflow <- function(source = c("Waters","Sciex"),
df_protCell,
df_protHom
) %>% ras.Fic_collect_variables()
# Calculations ----

# Calculations ----
df_calc <- df_calc %>%
ras.Fic_Fu.hom(Buffer = {{name_buffer}},
Homogenate = {{name_DiluteHom}},
Expand Down Expand Up @@ -776,9 +776,11 @@ ras.Fic_workflow <- function(source = c("Waters","Sciex"),
df_calc <- df_calc %>%
ras.Fic_Fic(Fu.cell = "fucell",
Kp = "Kp")

# Write df_calc to file ----
f <- paste0(Sys.Date()," Fic calculations.xlsx")
readr::write_excel_csv(df_calc,
f)

return(df_calc)
}

0 comments on commit cf82f6d

Please sign in to comment.