Update well info
See also
Other RunlistGenerator:
ras.RunlistGenerator()
,
ras.add.blank()
,
ras.add.compound()
,
ras.add.type()
,
ras.create.Runlist()
,
ras.darkModeDF_Options()
,
ras.dateSignAll.update()
,
ras.sanitizeInput()
,
ras.server()
Examples
ras.Example_Runlist[1,]
#> # A tibble: 1 × 14
#> Index Plate Row Col LC_Position Date Signature Sample_name Compound
#> <dbl> <dbl> <chr> <dbl> <chr> <chr> <chr> <chr> <chr>
#> 1 1 3 A 1 3:A,1 20220725 RH 20220725_RH_I… Paracet…
#> # ℹ 5 more variables: Timepoint <chr>, Well_Type <chr>, LC_Well_Type <chr>,
#> # Replicate <chr>, Sample_text <chr>
Example_Runlist1 = ras.well.update(df = ras.Example_Runlist,
well.current = "3:A,1",
date = "20220730",
signature = "RH",
compound = "Warfarin",
timepoint = "42",
type = "bead",
replicate = "6")
Example_Runlist1[1,]
#> # A tibble: 1 × 14
#> Index Plate Row Col LC_Position Date Signature Sample_name Compound
#> <dbl> <dbl> <chr> <dbl> <chr> <chr> <chr> <chr> <chr>
#> 1 1 3 A 1 3:A,1 20220730 RH 20220730_RH_I… Warfarin
#> # ℹ 5 more variables: Timepoint <chr>, Well_Type <chr>, LC_Well_Type <chr>,
#> # Replicate <chr>, Sample_text <chr>