format_CFU | R 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.
format_CFU(Filepath, Dilution_orientation = "Row")
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. |
= a data frame with the calculated CFU/mL for each Sample.ID
df = format_CFU(Filepath = "/filepath",Dilution_orientation = "Row")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.