buffer_calculate: Calculate Buffers

Description Usage Arguments Value Examples

View source: R/buffer_calculate.R

Description

A simplified form of the other buffer calculation object; used to calculate the needed reagents necessary to make X of a buffer.

Usage

1
2
buffer_calculate(buffer.df, amount_col, amount_needed = 1,
  amount_needed_unit = "mL", buffer.name = NULL, buffer.col = "Buffer")

Arguments

buffer.df

dataframe containing recipes.

amount_col

String identifying the values / volumes

amount_needed

how much? ex: 5

amount_needed_unit

"ml","Samples", etc.

buffer.name

filter for a specific buffer? Takes a String.

buffer.col

Default is "Buffer". Supply this if you are filtering for a specific buffer.

Value

RETURN_DESCRIPTION

Examples

1
# ADD_EXAMPLES_HERE

avhgenomics/bioKIT documentation built on May 5, 2019, 12:29 a.m.