format_CFU: format_CFU This function is used to parse an excel template...

View source: R/format_CFU.R

format_CFUR Documentation

format_CFU This function is used to parse an excel template containing colony counts and metadata corresponding to CFU spots on agar plates and assign the appropriate sample.IDs. Note that this function assumes that 2uL is plated for each spot.

Description

format_CFU This function is used to parse an excel template containing colony counts and metadata corresponding to CFU spots on agar plates and assign the appropriate sample.IDs. Note that this function assumes that 2uL is plated for each spot.

Usage

format_CFU(Filepath, Dilution_orientation = "Row")

Arguments

Filepath

= The file path to the filled out excel template containing the colony counts and metadata . This must be the specific excel template designed for use with this function

Dilution_orientation

= Specify whether the dilution is oriented row wise or plate wise.

Value

= a data frame with the calculated CFU/mL for each Sample.ID

Examples

df = format_CFU(Filepath = "/filepath",Dilution_orientation = "Row")


baynec2/biolabr documentation built on Aug. 8, 2022, 12:02 a.m.