buffer_spots: Extract buffer spots of data

View source: R/buffer_spot_functions.R

buffer_spotsR Documentation

Extract buffer spots of data

Description

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

Usage

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"))
buffer_spots(Data1 = bg_correct_df)

Keniajin/protGear documentation built on Feb. 6, 2023, 6:28 p.m.