Measurement Quality Metrics To Improve Absolute Microbial Cell Counting
Department of Commerce
@usgov.doc_gov_measurement_quality_metrics_to_improve_absolut_a9453fdd
Department of Commerce
@usgov.doc_gov_measurement_quality_metrics_to_improve_absolut_a9453fdd
This repository contains the raw data and analysis scripts supporting the associated publication which introduces a framework to help researchers select fit-for-purpose microbial cell counting methods and optimize protocols for quantification of microbial total cells and viable cells. Escherichia coli cells were enumerated using four methods (colony forming unit assay, impedance flow cytometry - Multisizer 4, impedance flow cytometry - BactoBox, and fluorescent flow cytometry - CytoFLEX LX) and repeated on multiple dates. The experimental design for a single date starts with a cell stock that is divided into 18 sample replicates (3 each for 6 different dilution factors), and each sample is assayed one or two times for a total of 30 observations. Raw data files are provided from the Multisizer 4 (.#m4) and CytoFLEX LX (.fcs 3.0). The colony forming unit assay and BactoBox readings are recorded for each date as are the derived results from the Multisizer 4 and CytoFLEX LX. Also provided are an example analysis script for the *.fcs files and the statistical analysis that was performed.
Organization: Department of Commerce
Last updated: 2025-09-30T05:38:19.218489
Tags: microbial-measurement-quality-metric-viability-cell-counting
CREATE TABLE collatedreportingspreadsheet (
"dataset" VARCHAR,
"dilutionfactor" DOUBLE,
"preparationorder" BIGINT,
"samplenumber" BIGINT,
"replicateobservation" BIGINT,
"viable_b" VARCHAR,
"total_b" VARCHAR,
"blank_viable_b" VARCHAR,
"blank_total_b" VARCHAR,
"viable_d" DOUBLE,
"total_a" VARCHAR,
"viable_c" DOUBLE,
"total_c" DOUBLE
);Anyone who has the link will be able to view this.