A function to extract the buffer spots data. A buffer spot only has the solution for proprietary ingredients for stabilizing protein and minimizing evaporation.

buffer_spots(Data1, buffer_spot = "buffer")

Arguments

Data1

An object of the class data frame

buffer_spot

A character string containing the name of the buffer spots.

Value

A data frame of the buffer control spots

Examples

bg_correct_df <- readr::read_csv(system.file("extdata", "Data1_sample.csv",
package="protGear"))
#> Rows: 378 Columns: 11
#> ── Column specification ────────────────────────────────────────────────────────
#> Delimiter: ","
#> chr (3): sampleID, antigen, iden
#> dbl (8): sample_array_ID, FMedian, BGMedian, FMedianBG_correct, Block, Colum...
#> 
#>  Use `spec()` to retrieve the full column specification for this data.
#>  Specify the column types or set `show_col_types = FALSE` to quiet this message.
buffer_spots(Data1 = bg_correct_df)
#> # A tibble: 0 × 6
#> # … with 6 variables: sampleID <chr>, antigen <chr>, FMedianBG_correct <dbl>,
#> #   Block <dbl>, Column <dbl>, Row <dbl>