View source: R/buffer_spot_functions.R
buffer_spots | R Documentation |
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")
Data1 |
An object of the class data frame |
buffer_spot |
A character string containing the name of the buffer spots. |
A data frame of the buffer control spots
bg_correct_df <- readr::read_csv(system.file("extdata", "Data1_sample.csv", package="protGear")) buffer_spots(Data1 = bg_correct_df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.