A Guided Demonstration Of The Counting Method Evaluation Tool (COMET) For Implementing The ISO 20391-2 Cell Counting Standard
National Institute of Standards and Technology
@usgov.national_institute_of_standard_a_guided_demonstration__efc6973a
National Institute of Standards and Technology
@usgov.national_institute_of_standard_a_guided_demonstration__efc6973a
CREATE TABLE comet_files_for_studies_1_5 (
"counting_method" VARCHAR,
"target_dilution_fraction" DOUBLE,
"measured_dilution_fraction" DOUBLE,
"random_sample_number" BIGINT,
"rep_obsv" BIGINT,
"cell_conc" DOUBLE,
"raw_count" BIGINT,
"percent_viable_cells" VARCHAR,
"time_elapsed" BIGINT,
"cell_type" VARCHAR,
"concentration_type" VARCHAR,
"stock_solution" BIGINT,
"starting_soln_conc" DOUBLE,
"stock_extraction" BIGINT,
"replicate_sample" BIGINT,
"analyst" BIGINT
);
Anyone who has the link will be able to view this.