nxp_norm: nxp_norm: Generates an excel file with the info needed to...

View source: R/nxp_norm.R

nxp_normR Documentation

nxp_norm: Generates an excel file with the info needed to normalize each well of a 96 well plate to a specified concentration at a given volume. The resulting file is intended to serve as input to the Biomek NXP.

Description

Notes: 1. This file format was designed to be used with an existing Biomek NXP protocol for gDNA normalization. That is why the collum headers don't indicate what is really in the well. In the future I may go back and fix this to be not so confusing, this was done to be a quick hacky fix. 2. For some reason the biomek NXP seems to allow only whole numbers. If decimal places are found it just ignores the entire number.

Usage

nxp_norm(
  filepath,
  dilution_factor,
  target_concentration = 5 * 10^7,
  final_volume = 200,
  output_filepath
)

Arguments

filepath

= filepath to flow cytometry results. Note this needs to be a csv file with a column called Gate conatining a Gate named Bacteria.

dilution_factor

= the dilution factor that the flow cytometry wells found at the specified filepath were diluted by.

target_concentration

= the target concentration (cells/mL) you would like in the final solution.

final_volume

= the final volume in uL that you would like in each well.

output_filepath

= the filepath where you would like the resulting file to be written to.


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