diff --git a/src/allotropy/parsers/appbio_quantstudio/appbio_quantstudio_data_creator.py b/src/allotropy/parsers/appbio_quantstudio/appbio_quantstudio_data_creator.py index 72dd0e253..d8571c9ea 100644 --- a/src/allotropy/parsers/appbio_quantstudio/appbio_quantstudio_data_creator.py +++ b/src/allotropy/parsers/appbio_quantstudio/appbio_quantstudio_data_creator.py @@ -125,10 +125,19 @@ def _create_processed_data( data_processing_custom_info = { "reference dna description": result_metadata.reference_dna_description, "reference sample description": result_metadata.reference_sample_description, - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, } + # Add Analysis Type and RQ Min/Max Confidence Level only if present in instrument file + if result_metadata.extra_data: + if "Analysis Type" in result_metadata.extra_data: + data_processing_custom_info["Analysis Type"] = result_metadata.extra_data[ + "Analysis Type" + ] + if "RQ Min/Max Confidence Level" in result_metadata.extra_data: + data_processing_custom_info[ + "RQ Min/Max Confidence Level" + ] = result_metadata.extra_data["RQ Min/Max Confidence Level"] + for field in data_processing_field_names: if field in extra_data: data_processing_custom_info[field] = extra_data[field] @@ -269,7 +278,6 @@ def _create_measurement( reporter_dye_data_cube=reporter_dye_data_cube, passive_reference_dye_data_cube=passive_reference_dye_data_cube, melting_curve_data_cube=_create_melt_curve_data_cube(melt_curve_raw_data), - custom_info=result_metadata.extra_data, ) diff --git a/src/allotropy/parsers/appbio_quantstudio_designandanalysis/appbio_quantstudio_designandanalysis_data_creator.py b/src/allotropy/parsers/appbio_quantstudio_designandanalysis/appbio_quantstudio_designandanalysis_data_creator.py index 6673b05ec..b60a97893 100644 --- a/src/allotropy/parsers/appbio_quantstudio_designandanalysis/appbio_quantstudio_designandanalysis_data_creator.py +++ b/src/allotropy/parsers/appbio_quantstudio_designandanalysis/appbio_quantstudio_designandanalysis_data_creator.py @@ -110,11 +110,20 @@ def _create_processed_data(well_item: WellItem, data: Data) -> ProcessedData: "CQCONF": custom_info.get("CQCONF", "N"), "NOISE": custom_info.get("NOISE", "N"), "OUTLIERRG": custom_info.get("OUTLIERRG", "N"), - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": custom_info.get("Omit", False), } + # Add Analysis Type and RQ Min/Max Confidence Level only if present in instrument file + if data.header.extra_data: + if "Analysis Type" in data.header.extra_data: + data_processing_custom_info["Analysis Type"] = data.header.extra_data[ + "Analysis Type" + ] + if "RQ Min/Max Confidence Level" in data.header.extra_data: + data_processing_custom_info[ + "RQ Min/Max Confidence Level" + ] = data.header.extra_data["RQ Min/Max Confidence Level"] + return ProcessedData( automatic_cycle_threshold_enabled_setting=result.automatic_cycle_threshold_enabled_setting, cycle_threshold_value_setting=result.cycle_threshold_value_setting, diff --git a/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_example01.json b/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_example01.json index fd2def3b6..a5c820a46 100644 --- a/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_example01.json +++ b/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_example01.json @@ -55,12 +55,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -226,10 +226,6 @@ -0.004, 0.01, 0.013, 0.013] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -299,12 +295,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -475,10 +471,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -548,12 +540,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -719,10 +711,6 @@ -0.009, 0.012, 0.006, 0.006, 0.006, 0.005, 0.009, 0.009] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -792,12 +780,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -962,255 +950,247 @@ -0.0, 0.01, 0.01] ] } + } + } + ], + "experimental data identifier": "trial 1", + "experiment type": "comparative CT qPCR experiment", + "container type": "PCR reaction block", + "well volume": { + "value": 40, + "unit": "μL" + }, + "plate well count": { + "value": 384, + "unit": "#" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "qPCR", + "measurement method identifier": "Ct", + "total cycle number setting": { + "value": 40.0, + "unit": "(unitless)" + }, + "qPCR detection chemistry": "SYBR_GREEN", + "reporter dye setting": "SYBR", + "passive reference dye setting": "ROX" + } + ] }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" - } - } - ], - "experimental data identifier": "trial 1", - "experiment type": "comparative CT qPCR experiment", - "container type": "PCR reaction block", - "well volume": { - "value": 40, - "unit": "μL" - }, - "plate well count": { - "value": 384, - "unit": "#" - } - } - }, - { - "measurement aggregate document": { - "measurement document": [ - { - "device control aggregate document": { - "device control document": [ - { - "device type": "qPCR", - "measurement method identifier": "Ct", - "total cycle number setting": { - "value": 40.0, - "unit": "(unitless)" - }, - "qPCR detection chemistry": "SYBR_GREEN", - "reporter dye setting": "SYBR", - "passive reference dye setting": "ROX" - } - ] - }, - "measurement identifier": "APPBIO_QUANTSTUDIO_TEST_ID_4", - "measurement time": "2001-12-31T21:09:19-05:00", - "sample document": { - "sample identifier": "5SAMPLE_2.2", - "location identifier": "5.0", - "sample role type": "unknown sample role", - "well location identifier": "A5", - "custom information document": { - "well identifier": 5, - "sample color": "RGB(139,137,112)", - "target color": "RGB(176,23,31)" - } - }, - "processed data aggregate document": { - "processed data document": [ - { - "data processing document": { - "automatic cycle threshold enabled setting": true, - "cycle threshold value setting (qPCR)": { - "value": 0.277, - "unit": "(unitless)" - }, - "automatic baseline determination enabled setting": true, - "baseline determination start cycle setting": { - "value": 1, - "unit": "#" - }, - "baseline determination end cycle setting": { - "value": 40, - "unit": "#" - }, - "custom information document": { - "reference dna description": "TARGET_1", - "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", - "omit": false - } - }, - "cycle threshold result (qPCR)": { - "value": 20.149, - "unit": "(unitless)" - }, - "normalized reporter data cube": { - "label": "normalized reporter", - "cube-structure": { - "dimensions": [ - { - "@componentDatatype": "double", - "concept": "cycle count", - "unit": "#" - } - ], - "measures": [ - { - "@componentDatatype": "double", - "concept": "normalized reporter result", - "unit": "(unitless)" - } - ] - }, - "data": { - "dimensions": [ - [1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 17.0, 18.0, 19.0, 20.0, 21.0, 22.0, 23.0, 24.0, 25.0, 26.0, 27.0, 28.0, 29.0, 30.0, 31.0, 32.0, 33.0, 34.0, 35.0, 36.0, 37.0, 38.0, 39.0, 40.0] - ], - "measures": [ - [0.487, 0.49, 0.5, 0.506, 0.508, 0.511, 0.513, 0.517, 0.519, 0.522, 0.527, 0.529, 0.535, 0.536, 0.542, 0.554, 0.575, 0.611, 0.678, 0.804, 1.012, 1.331, 1.749, 2.198, 2.579, 2.842, 3.021, 3.146, 3.24, 3.328, 3.405, 3.465, 3.511, 3.559, 3.592, 3.617, 3.634, 3.654, 3.672, 3.687] - ] - } - }, - "baseline corrected reporter data cube": { - "label": "baseline corrected reporter", - "cube-structure": { - "dimensions": [ - { - "@componentDatatype": "double", - "concept": "cycle count", - "unit": "#" - } - ], - "measures": [ - { - "@componentDatatype": "double", - "concept": "baseline corrected reporter result", - "unit": "(unitless)" - } - ] - }, - "data": { - "dimensions": [ - [1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 17.0, 18.0, 19.0, 20.0, 21.0, 22.0, 23.0, 24.0, 25.0, 26.0, 27.0, 28.0, 29.0, 30.0, 31.0, 32.0, 33.0, 34.0, 35.0, 36.0, 37.0, 38.0, 39.0, 40.0] - ], - "measures": [ - [ - -0.007, - -0.008, - -0.001, 0.002, 0.0, 0.0, - -0.001, - -0.0, - -0.001, - -0.002, 0.0, - -0.001, 0.002, 0.0, 0.003, 0.011, 0.03, 0.063, 0.126, 0.249, 0.453, 0.77, 1.185, 1.63, 2.008, 2.268, 2.443, 2.566, 2.656, 2.741, 2.815, 2.872, 2.914, 2.96, 2.989, 3.011, 3.025, 3.042, 3.057, 3.068] - ] - } - }, - "custom information document": { - "Tm1": 78.122 - } - } - ] - }, - "target DNA description": "TARGET_1", - "reporter data cube": { - "label": "reporter dye", - "cube-structure": { - "dimensions": [ - { - "@componentDatatype": "double", - "concept": "cycle count", - "unit": "#" - } - ], - "measures": [ - { - "@componentDatatype": "double", - "concept": "fluorescence", - "unit": "RFU" - } - ] - }, - "data": { - "dimensions": [ - [1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 17.0, 18.0, 19.0, 20.0, 21.0, 22.0, 23.0, 24.0, 25.0, 26.0, 27.0, 28.0, 29.0, 30.0, 31.0, 32.0, 33.0, 34.0, 35.0, 36.0, 37.0, 38.0, 39.0, 40.0, 41.0, 42.0, 43.0, 44.0, 45.0, 46.0, 47.0, 48.0, 49.0, 50.0, 51.0, 52.0, 53.0, 54.0, 55.0, 56.0, 57.0, 58.0, 59.0, 60.0, 61.0, 62.0, 63.0, 64.0, 65.0, 66.0, 67.0, 68.0, 69.0, 70.0, 71.0, 72.0, 73.0, 74.0, 75.0, 76.0, 77.0, 78.0, 79.0, 80.0, 81.0, 82.0, 83.0, 84.0] - ], - "measures": [ - [41004.46, 41101.617, 41891.547, 42425.62, 42500.742, 42789.883, 42844.402, 43077.87, 43264.723, 43392.79, 43655.97, 43744.445, 44288.63, 44353.668, 44765.688, 45792.88, 47454.566, 50344.582, 55824.66, 66118.59, 82956.195, 109069.15, 143368.73, 179959.47, 210841.25, 231878.75, 246240.45, 256718.19, 265007.56, 271836.16, 277195.78, 281720.62, 285138.28, 288895.6, 291305.56, 293411.62, 294928.5, 296458.84, 297904.66, 299364.84, 295432.28, 293187.75, 289657.62, 286038.97, 283315.28, 280704.5, 277188.3, 273235.25, 269230.5, 265987.06, 262384.66, 257807.92, 253548.56, 248838.47, 244729.33, 239729.9, 234933.9, 230314.52, 224178.33, 218700.12, 212127.44, 203072.36, 173468.92, 55793.75, 32672.312, 31635.482, 30780.275, 29754.795, 29548.686, 29236.195, 29197.29, 28615.139, 28540.994, 27579.652, 27211.422, 27030.082, 26638.266, 26461.68, 26134.328, 25683.367, 26020.52, 25134.344, 24774.479, 25057.24] - ] - } - }, - "passive reference data cube": { - "label": "passive reference dye", - "cube-structure": { - "dimensions": [ - { - "@componentDatatype": "double", - "concept": "cycle count", - "unit": "#" - } - ], - "measures": [ - { - "@componentDatatype": "double", - "concept": "fluorescence", - "unit": "RFU" - } - ] - }, - "data": { - "dimensions": [ - [1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 17.0, 18.0, 19.0, 20.0, 21.0, 22.0, 23.0, 24.0, 25.0, 26.0, 27.0, 28.0, 29.0, 30.0, 31.0, 32.0, 33.0, 34.0, 35.0, 36.0, 37.0, 38.0, 39.0, 40.0, 41.0, 42.0, 43.0, 44.0, 45.0, 46.0, 47.0, 48.0, 49.0, 50.0, 51.0, 52.0, 53.0, 54.0, 55.0, 56.0, 57.0, 58.0, 59.0, 60.0, 61.0, 62.0, 63.0, 64.0, 65.0, 66.0, 67.0, 68.0, 69.0, 70.0, 71.0, 72.0, 73.0, 74.0, 75.0, 76.0, 77.0, 78.0, 79.0, 80.0, 81.0, 82.0, 83.0, 84.0] - ], - "measures": [ - [84171.445, 83960.99, 83754.836, 83794.83, 83730.53, 83804.93, 83525.06, 83349.69, 83376.57, 83195.41, 82870.91, 82733.87, 82816.13, 82698.45, 82604.86, 82683.95, 82473.32, 82336.516, 82341.484, 82221.74, 82012.96, 81915.984, 81957.83, 81883.55, 81756.42, 81588.93, 81512.48, 81593.695, 81792.67, 81691.695, 81412.54, 81297.43, 81220.195, 81167.86, 81109.37, 81109.9, 81161.086, 81122.625, 81119.66, 81190.77, 81494.67, 81668.53, 82061.21, 82368.29, 82723.83, 83080.08, 83002.63, 83723.07, 83586.36, 84304.22, 83933.13, 84558.43, 84362.305, 84767.19, 84824.125, 85090.266, 84981.14, 85368.85, 85232.07, 85134.46, 85275.72, 85410.69, 85248.63, 85346.06, 85345.664, 85325.74, 85321.11, 85179.37, 85621.8, 85135.664, 85651.92, 85465.79, 85539.84, 85949.04, 85821.61, 85480.87, 85896.6, 85701.766, 85918.26, 86023.26, 86121.89, 86253.55, 86290.88, 86805.734] - ] - } - }, - "melting curve data cube": { - "label": "melting curve", - "cube-structure": { - "dimensions": [ - { - "@componentDatatype": "double", - "concept": "temperature", - "unit": "degC" - } - ], - "measures": [ - { - "@componentDatatype": "double", - "concept": "fluorescence", - "unit": "RFU" - }, - { - "@componentDatatype": "double", - "concept": "slope", - "unit": "(unitless)" - } - ] - }, - "data": { - "dimensions": [ - [1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 17.0, 18.0, 19.0, 20.0, 21.0, 22.0, 23.0, 24.0, 25.0, 26.0, 27.0, 28.0, 29.0, 30.0, 31.0, 32.0, 33.0, 34.0, 35.0, 36.0, 37.0, 38.0, 39.0, 40.0, 41.0, 42.0, 43.0, 44.0] - ], - "measures": [ - [3.625, 3.59, 3.53, 3.473, 3.425, 3.379, 3.34, 3.264, 3.221, 3.155, 3.126, 3.049, 3.005, 2.936, 2.885, 2.817, 2.765, 2.698, 2.63, 2.569, 2.488, 2.378, 2.035, 0.654, 0.383, 0.371, 0.361, 0.349, 0.345, 0.343, 0.341, 0.335, 0.334, 0.321, 0.317, 0.316, 0.31, 0.309, 0.304, 0.299, 0.302, 0.291, 0.287, 0.289], - [0.05, 0.076, 0.075, 0.06, 0.056, 0.05, 0.091, 0.052, 0.081, 0.037, 0.092, 0.054, 0.079, 0.066, 0.084, 0.065, 0.084, 0.079, 0.075, 0.1, 0.135, 0.434, 1.538, 0.35, 0.015, 0.011, 0.015, 0.005, 0.002, 0.003, 0.007, 0.001, 0.015, 0.005, 0.001, 0.007, 0.002, 0.006, 0.007, - -0.004, 0.015, 0.005, - -0.004, - -0.004 - ] - ] - } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" + "measurement identifier": "APPBIO_QUANTSTUDIO_TEST_ID_4", + "measurement time": "2001-12-31T21:09:19-05:00", + "sample document": { + "sample identifier": "5SAMPLE_2.2", + "location identifier": "5.0", + "sample role type": "unknown sample role", + "well location identifier": "A5", + "custom information document": { + "well identifier": 5, + "sample color": "RGB(139,137,112)", + "target color": "RGB(176,23,31)" + } + }, + "processed data aggregate document": { + "processed data document": [ + { + "data processing document": { + "automatic cycle threshold enabled setting": true, + "cycle threshold value setting (qPCR)": { + "value": 0.277, + "unit": "(unitless)" + }, + "automatic baseline determination enabled setting": true, + "baseline determination start cycle setting": { + "value": 1, + "unit": "#" + }, + "baseline determination end cycle setting": { + "value": 40, + "unit": "#" + }, + "custom information document": { + "reference dna description": "TARGET_1", + "reference sample description": "1SAMPLE_1.1", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "BADROX": "N", + "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", + "omit": false + } + }, + "cycle threshold result (qPCR)": { + "value": 20.149, + "unit": "(unitless)" + }, + "normalized reporter data cube": { + "label": "normalized reporter", + "cube-structure": { + "dimensions": [ + { + "@componentDatatype": "double", + "concept": "cycle count", + "unit": "#" + } + ], + "measures": [ + { + "@componentDatatype": "double", + "concept": "normalized reporter result", + "unit": "(unitless)" + } + ] + }, + "data": { + "dimensions": [ + [1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 17.0, 18.0, 19.0, 20.0, 21.0, 22.0, 23.0, 24.0, 25.0, 26.0, 27.0, 28.0, 29.0, 30.0, 31.0, 32.0, 33.0, 34.0, 35.0, 36.0, 37.0, 38.0, 39.0, 40.0] + ], + "measures": [ + [0.487, 0.49, 0.5, 0.506, 0.508, 0.511, 0.513, 0.517, 0.519, 0.522, 0.527, 0.529, 0.535, 0.536, 0.542, 0.554, 0.575, 0.611, 0.678, 0.804, 1.012, 1.331, 1.749, 2.198, 2.579, 2.842, 3.021, 3.146, 3.24, 3.328, 3.405, 3.465, 3.511, 3.559, 3.592, 3.617, 3.634, 3.654, 3.672, 3.687] + ] + } + }, + "baseline corrected reporter data cube": { + "label": "baseline corrected reporter", + "cube-structure": { + "dimensions": [ + { + "@componentDatatype": "double", + "concept": "cycle count", + "unit": "#" + } + ], + "measures": [ + { + "@componentDatatype": "double", + "concept": "baseline corrected reporter result", + "unit": "(unitless)" + } + ] + }, + "data": { + "dimensions": [ + [1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 17.0, 18.0, 19.0, 20.0, 21.0, 22.0, 23.0, 24.0, 25.0, 26.0, 27.0, 28.0, 29.0, 30.0, 31.0, 32.0, 33.0, 34.0, 35.0, 36.0, 37.0, 38.0, 39.0, 40.0] + ], + "measures": [ + [ + -0.007, + -0.008, + -0.001, 0.002, 0.0, 0.0, + -0.001, + -0.0, + -0.001, + -0.002, 0.0, + -0.001, 0.002, 0.0, 0.003, 0.011, 0.03, 0.063, 0.126, 0.249, 0.453, 0.77, 1.185, 1.63, 2.008, 2.268, 2.443, 2.566, 2.656, 2.741, 2.815, 2.872, 2.914, 2.96, 2.989, 3.011, 3.025, 3.042, 3.057, 3.068] + ] + } + }, + "custom information document": { + "Tm1": 78.122 + } + } + ] + }, + "target DNA description": "TARGET_1", + "reporter data cube": { + "label": "reporter dye", + "cube-structure": { + "dimensions": [ + { + "@componentDatatype": "double", + "concept": "cycle count", + "unit": "#" + } + ], + "measures": [ + { + "@componentDatatype": "double", + "concept": "fluorescence", + "unit": "RFU" + } + ] + }, + "data": { + "dimensions": [ + [1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 17.0, 18.0, 19.0, 20.0, 21.0, 22.0, 23.0, 24.0, 25.0, 26.0, 27.0, 28.0, 29.0, 30.0, 31.0, 32.0, 33.0, 34.0, 35.0, 36.0, 37.0, 38.0, 39.0, 40.0, 41.0, 42.0, 43.0, 44.0, 45.0, 46.0, 47.0, 48.0, 49.0, 50.0, 51.0, 52.0, 53.0, 54.0, 55.0, 56.0, 57.0, 58.0, 59.0, 60.0, 61.0, 62.0, 63.0, 64.0, 65.0, 66.0, 67.0, 68.0, 69.0, 70.0, 71.0, 72.0, 73.0, 74.0, 75.0, 76.0, 77.0, 78.0, 79.0, 80.0, 81.0, 82.0, 83.0, 84.0] + ], + "measures": [ + [41004.46, 41101.617, 41891.547, 42425.62, 42500.742, 42789.883, 42844.402, 43077.87, 43264.723, 43392.79, 43655.97, 43744.445, 44288.63, 44353.668, 44765.688, 45792.88, 47454.566, 50344.582, 55824.66, 66118.59, 82956.195, 109069.15, 143368.73, 179959.47, 210841.25, 231878.75, 246240.45, 256718.19, 265007.56, 271836.16, 277195.78, 281720.62, 285138.28, 288895.6, 291305.56, 293411.62, 294928.5, 296458.84, 297904.66, 299364.84, 295432.28, 293187.75, 289657.62, 286038.97, 283315.28, 280704.5, 277188.3, 273235.25, 269230.5, 265987.06, 262384.66, 257807.92, 253548.56, 248838.47, 244729.33, 239729.9, 234933.9, 230314.52, 224178.33, 218700.12, 212127.44, 203072.36, 173468.92, 55793.75, 32672.312, 31635.482, 30780.275, 29754.795, 29548.686, 29236.195, 29197.29, 28615.139, 28540.994, 27579.652, 27211.422, 27030.082, 26638.266, 26461.68, 26134.328, 25683.367, 26020.52, 25134.344, 24774.479, 25057.24] + ] + } + }, + "passive reference data cube": { + "label": "passive reference dye", + "cube-structure": { + "dimensions": [ + { + "@componentDatatype": "double", + "concept": "cycle count", + "unit": "#" + } + ], + "measures": [ + { + "@componentDatatype": "double", + "concept": "fluorescence", + "unit": "RFU" + } + ] + }, + "data": { + "dimensions": [ + [1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 17.0, 18.0, 19.0, 20.0, 21.0, 22.0, 23.0, 24.0, 25.0, 26.0, 27.0, 28.0, 29.0, 30.0, 31.0, 32.0, 33.0, 34.0, 35.0, 36.0, 37.0, 38.0, 39.0, 40.0, 41.0, 42.0, 43.0, 44.0, 45.0, 46.0, 47.0, 48.0, 49.0, 50.0, 51.0, 52.0, 53.0, 54.0, 55.0, 56.0, 57.0, 58.0, 59.0, 60.0, 61.0, 62.0, 63.0, 64.0, 65.0, 66.0, 67.0, 68.0, 69.0, 70.0, 71.0, 72.0, 73.0, 74.0, 75.0, 76.0, 77.0, 78.0, 79.0, 80.0, 81.0, 82.0, 83.0, 84.0] + ], + "measures": [ + [84171.445, 83960.99, 83754.836, 83794.83, 83730.53, 83804.93, 83525.06, 83349.69, 83376.57, 83195.41, 82870.91, 82733.87, 82816.13, 82698.45, 82604.86, 82683.95, 82473.32, 82336.516, 82341.484, 82221.74, 82012.96, 81915.984, 81957.83, 81883.55, 81756.42, 81588.93, 81512.48, 81593.695, 81792.67, 81691.695, 81412.54, 81297.43, 81220.195, 81167.86, 81109.37, 81109.9, 81161.086, 81122.625, 81119.66, 81190.77, 81494.67, 81668.53, 82061.21, 82368.29, 82723.83, 83080.08, 83002.63, 83723.07, 83586.36, 84304.22, 83933.13, 84558.43, 84362.305, 84767.19, 84824.125, 85090.266, 84981.14, 85368.85, 85232.07, 85134.46, 85275.72, 85410.69, 85248.63, 85346.06, 85345.664, 85325.74, 85321.11, 85179.37, 85621.8, 85135.664, 85651.92, 85465.79, 85539.84, 85949.04, 85821.61, 85480.87, 85896.6, 85701.766, 85918.26, 86023.26, 86121.89, 86253.55, 86290.88, 86805.734] + ] + } + }, + "melting curve data cube": { + "label": "melting curve", + "cube-structure": { + "dimensions": [ + { + "@componentDatatype": "double", + "concept": "temperature", + "unit": "degC" + } + ], + "measures": [ + { + "@componentDatatype": "double", + "concept": "fluorescence", + "unit": "RFU" + }, + { + "@componentDatatype": "double", + "concept": "slope", + "unit": "(unitless)" + } + ] + }, + "data": { + "dimensions": [ + [1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 17.0, 18.0, 19.0, 20.0, 21.0, 22.0, 23.0, 24.0, 25.0, 26.0, 27.0, 28.0, 29.0, 30.0, 31.0, 32.0, 33.0, 34.0, 35.0, 36.0, 37.0, 38.0, 39.0, 40.0, 41.0, 42.0, 43.0, 44.0] + ], + "measures": [ + [3.625, 3.59, 3.53, 3.473, 3.425, 3.379, 3.34, 3.264, 3.221, 3.155, 3.126, 3.049, 3.005, 2.936, 2.885, 2.817, 2.765, 2.698, 2.63, 2.569, 2.488, 2.378, 2.035, 0.654, 0.383, 0.371, 0.361, 0.349, 0.345, 0.343, 0.341, 0.335, 0.334, 0.321, 0.317, 0.316, 0.31, 0.309, 0.304, 0.299, 0.302, 0.291, 0.287, 0.289], + [0.05, 0.076, 0.075, 0.06, 0.056, 0.05, 0.091, 0.052, 0.081, 0.037, 0.092, 0.054, 0.079, 0.066, 0.084, 0.065, 0.084, 0.079, 0.075, 0.1, 0.135, 0.434, 1.538, 0.35, 0.015, 0.011, 0.015, 0.005, 0.002, 0.003, 0.007, 0.001, 0.015, 0.005, 0.001, 0.007, 0.002, 0.006, 0.007, + -0.004, 0.015, 0.005, + -0.004, + -0.004 + ] + ] + } } } ], @@ -1280,12 +1260,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -1453,10 +1433,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -1526,12 +1502,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -1697,10 +1673,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -1770,12 +1742,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -1943,10 +1915,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -2016,12 +1984,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -2182,10 +2150,6 @@ [0.037, 0.09, 0.066, 0.087, 0.053, 0.077, 0.076, 0.088, 0.068, 0.062, 0.097, 0.072, 0.061, 0.084, 0.106, 0.083, 0.078, 0.113, 0.086, 0.081, 0.185, 0.632, 1.958, 0.368, 0.024, 0.008, 0.007, 0.01, 0.01, 0.002, 0.013, 0.006, 0.001, 0.011, 0.006, 0.006, 0.002, 0.001, 0.01, 0.007, 0.001, 0.001, 0.005, 0.005] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -2255,12 +2219,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -2421,10 +2385,6 @@ -0.002, 0.01, 0.008, 0.006, 0.013, 0.013] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -2494,12 +2454,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -2664,10 +2624,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -2737,12 +2693,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -2904,10 +2860,6 @@ -0.0, 0.012, 0.005, 0.01, 0.01] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -2977,12 +2929,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -3145,10 +3097,6 @@ -0.001, 0.012, 0.003, 0.011, 0.0, 0.006, 0.006, 0.002, 0.002] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -3218,12 +3166,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -3387,10 +3335,6 @@ -0.003, 0.017, 0.001, 0.01, 0.01] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -3460,12 +3404,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -3631,10 +3575,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -3704,12 +3644,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -3875,10 +3815,6 @@ -0.003, 0.007, 0.008, 0.008] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -3948,12 +3884,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -4120,10 +4056,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -4193,12 +4125,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -4367,10 +4299,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -4440,12 +4368,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -4610,10 +4538,6 @@ -0.005, 0.009, 0.018, 0.018] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -4683,12 +4607,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -4852,10 +4776,6 @@ -0.004, 0.013, 0.009, 0.0, 0.001, 0.023, 0.023] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -4925,12 +4845,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -5094,10 +5014,6 @@ -0.003, 0.001, 0.02, 0.02] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -5167,12 +5083,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -5339,10 +5255,6 @@ -0.001, 0.01, 0.001, 0.071, 0.071] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -5412,12 +5324,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -5582,10 +5494,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -5655,12 +5563,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -5824,10 +5732,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -5897,12 +5801,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -6062,10 +5966,6 @@ [0.03, 0.076, 0.046, 0.079, 0.054, 0.072, 0.045, 0.064, 0.096, 0.074, 0.054, 0.062, 0.091, 0.075, 0.066, 0.074, 0.087, 0.053, 0.107, 0.071, 0.077, 0.067, 0.091, 0.074, 0.084, 0.073, 0.073, 0.089, 0.077, 0.122, 0.15, 0.696, 1.571, 0.065, 0.009, 0.005, 0.008, 0.003, 0.001, 0.009, 0.012, 0.004, 0.001, 0.001] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -6135,12 +6035,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -6301,10 +6201,6 @@ [0.045, 0.04, 0.055, 0.054, 0.067, 0.058, 0.055, 0.044, 0.076, 0.056, 0.07, 0.071, 0.043, 0.087, 0.05, 0.07, 0.09, 0.049, 0.091, 0.082, 0.04, 0.097, 0.062, 0.093, 0.066, 0.079, 0.054, 0.086, 0.069, 0.105, 0.159, 0.739, 1.431, 0.053, 0.005, 0.009, 0.012, 0.0, 0.004, 0.004, 0.011, 0.005, 0.014, 0.014] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -6374,12 +6270,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -6539,10 +6435,6 @@ [0.081, 0.034, 0.078, 0.061, 0.064, 0.07, 0.061, 0.053, 0.06, 0.082, 0.077, 0.058, 0.066, 0.102, 0.058, 0.072, 0.073, 0.092, 0.088, 0.08, 0.08, 0.069, 0.083, 0.067, 0.099, 0.067, 0.081, 0.078, 0.079, 0.122, 0.16, 0.837, 0.93, 0.011, 0.008, 0.006, 0.006, 0.006, 0.011, 0.004, 0.001, 0.009, 0.006, 0.006] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -6612,12 +6504,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -6780,10 +6672,6 @@ [0.051, 0.048, 0.061, 0.084, 0.078, 0.051, 0.087, 0.059, 0.063, 0.062, 0.076, 0.073, 0.056, 0.09, 0.05, 0.095, 0.082, 0.069, 0.095, 0.08, 0.071, 0.093, 0.073, 0.088, 0.078, 0.062, 0.106, 0.08, 0.085, 0.104, 0.159, 0.786, 1.509, 0.05, 0.009, 0.004, 0.005, 0.01, 0.01, 0.002, 0.009, 0.004, 0.0, 0.0] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -6853,12 +6741,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -7019,10 +6907,6 @@ -0.001, 0.014, 0.001, 0.001, 0.001] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -7092,12 +6976,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -7260,10 +7144,6 @@ -0.003, 0.007, 0.007] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -7333,12 +7213,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -7501,10 +7381,6 @@ -0.001, 0.011, 0.007, 0.004, 0.004] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -7574,12 +7450,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -7739,10 +7615,6 @@ [0.098, 0.032, 0.075, 0.06, 0.088, 0.045, 0.068, 0.074, 0.08, 0.083, 0.059, 0.082, 0.082, 0.066, 0.058, 0.091, 0.088, 0.073, 0.081, 0.085, 0.084, 0.102, 0.061, 0.089, 0.092, 0.079, 0.095, 0.094, 0.093, 0.111, 0.198, 1.055, 1.405, 0.035, 0.004, 0.008, 0.009, 0.009, 0.003, 0.004, 0.002, 0.01, 0.001, 0.001] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -7812,12 +7684,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -7980,10 +7852,6 @@ [0.072, 0.057, 0.043, 0.096, 0.092, 0.031, 0.099, 0.062, 0.072, 0.062, 0.059, 0.099, 0.056, 0.061, 0.089, 0.081, 0.081, 0.079, 0.096, 0.089, 0.083, 0.083, 0.078, 0.088, 0.099, 0.075, 0.094, 0.084, 0.095, 0.096, 0.148, 0.414, 1.651, 0.173, 0.005, 0.005, 0.011, 0.003, 0.006, 0.004, 0.006, 0.004, 0.005, 0.005] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -8053,12 +7921,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -8220,10 +8088,6 @@ -0.005, 0.012, 0.006, 0.006] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -8293,12 +8157,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -8462,10 +8326,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -8535,12 +8395,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -8703,10 +8563,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -8776,12 +8632,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -8942,10 +8798,6 @@ [0.095, 0.054, 0.051, 0.102, 0.043, 0.097, 0.059, 0.062, 0.091, 0.096, 0.051, 0.083, 0.07, 0.092, 0.081, 0.111, 0.104, 0.041, 0.11, 0.079, 0.098, 0.096, 0.091, 0.082, 0.098, 0.077, 0.094, 0.119, 0.084, 0.112, 0.202, 0.747, 1.881, 0.082, 0.012, 0.002, 0.013, 0.002, 0.007, 0.007, 0.004, 0.003, 0.007, 0.007] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -9015,12 +8867,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -9183,10 +9035,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -9256,12 +9104,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -9422,10 +9270,6 @@ -0.001, 0.008, 0.006, 0.009, 0.01, 0.004, 0.014, 0.014] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -9495,12 +9339,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -9663,10 +9507,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -9736,12 +9576,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -9901,10 +9741,6 @@ -0.001, 0.009, 0.006, 0.017, 0.017] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -9974,12 +9810,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -10144,10 +9980,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -10217,12 +10049,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -10385,10 +10217,6 @@ -0.006, 0.02, 0.004, 0.002, 0.006, 0.002, 0.006, 0.006] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -10458,12 +10286,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -10628,10 +10456,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -10701,12 +10525,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -10871,10 +10695,6 @@ -0.002, 0.01, 0.004, 0.004, 0.001, 0.017, 0.017] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -10944,12 +10764,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -11117,10 +10937,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -11190,12 +11006,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -11356,10 +11172,6 @@ [0.077, 0.033, 0.088, 0.061, 0.09, 0.087, 0.04, 0.085, 0.063, 0.063, 0.078, 0.086, 0.069, 0.083, 0.079, 0.066, 0.1, 0.057, 0.113, 0.064, 0.096, 0.1, 0.052, 0.111, 0.192, 0.993, 0.785, 0.011, 0.004, 0.004, 0.008, 0.008, 0.009, 0.01, 0.003, 0.006, 0.003, 0.007, 0.005, 0.001, 0.005, 0.005, 0.002, 0.002] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -11429,12 +11241,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -11602,10 +11414,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -11675,12 +11483,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -11847,10 +11655,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -11920,12 +11724,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -12090,10 +11894,6 @@ -0.002, 0.004, 0.005, 0.005] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -12163,12 +11963,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -12329,10 +12129,6 @@ [0.053, 0.076, 0.058, 0.059, 0.048, 0.096, 0.051, 0.072, 0.06, 0.086, 0.04, 0.073, 0.072, 0.073, 0.082, 0.067, 0.065, 0.086, 0.087, 0.081, 0.077, 0.1, 0.077, 0.1, 0.275, 1.889, 0.602, 0.015, 0.01, 0.006, 0.004, 0.012, 0.008, 0.007, 0.005, 0.007, 0.001, 0.001, 0.016, 0.002, 0.003, 0.007, 0.002, 0.002] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -12402,12 +12198,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -12573,10 +12369,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -12646,12 +12438,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -12813,10 +12605,6 @@ [0.051, 0.059, 0.067, 0.07, 0.061, 0.079, 0.058, 0.084, 0.066, 0.081, 0.065, 0.072, 0.053, 0.101, 0.071, 0.08, 0.097, 0.057, 0.101, 0.088, 0.087, 0.088, 0.087, 0.118, 0.274, 1.806, 0.777, 0.011, 0.012, 0.007, 0.003, 0.008, 0.014, 0.002, 0.006, 0.006, 0.005, 0.005, 0.011, 0.002, 0.0, 0.002, 0.007, 0.007] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -12886,12 +12674,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -13058,10 +12846,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -13131,12 +12915,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -13302,10 +13086,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -13375,12 +13155,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -13542,10 +13322,6 @@ [0.07, 0.062, 0.052, 0.097, 0.052, 0.07, 0.08, 0.056, 0.103, 0.063, 0.065, 0.07, 0.077, 0.076, 0.089, 0.074, 0.089, 0.086, 0.09, 0.071, 0.105, 0.103, 0.066, 0.114, 0.196, 1.342, 1.749, 0.033, 0.007, 0.017, 0.001, 0.01, 0.008, 0.006, 0.008, 0.009, 0.008, 0.002, 0.003, 0.01, 0.002, 0.008, 0.008, 0.008] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -13615,12 +13391,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -13786,10 +13562,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -13859,12 +13631,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -14030,10 +13802,6 @@ -0.001, 0.013, 0.01, 0.003, 0.013, 0.0, 0.004, 0.008, 0.007, 0.004, 0.003, 0.008, 0.01, 0.002, 0.009, 0.009] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -14103,12 +13871,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -14272,10 +14040,6 @@ [0.103, 0.07, 0.053, 0.098, 0.055, 0.08, 0.089, 0.056, 0.09, 0.076, 0.078, 0.084, 0.09, 0.055, 0.103, 0.068, 0.104, 0.08, 0.09, 0.085, 0.107, 0.087, 0.083, 0.104, 0.244, 1.249, 1.019, 0.015, 0.004, 0.007, 0.01, 0.009, 0.007, 0.01, 0.005, 0.005, 0.007, 0.009, 0.005, 0.002, 0.006, 0.004, 0.009, 0.009] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -14345,12 +14109,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -14513,10 +14277,6 @@ -0.001, 0.006, 0.008, 0.009, 0.006, 0.001, 0.003, 0.005, 0.005] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -14586,12 +14346,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -14756,10 +14516,6 @@ -0.0, 0.013, 0.003, 0.007, 0.009, 0.002, 0.011, 0.0, 0.005, 0.005] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -14829,12 +14585,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -15000,10 +14756,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -15073,12 +14825,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -15240,10 +14992,6 @@ [0.114, 0.038, 0.089, 0.1, 0.052, 0.103, 0.069, 0.074, 0.097, 0.095, 0.051, 0.083, 0.112, 0.06, 0.083, 0.07, 0.11, 0.072, 0.111, 0.097, 0.093, 0.104, 0.069, 0.12, 0.172, 0.552, 2.516, 0.139, 0.011, 0.009, 0.012, 0.002, 0.017, 0.011, 0.001, 0.006, 0.007, 0.007, 0.008, 0.004, 0.006, 0.005, 0.008, 0.008] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -15313,12 +15061,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -15483,10 +15231,6 @@ -0.001, 0.015, 0.009, 0.003, 0.012, 0.0, 0.011, 0.002, 0.005, 0.007, 0.003, 0.001, 0.001] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -15556,12 +15300,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -15725,10 +15469,6 @@ -0.0, 0.009, 0.007, 0.015, 0.006, 0.006, 0.008, 0.005, 0.004, 0.007, 0.003, 0.011, 0.007, 0.002, 0.002] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -15798,12 +15538,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -15967,10 +15707,6 @@ -0.003, 0.013, 0.003, 0.019, 0.0, 0.0] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -16040,12 +15776,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -16216,10 +15952,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -16289,12 +16021,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -16461,10 +16193,6 @@ -0.001, 0.009, 0.004, 0.004] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -16534,12 +16262,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -16708,10 +16436,6 @@ -0.001, 0.016, 0.016] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -16781,12 +16505,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -16957,10 +16681,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -17030,12 +16750,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -17210,10 +16930,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -17283,12 +16999,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -17458,10 +17174,6 @@ -0.001, 0.013, 0.002, 0.002, 0.005, 0.012, 0.012] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -17531,12 +17243,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -17702,10 +17414,6 @@ -0.0, 0.008, 0.006, 0.006] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -17775,12 +17483,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -17943,10 +17651,6 @@ [0.077, 0.049, 0.067, 0.073, 0.055, 0.07, 0.068, 0.059, 0.067, 0.065, 0.056, 0.084, 0.062, 0.077, 0.07, 0.073, 0.091, 0.09, 0.205, 0.469, 0.622, 0.204, 0.033, 0.009, 0.009, 0.015, 0.004, 0.007, 0.006, 0.008, 0.011, 0.001, 0.009, 0.004, 0.01, 0.003, 0.004, 0.004, 0.005, 0.005, 0.004, 0.007, 0.001, 0.001] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -18016,12 +17720,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -18191,10 +17895,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -18264,12 +17964,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -18438,10 +18138,6 @@ -0.001, 0.006, 0.006] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -18511,12 +18207,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -18677,10 +18373,6 @@ [0.083, 0.074, 0.073, 0.068, 0.066, 0.07, 0.067, 0.079, 0.057, 0.097, 0.054, 0.069, 0.062, 0.068, 0.086, 0.077, 0.101, 0.105, 0.162, 0.372, 0.706, 0.452, 0.074, 0.021, 0.01, 0.015, 0.009, 0.008, 0.005, 0.007, 0.012, 0.006, 0.005, 0.003, 0.008, 0.006, 0.009, 0.003, 0.004, 0.0, 0.013, 0.0, 0.012, 0.012] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -18750,12 +18442,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -18927,10 +18619,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -19000,12 +18688,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -19175,10 +18863,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -19248,12 +18932,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -19423,10 +19107,6 @@ -0.001, 0.012, 0.002, 0.005, 0.005, 0.007, 0.001, 0.001, 0.001] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -19496,12 +19176,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -19664,10 +19344,6 @@ -0.005, 0.012, 0.006, 0.005, 0.001, 0.006, 0.004, 0.004, 0.009, 0.009] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -19737,12 +19413,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -19912,10 +19588,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -19985,12 +19657,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -20159,10 +19831,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -20232,12 +19900,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -20404,10 +20072,6 @@ -0.002, 0.01, 0.003, 0.003, 0.012, 0.012] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -20477,12 +20141,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -20653,10 +20317,6 @@ -0.001, 0.003, 0.012, 0.012] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -20726,12 +20386,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -20896,10 +20556,6 @@ -0.0, 0.006, 0.006, 0.006, 0.012, 0.012] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -20969,12 +20625,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -21142,10 +20798,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -21215,12 +20867,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -21389,10 +21041,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -21462,12 +21110,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -21632,10 +21280,6 @@ -0.001, 0.021, 0.021] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -21705,12 +21349,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -21875,10 +21519,6 @@ -0.002, 0.005, 0.009, 0.004, 0.006, 0.003, 0.001, 0.02, 0.02] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -21948,12 +21588,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -22121,10 +21761,6 @@ -0.0, 0.009, 0.001, 0.003, 0.003] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -22194,12 +21830,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -22366,10 +22002,6 @@ -0.004, 0.008, 0.004, 0.0, 0.01, 0.003, 0.001, 0.004, 0.002, 0.002] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -22439,12 +22071,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -22612,10 +22244,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -22685,12 +22313,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -22858,10 +22486,6 @@ -0.001, 0.009, 0.003, 0.005, 0.005, 0.003, 0.005, 0.005] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -22931,12 +22555,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -23104,10 +22728,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -23177,12 +22797,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -23349,10 +22969,6 @@ [0.041, 0.078, 0.052, 0.073, 0.063, 0.07, 0.061, 0.074, 0.071, 0.058, 0.053, 0.078, 0.06, 0.086, 0.062, 0.067, 0.081, 0.089, 0.091, 0.089, 0.072, 0.088, 0.08, 0.067, 0.094, 0.077, 0.079, 0.09, 0.084, 0.092, 0.177, 0.717, 0.481, 0.009, 0.004, 0.003, 0.002, 0.011, 0.004, 0.003, 0.002, 0.008, 0.004, 0.004] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -23422,12 +23038,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -23595,10 +23211,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -23668,12 +23280,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -23840,10 +23452,6 @@ -0.002, 0.011, 0.003, 0.004, 0.006, 0.006, 0.006] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -23913,12 +23521,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -24084,10 +23692,6 @@ -0.0, 0.011, 0.011] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -24157,12 +23761,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -24331,10 +23935,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -24404,12 +24004,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -24577,10 +24177,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -24650,12 +24246,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -24822,10 +24418,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -24895,12 +24487,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -25064,10 +24656,6 @@ [0.062, 0.054, 0.08, 0.078, 0.06, 0.061, 0.048, 0.074, 0.051, 0.079, 0.075, 0.042, 0.062, 0.093, 0.067, 0.062, 0.071, 0.099, 0.064, 0.097, 0.078, 0.082, 0.073, 0.082, 0.078, 0.067, 0.098, 0.081, 0.079, 0.101, 0.152, 0.572, 0.669, 0.015, 0.004, 0.003, 0.013, 0.001, 0.005, 0.001, 0.008, 0.01, 0.005, 0.005] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -25137,12 +24725,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -25309,10 +24897,6 @@ -0.005, 0.007, 0.008, 0.008] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -25382,12 +24966,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -25554,10 +25138,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -25627,12 +25207,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -25801,10 +25381,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -25874,12 +25450,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -26044,10 +25620,6 @@ -0.004, 0.011, 0.002, 0.003, 0.008, 0.008] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -26117,12 +25689,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -26287,10 +25859,6 @@ -0.005, 0.018, 0.001, 0.005, 0.006, 0.004, 0.003, 0.014, 0.014] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -26360,12 +25928,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -26533,10 +26101,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -26606,12 +26170,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -26775,10 +26339,6 @@ -0.0, 0.011, 0.011] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -26848,12 +26408,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -27018,10 +26578,6 @@ -0.002, 0.01, 0.009, 0.007, 0.005, 0.004, 0.017, 0.017] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -27091,12 +26647,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -27263,10 +26819,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -27336,12 +26888,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -27505,10 +27057,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -27578,12 +27126,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -27747,10 +27295,6 @@ -0.002, 0.012, 0.006, 0.011, 0.003, 0.006, 0.0, 0.009, 0.005, 0.01, 0.003, 0.001, 0.002, 0.017, 0.017] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -27820,12 +27364,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -27994,10 +27538,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -28067,12 +27607,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -28233,10 +27773,6 @@ -0.001, 0.009, 0.009] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -28306,12 +27842,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -28473,10 +28009,6 @@ -0.001, 0.002, 0.005, 0.007, 0.003, 0.008, 0.008] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -28546,12 +28078,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -28716,10 +28248,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -28789,12 +28317,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -28959,10 +28487,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -29032,12 +28556,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -29201,10 +28725,6 @@ -0.003, 0.017, 0.017] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -29274,12 +28794,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -29446,10 +28966,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -29519,12 +29035,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -29687,10 +29203,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -29760,12 +29272,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -29928,10 +29440,6 @@ -0.0, 0.011, 0.006, 0.008, 0.002, 0.005, 0.002, 0.004, 0.004] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -30001,12 +29509,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -30169,10 +29677,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -30242,12 +29746,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -30409,10 +29913,6 @@ [0.042, 0.079, 0.038, 0.086, 0.064, 0.076, 0.093, 0.095, 0.057, 0.083, 0.072, 0.088, 0.077, 0.086, 0.076, 0.082, 0.102, 0.115, 0.108, 0.084, 0.168, 0.387, 1.822, 0.818, 0.04, 0.012, 0.006, 0.009, 0.009, 0.009, 0.013, 0.003, 0.016, 0.003, 0.006, 0.003, 0.007, 0.005, 0.007, 0.001, 0.006, 0.002, 0.011, 0.011] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -30482,12 +29982,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -30653,10 +30153,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -30726,12 +30222,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -30895,10 +30391,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -30968,12 +30460,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -31137,10 +30629,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -31210,12 +30698,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -31377,10 +30865,6 @@ -0.0, 0.01, 0.004, 0.002, 0.01, 0.001, 0.011, 0.001, 0.006, 0.006] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -31450,12 +30934,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -31619,10 +31103,6 @@ [0.123, 0.07, 0.069, 0.099, 0.093, 0.076, 0.097, 0.097, 0.068, 0.086, 0.103, 0.083, 0.113, 0.086, 0.103, 0.091, 0.101, 0.108, 0.095, 0.136, 0.127, 0.35, 1.604, 0.903, 0.028, 0.011, 0.014, 0.006, 0.013, 0.009, 0.007, 0.013, 0.011, 0.003, 0.009, 0.007, 0.0, 0.015, 0.004, 0.003, 0.005, 0.008, 0.005, 0.005] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -31692,12 +31172,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -31857,10 +31337,6 @@ -0.0, 0.008, 0.008, 0.002, 0.01, 0.001, 0.001, 0.005, 0.019, 0.019] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -31930,12 +31406,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -32097,10 +31573,6 @@ [0.078, 0.14, 0.089, 0.078, 0.054, 0.094, 0.032, 0.172, 0.014, 0.081, 0.119, 0.057, 0.097, 0.076, 0.109, 0.084, 0.075, 0.111, 0.125, 0.093, 0.139, 0.306, 1.393, 1.452, 0.051, 0.014, 0.019, 0.003, 0.009, 0.012, 0.005, 0.007, 0.01, 0.013, 0.004, 0.0, 0.012, 0.005, 0.015, 0.0, 0.005, 0.009, 0.007, 0.007] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -32170,12 +31642,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -32338,10 +31810,6 @@ [0.053, 0.046, 0.093, 0.089, 0.087, 0.077, 0.05, 0.103, 0.062, 0.108, 0.063, 0.068, 0.09, 0.099, 0.053, 0.087, 0.116, 0.07, 0.094, 0.096, 0.09, 0.102, 0.067, 0.097, 0.09, 0.079, 0.087, 0.099, 0.091, 0.091, 0.173, 0.484, 1.434, 0.073, 0.006, 0.004, 0.007, 0.005, 0.003, 0.006, 0.011, 0.001, 0.017, 0.017] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -32411,12 +31879,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -32580,10 +32048,6 @@ -0.01, 0.009, 0.01, 0.003, 0.009, 0.009] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -32653,12 +32117,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -32820,10 +32284,6 @@ [0.028, 0.051, 0.082, 0.034, 0.052, 0.08, 0.073, 0.06, 0.077, 0.07, 0.048, 0.068, 0.083, 0.061, 0.078, 0.042, 0.096, 0.095, 0.066, 0.107, 0.052, 0.083, 0.102, 0.073, 0.076, 0.065, 0.099, 0.083, 0.07, 0.124, 0.14, 0.702, 1.597, 0.074, 0.011, 0.005, 0.005, 0.003, 0.003, 0.004, 0.013, 0.003, 0.001, 0.001] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -32893,12 +32353,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -33063,10 +32523,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -33136,12 +32592,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -33300,10 +32756,6 @@ [0.032, 0.065, 0.077, 0.071, 0.07, 0.065, 0.09, 0.052, 0.079, 0.093, 0.064, 0.096, 0.065, 0.07, 0.082, 0.09, 0.079, 0.103, 0.082, 0.084, 0.091, 0.085, 0.077, 0.086, 0.108, 0.075, 0.077, 0.088, 0.094, 0.123, 0.174, 0.877, 0.887, 0.022, 0.004, 0.007, 0.0, 0.009, 0.003, 0.004, 0.002, 0.004, 0.013, 0.013] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -33373,12 +32825,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -33542,10 +32994,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -33615,12 +33063,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -33783,10 +33231,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -33856,12 +33300,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -34024,10 +33468,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -34097,12 +33537,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -34268,10 +33708,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -34341,12 +33777,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -34509,10 +33945,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -34582,12 +34014,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -34749,10 +34181,6 @@ -0.002, 0.01, 0.006, 0.001, 0.005, 0.008, 0.008] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -34822,12 +34250,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -34989,10 +34417,6 @@ -0.001, 0.008, 0.002, 0.005, 0.008, 0.0, 0.007, 0.005, 0.005] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -35062,12 +34486,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -35229,10 +34653,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -35302,12 +34722,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -35471,10 +34891,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -35544,12 +34960,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -35711,10 +35127,6 @@ -0.002, 0.004, 0.003, 0.004, 0.007, 0.026, 0.026] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -35784,12 +35196,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -35956,10 +35368,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -36029,12 +35437,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -36194,10 +35602,6 @@ [0.07, 0.084, 0.096, 0.084, 0.077, 0.078, 0.08, 0.067, 0.073, 0.074, 0.083, 0.095, 0.081, 0.078, 0.069, 0.094, 0.089, 0.088, 0.096, 0.122, 0.092, 0.086, 0.072, 0.1, 0.08, 0.095, 0.128, 0.086, 0.09, 0.097, 0.151, 0.386, 1.693, 0.285, 0.015, 0.003, 0.007, 0.008, 0.006, 0.003, 0.004, 0.006, 0.005, 0.005] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -36267,12 +35671,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -36437,10 +35841,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -36510,12 +35910,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -36678,10 +36078,6 @@ -0.001, 0.015, 0.007, 0.001, 0.005, 0.014, 0.014] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -36751,12 +36147,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -36916,10 +36312,6 @@ [0.061, 0.077, 0.114, 0.044, 0.073, 0.141, 0.037, 0.089, 0.05, 0.097, 0.1, 0.052, 0.101, 0.071, 0.07, 0.103, 0.107, 0.093, 0.083, 0.098, 0.066, 0.115, 0.089, 0.079, 0.123, 0.078, 0.066, 0.145, 0.08, 0.11, 0.147, 0.454, 2.045, 0.266, 0.01, 0.001, 0.018, 0.003, 0.009, 0.004, 0.006, 0.011, 0.005, 0.005] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -36989,12 +36381,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -37158,10 +36550,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -37231,12 +36619,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -37402,10 +36790,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -37475,12 +36859,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -37648,10 +37032,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -37721,12 +37101,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -37889,10 +37269,6 @@ [0.075, 0.08, 0.062, 0.055, 0.065, 0.082, 0.072, 0.064, 0.062, 0.072, 0.068, 0.078, 0.059, 0.081, 0.076, 0.1, 0.077, 0.059, 0.085, 0.094, 0.07, 0.103, 0.052, 0.116, 0.164, 1.009, 1.398, 0.022, 0.004, 0.008, 0.005, 0.015, 0.003, 0.009, 0.003, 0.008, 0.007, 0.001, 0.01, 0.002, 0.003, 0.006, 0.007, 0.007] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -37962,12 +37338,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -38129,10 +37505,6 @@ [0.032, 0.073, 0.042, 0.096, 0.065, 0.066, 0.082, 0.047, 0.08, 0.071, 0.066, 0.092, 0.047, 0.081, 0.083, 0.073, 0.098, 0.091, 0.069, 0.081, 0.09, 0.08, 0.088, 0.101, 0.204, 1.346, 1.252, 0.016, 0.008, 0.009, 0.007, 0.013, 0.004, 0.011, 0.006, 0.005, 0.008, 0.0, 0.008, 0.004, 0.004, 0.006, 0.004, 0.004] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -38202,12 +37574,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -38373,10 +37745,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -38446,12 +37814,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -38616,10 +37984,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -38689,12 +38053,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -38858,10 +38222,6 @@ -0.0, 0.006, 0.008, 0.008] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -38931,12 +38291,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -39101,10 +38461,6 @@ -0.003, 0.006, 0.01, 0.004, 0.011, 0.004, 0.002, 0.005, 0.004, 0.011, 0.011] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -39174,12 +38530,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -39341,10 +38697,6 @@ [0.041, 0.073, 0.075, 0.067, 0.048, 0.086, 0.074, 0.08, 0.081, 0.074, 0.069, 0.091, 0.061, 0.079, 0.1, 0.06, 0.103, 0.086, 0.075, 0.114, 0.08, 0.088, 0.1, 0.124, 0.342, 1.856, 0.414, 0.008, 0.001, 0.016, 0.006, 0.005, 0.015, 0.008, 0.004, 0.005, 0.005, 0.006, 0.003, 0.002, 0.006, 0.005, 0.015, 0.015] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -39414,12 +38766,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -39584,10 +38936,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -39657,12 +39005,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -39828,10 +39176,6 @@ -0.001, 0.013, 0.002, 0.001, 0.004, 0.006, 0.008, 0.0, 0.003, 0.008, 0.008] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -39901,12 +39245,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -40067,10 +39411,6 @@ [0.057, 0.017, 0.079, 0.074, 0.051, 0.029, 0.06, 0.092, 0.071, 0.033, 0.063, 0.046, 0.049, 0.072, 0.069, 0.083, 0.049, 0.072, 0.084, 0.057, 0.057, 0.079, 0.087, 0.08, 0.202, 1.189, 0.905, 0.035, 0.002, 0.028, 0.007, 0.011, 0.028, 0.012, 0.006, 0.007, 0.016, 0.017, 0.005, 0.011, 0.015, 0.01, 0.013, 0.013] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -40140,12 +39480,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -40312,10 +39652,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -40385,12 +39721,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -40555,10 +39891,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -40628,12 +39960,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -40798,10 +40130,6 @@ [0.078, 0.046, 0.062, 0.062, 0.088, 0.041, 0.078, 0.071, 0.06, 0.058, 0.093, 0.09, 0.042, 0.097, 0.063, 0.081, 0.083, 0.087, 0.119, 0.058, 0.095, 0.083, 0.077, 0.131, 0.184, 1.154, 1.681, 0.028, 0.008, 0.011, 0.002, 0.014, 0.013, 0.01, 0.0, 0.005, 0.005, 0.001, 0.013, 0.003, 0.003, 0.003, 0.01, 0.01] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -40871,12 +40199,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -41040,10 +40368,6 @@ -0.0, 0.021, 0.003, 0.005, 0.004, 0.008, 0.003, 0.012, 0.001, 0.005, 0.005, 0.017, 0.017] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -41113,12 +40437,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -41281,10 +40605,6 @@ -0.002, 0.001, 0.001] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -41354,12 +40674,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -41527,10 +40847,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -41600,12 +40916,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -41770,10 +41086,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -41843,12 +41155,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -42010,10 +41322,6 @@ [0.066, 0.082, 0.061, 0.068, 0.088, 0.081, 0.054, 0.073, 0.09, 0.052, 0.097, 0.051, 0.078, 0.101, 0.084, 0.091, 0.085, 0.099, 0.085, 0.087, 0.12, 0.069, 0.083, 0.125, 0.177, 0.936, 1.815, 0.035, 0.006, 0.006, 0.012, 0.005, 0.006, 0.015, 0.008, 0.006, 0.006, 0.002, 0.002, 0.004, 0.016, 0.0, 0.004, 0.004] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -42083,12 +41391,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -42251,10 +41559,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -42324,12 +41628,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -42493,10 +41797,6 @@ [0.048, 0.084, 0.077, 0.088, 0.084, 0.088, 0.087, 0.081, 0.083, 0.111, 0.067, 0.096, 0.082, 0.109, 0.08, 0.089, 0.104, 0.115, 0.09, 0.096, 0.104, 0.105, 0.097, 0.108, 0.181, 0.721, 2.393, 0.076, 0.013, 0.002, 0.01, 0.011, 0.008, 0.009, 0.004, 0.003, 0.007, 0.004, 0.008, 0.002, 0.004, 0.006, 0.003, 0.003] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -42566,12 +41866,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -42737,10 +42037,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -42810,12 +42106,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -42983,10 +42279,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -43056,12 +42348,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -43225,10 +42517,6 @@ [0.057, 0.068, 0.088, 0.069, 0.06, 0.078, 0.081, 0.058, 0.081, 0.087, 0.081, 0.063, 0.079, 0.08, 0.085, 0.06, 0.101, 0.121, 0.177, 0.447, 0.868, 0.637, 0.143, 0.039, 0.022, 0.001, 0.02, 0.007, 0.003, 0.008, 0.007, 0.01, 0.008, 0.002, 0.011, 0.004, 0.004, 0.007, 0.003, 0.004, 0.01, 0.004, 0.001, 0.001] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -43298,12 +42586,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -43469,10 +42757,6 @@ [0.087, 0.065, 0.057, 0.08, 0.064, 0.069, 0.078, 0.073, 0.076, 0.079, 0.065, 0.084, 0.065, 0.08, 0.078, 0.071, 0.112, 0.102, 0.188, 0.479, 0.851, 0.527, 0.107, 0.03, 0.009, 0.012, 0.014, 0.002, 0.006, 0.009, 0.012, 0.003, 0.008, 0.006, 0.005, 0.004, 0.01, 0.0, 0.007, 0.004, 0.006, 0.002, 0.009, 0.009] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -43542,12 +42826,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -43711,10 +42995,6 @@ [0.074, 0.042, 0.074, 0.078, 0.08, 0.053, 0.074, 0.058, 0.086, 0.075, 0.078, 0.061, 0.076, 0.071, 0.083, 0.057, 0.106, 0.111, 0.191, 0.468, 0.752, 0.334, 0.058, 0.016, 0.015, 0.007, 0.018, 0.003, 0.007, 0.007, 0.006, 0.01, 0.007, 0.003, 0.004, 0.005, 0.006, 0.004, 0.004, 0.005, 0.007, 0.002, 0.012, 0.012] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -43784,12 +43064,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -43952,10 +43232,6 @@ -0.004, 0.016, 0.016] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -44025,12 +43301,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -44197,10 +43473,6 @@ [0.056, 0.045, 0.077, 0.067, 0.055, 0.087, 0.063, 0.057, 0.089, 0.068, 0.077, 0.06, 0.087, 0.059, 0.086, 0.075, 0.105, 0.123, 0.262, 0.647, 0.813, 0.322, 0.062, 0.015, 0.012, 0.012, 0.008, 0.005, 0.008, 0.013, 0.007, 0.006, 0.008, 0.006, 0.009, 0.004, 0.003, 0.005, 0.005, 0.004, 0.008, 0.004, 0.006, 0.006] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -44270,12 +43542,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -44439,10 +43711,6 @@ -0.001, 0.008, 0.008, 0.003, 0.003] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -44512,12 +43780,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -44686,10 +43954,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -44759,12 +44023,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -44928,10 +44192,6 @@ [0.05, 0.059, 0.076, 0.065, 0.034, 0.073, 0.088, 0.08, 0.078, 0.074, 0.055, 0.069, 0.065, 0.109, 0.07, 0.07, 0.089, 0.113, 0.158, 0.418, 0.852, 0.626, 0.141, 0.036, 0.013, 0.015, 0.012, 0.002, 0.005, 0.013, 0.002, 0.012, 0.008, 0.008, 0.004, 0.001, 0.005, 0.003, 0.007, 0.0, 0.008, 0.001, 0.008, 0.008] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -45001,12 +44261,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -45171,10 +44431,6 @@ -0.001, 0.015, 0.011, 0.005, 0.002, 0.006, 0.004, 0.005, 0.005, 0.005, 0.003, 0.002, 0.016, 0.016] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -45244,12 +44500,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -45412,10 +44668,6 @@ [0.081, 0.07, 0.035, 0.083, 0.069, 0.075, 0.064, 0.092, 0.057, 0.059, 0.084, 0.067, 0.058, 0.094, 0.077, 0.069, 0.092, 0.115, 0.167, 0.433, 0.815, 0.537, 0.11, 0.034, 0.017, 0.005, 0.018, 0.003, 0.008, 0.008, 0.004, 0.013, 0.005, 0.01, 0.01, 0.002, 0.007, 0.002, 0.007, 0.001, 0.015, 0.0, 0.02, 0.02] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -45485,12 +44737,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -45657,10 +44909,6 @@ -0.002, 0.014, 0.014] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -45730,12 +44978,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -45903,10 +45151,6 @@ -0.003, 0.006, 0.001, 0.001] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -45976,12 +45220,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -46150,10 +45394,6 @@ -0.001, 0.006, 0.006, 0.003, 0.002, 0.002] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -46223,12 +45463,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -46392,10 +45632,6 @@ [0.073, 0.096, 0.057, 0.088, 0.068, 0.06, 0.079, 0.072, 0.079, 0.077, 0.072, 0.093, 0.06, 0.083, 0.096, 0.065, 0.103, 0.115, 0.177, 0.367, 0.819, 0.68, 0.152, 0.043, 0.023, 0.008, 0.014, 0.012, 0.001, 0.013, 0.011, 0.007, 0.011, 0.012, 0.002, 0.007, 0.014, 0.001, 0.003, 0.007, 0.001, 0.004, 0.029, 0.029] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -46465,12 +45701,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -46640,10 +45876,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -46713,12 +45945,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -46882,10 +46114,6 @@ [0.08, 0.074, 0.064, 0.089, 0.089, 0.043, 0.089, 0.07, 0.075, 0.064, 0.088, 0.073, 0.048, 0.119, 0.065, 0.075, 0.102, 0.108, 0.164, 0.347, 0.812, 0.779, 0.213, 0.058, 0.018, 0.015, 0.009, 0.014, 0.006, 0.012, 0.003, 0.009, 0.011, 0.011, 0.007, 0.012, 0.005, 0.001, 0.007, 0.007, 0.003, 0.007, 0.004, 0.004] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -46955,12 +46183,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -47125,10 +46353,6 @@ -0.001, 0.006, 0.004, 0.011, 0.004, 0.006, 0.005, 0.01, 0.001, 0.01, 0.01] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -47198,12 +46422,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -47372,10 +46596,6 @@ -0.004, 0.004, 0.002, 0.002] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -47445,12 +46665,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -47618,10 +46838,6 @@ -0.0, 0.008, 0.011, 0.011] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -47691,12 +46907,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -47865,10 +47081,6 @@ -0.001, 0.008, 0.008] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -47938,12 +47150,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -48111,10 +47323,6 @@ [0.094, 0.082, 0.059, 0.093, 0.092, 0.081, 0.072, 0.097, 0.072, 0.087, 0.095, 0.075, 0.078, 0.099, 0.082, 0.097, 0.119, 0.117, 0.166, 0.38, 0.861, 0.846, 0.217, 0.059, 0.016, 0.014, 0.015, 0.004, 0.004, 0.013, 0.001, 0.012, 0.007, 0.013, 0.0, 0.01, 0.009, 0.006, 0.004, 0.008, 0.008, 0.0, 0.01, 0.01] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -48184,12 +47392,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -48359,10 +47567,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -48432,12 +47636,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -48605,10 +47809,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -48678,12 +47878,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -48850,10 +48050,6 @@ -0.0, 0.006, 0.006] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -48923,12 +48119,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -49094,10 +48290,6 @@ -0.001, 0.017, 0.017] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -49167,12 +48359,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -49340,10 +48532,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -49413,12 +48601,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -49590,10 +48778,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -49663,12 +48847,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -49836,10 +49020,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -49909,12 +49089,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -50078,10 +49258,6 @@ -0.001, 0.01, 0.001, 0.005, 0.003, 0.001, 0.01, 0.01] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -50151,12 +49327,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -50328,10 +49504,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -50401,12 +49573,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -50575,10 +49747,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -50648,12 +49816,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -50821,10 +49989,6 @@ -0.002, 0.011, 0.011] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -50894,12 +50058,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -51064,10 +50228,6 @@ [0.061, 0.061, 0.076, 0.06, 0.047, 0.08, 0.064, 0.059, 0.083, 0.056, 0.048, 0.084, 0.059, 0.074, 0.072, 0.082, 0.065, 0.068, 0.082, 0.109, 0.065, 0.092, 0.076, 0.08, 0.072, 0.064, 0.101, 0.084, 0.073, 0.11, 0.145, 0.658, 0.489, 0.011, 0.005, 0.001, 0.007, 0.003, 0.008, 0.005, 0.003, 0.007, 0.014, 0.014] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -51137,12 +50297,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -51305,10 +50465,6 @@ -0.001, 0.006, 0.006, 0.006, 0.006] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -51378,12 +50534,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -51550,10 +50706,6 @@ -0.006, 0.011, 0.003, 0.006, 0.005, 0.002, 0.0, 0.0] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -51623,12 +50775,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -51798,10 +50950,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -51871,12 +51019,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -52045,10 +51193,6 @@ -0.003, 0.007, 0.007] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -52118,12 +51262,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -52292,10 +51436,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -52365,12 +51505,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -52537,10 +51677,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -52610,12 +51746,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -52780,10 +51916,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -52853,12 +51985,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -53024,10 +52156,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -53097,12 +52225,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -53267,10 +52395,6 @@ [0.063, 0.089, 0.058, 0.067, 0.094, 0.087, 0.076, 0.057, 0.074, 0.079, 0.077, 0.086, 0.074, 0.094, 0.069, 0.096, 0.076, 0.088, 0.096, 0.108, 0.084, 0.103, 0.084, 0.104, 0.101, 0.075, 0.103, 0.084, 0.083, 0.131, 0.132, 0.431, 0.947, 0.039, 0.007, 0.009, 0.004, 0.006, 0.008, 0.004, 0.004, 0.004, 0.013, 0.013] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -53340,12 +52464,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -53512,10 +52636,6 @@ -0.003, 0.013, 0.011, 0.004, 0.009, 0.005, 0.005] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -53585,12 +52705,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -53751,10 +52871,6 @@ [0.1, 0.078, 0.082, 0.055, 0.094, 0.092, 0.056, 0.081, 0.119, 0.064, 0.081, 0.059, 0.105, 0.073, 0.088, 0.085, 0.106, 0.093, 0.101, 0.093, 0.149, 0.35, 1.712, 0.995, 0.038, 0.007, 0.016, 0.01, 0.006, 0.009, 0.011, 0.006, 0.01, 0.004, 0.007, 0.003, 0.009, 0.01, 0.0, 0.009, 0.006, 0.003, 0.012, 0.012] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -53824,12 +52940,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -53988,10 +53104,6 @@ [0.114, 0.058, 0.059, 0.105, 0.068, 0.063, 0.086, 0.065, 0.105, 0.072, 0.061, 0.11, 0.06, 0.105, 0.071, 0.106, 0.092, 0.066, 0.091, 0.107, 0.097, 0.082, 0.091, 0.1, 0.074, 0.073, 0.117, 0.092, 0.091, 0.112, 0.172, 0.626, 1.628, 0.078, 0.01, 0.003, 0.009, 0.001, 0.012, 0.001, 0.008, 0.002, 0.008, 0.008] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -54061,12 +53173,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -54230,10 +53342,6 @@ -0.001, 0.015, 0.015] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -54303,12 +53411,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -54482,10 +53590,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -54555,12 +53659,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -54726,10 +53830,6 @@ -0.001, 0.013, 0.013] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -54799,12 +53899,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -54968,10 +54068,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -55041,12 +54137,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -55209,10 +54305,6 @@ [0.079, 0.059, 0.063, 0.081, 0.079, 0.065, 0.071, 0.083, 0.073, 0.084, 0.084, 0.062, 0.096, 0.06, 0.097, 0.093, 0.066, 0.102, 0.095, 0.077, 0.106, 0.104, 0.068, 0.115, 0.072, 0.085, 0.106, 0.089, 0.083, 0.123, 0.173, 0.869, 1.451, 0.039, 0.013, 0.006, 0.002, 0.009, 0.007, 0.002, 0.003, 0.006, 0.005, 0.005] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -55282,12 +54374,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -55451,10 +54543,6 @@ [0.049, 0.068, 0.13, 0.059, 0.087, 0.07, 0.077, 0.086, 0.08, 0.101, 0.058, 0.059, 0.107, 0.091, 0.073, 0.093, 0.095, 0.087, 0.089, 0.102, 0.082, 0.089, 0.093, 0.11, 0.257, 1.49, 0.901, 0.015, 0.003, 0.018, 0.0, 0.009, 0.009, 0.006, 0.003, 0.009, 0.004, 0.007, 0.005, 0.004, 0.007, 0.004, 0.001, 0.001] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -55524,12 +54612,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -55696,10 +54784,6 @@ -0.002, 0.014, 0.001, 0.009, 0.002, 0.005, 0.005] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -55769,12 +54853,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -55939,10 +55023,6 @@ -0.002, 0.019, 0.019] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -56012,12 +55092,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -56185,10 +55265,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -56258,12 +55334,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -56425,10 +55501,6 @@ [0.115, 0.075, 0.074, 0.101, 0.054, 0.1, 0.086, 0.073, 0.098, 0.058, 0.064, 0.108, 0.076, 0.099, 0.1, 0.078, 0.083, 0.086, 0.108, 0.084, 0.103, 0.089, 0.074, 0.11, 0.092, 0.083, 0.102, 0.092, 0.098, 0.134, 0.164, 0.902, 1.214, 0.028, 0.007, 0.012, 0.001, 0.007, 0.005, 0.003, 0.008, 0.004, 0.011, 0.011] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -56498,12 +55570,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -56669,10 +55741,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -56742,12 +55810,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -56916,10 +55984,6 @@ ] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -56989,12 +56053,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -57163,10 +56227,6 @@ -0.0, 0.02, 0.02] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -57236,12 +56296,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -57406,10 +56466,6 @@ -0.0, 0.018, 0.018] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -57479,12 +56535,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -57647,10 +56703,6 @@ [0.054, 0.079, 0.097, 0.03, 0.105, 0.055, 0.102, 0.095, 0.095, 0.074, 0.086, 0.089, 0.04, 0.13, 0.078, 0.082, 0.107, 0.091, 0.105, 0.076, 0.091, 0.116, 0.074, 0.09, 0.101, 0.077, 0.11, 0.089, 0.093, 0.122, 0.19, 0.768, 1.407, 0.042, 0.004, 0.003, 0.013, 0.011, 0.002, 0.002, 0.003, 0.009, 0.003, 0.003] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -57720,12 +56772,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -57889,10 +56941,6 @@ [0.091, 0.039, 0.08, 0.127, 0.034, 0.089, 0.092, 0.092, 0.057, 0.1, 0.076, 0.098, 0.079, 0.093, 0.099, 0.042, 0.126, 0.077, 0.13, 0.069, 0.119, 0.088, 0.114, 0.089, 0.234, 1.404, 1.031, 0.013, 0.012, 0.004, 0.013, 0.007, 0.004, 0.005, 0.005, 0.01, 0.004, 0.001, 0.009, 0.002, 0.008, 0.003, 0.012, 0.012] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -57962,12 +57010,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -58133,10 +57181,6 @@ [0.073, 0.113, 0.049, 0.068, 0.073, 0.1, 0.056, 0.104, 0.053, 0.1, 0.068, 0.095, 0.086, 0.072, 0.089, 0.079, 0.107, 0.116, 0.206, 0.504, 0.895, 0.487, 0.098, 0.023, 0.011, 0.012, 0.007, 0.007, 0.005, 0.008, 0.0, 0.012, 0.009, 0.003, 0.004, 0.004, 0.005, 0.007, 0.004, 0.002, 0.003, 0.003, 0.011, 0.011] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -58206,12 +57250,12 @@ "custom information document": { "reference dna description": "TARGET_1", "reference sample description": "1SAMPLE_1.1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", "CQCONF": "N", + "OUTLIERRG": "N", + "NOISE": "N", "omit": false } }, @@ -58381,10 +57425,6 @@ -0.0, 0.005, 0.013, 0.013] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -62252,7 +61292,7 @@ "file name": "appbio_quantstudio_example01.txt", "UNC path": "tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_example01.txt", "ASM converter name": "allotropy_appbio_quantstudio_rt_pcr", - "ASM converter version": "0.1.84", + "ASM converter version": "0.1.105", "software name": "Thermo QuantStudio", "software version": "1.0" }, diff --git a/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_example02.json b/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_example02.json index 0d26b8ade..045e0e56e 100644 --- a/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_example02.json +++ b/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_example02.json @@ -57,15 +57,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "normalized reporter result": { @@ -262,15 +260,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "normalized reporter result": { @@ -491,15 +487,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -689,15 +683,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "normalized reporter result": { @@ -918,15 +910,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -1117,15 +1107,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "normalized reporter result": { @@ -1344,15 +1332,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -1541,15 +1527,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "normalized reporter result": { @@ -1766,15 +1750,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -1960,15 +1942,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "normalized reporter result": { @@ -2188,15 +2168,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -2385,15 +2363,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "normalized reporter result": { @@ -2614,15 +2590,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -2813,15 +2787,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -3029,15 +3001,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -3225,15 +3195,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -3442,15 +3410,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -3642,15 +3608,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -3858,15 +3822,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -4054,15 +4016,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -4267,15 +4227,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -4466,15 +4424,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -4681,15 +4637,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -4882,15 +4836,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -5095,15 +5047,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "normalized reporter result": { @@ -5290,15 +5240,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "normalized reporter result": { @@ -5519,15 +5467,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -5722,15 +5668,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "normalized reporter result": { @@ -5942,15 +5886,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -6141,15 +6083,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "normalized reporter result": { @@ -6370,15 +6310,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -6567,15 +6505,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "normalized reporter result": { @@ -6794,15 +6730,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -6996,15 +6930,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "normalized reporter result": { @@ -7226,15 +7158,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -7424,15 +7354,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "normalized reporter result": { @@ -7654,15 +7582,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -7850,15 +7776,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -8064,15 +7988,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -8261,15 +8183,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -8475,15 +8395,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -8672,15 +8590,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -8887,15 +8803,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -9086,15 +9000,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -9301,15 +9213,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -9499,15 +9409,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -9715,15 +9623,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -9915,15 +9821,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -10129,15 +10033,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "normalized reporter result": { @@ -10328,15 +10230,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "normalized reporter result": { @@ -10560,15 +10460,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -10759,15 +10657,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "normalized reporter result": { @@ -10988,15 +10884,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -11185,15 +11079,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "normalized reporter result": { @@ -11415,15 +11307,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -11614,15 +11504,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "normalized reporter result": { @@ -11840,15 +11728,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -12037,15 +11923,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "normalized reporter result": { @@ -12264,15 +12148,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -12461,15 +12343,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "normalized reporter result": { @@ -12683,15 +12563,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -12880,15 +12758,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -13095,15 +12971,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -13296,15 +13170,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -13512,15 +13384,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -13708,15 +13578,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -13923,15 +13791,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -14120,15 +13986,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -14334,15 +14198,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -14533,15 +14395,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -14749,15 +14609,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -14944,15 +14802,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -15157,15 +15013,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "normalized reporter result": { @@ -15366,15 +15220,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "normalized reporter result": { @@ -15596,15 +15448,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -15793,15 +15643,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "normalized reporter result": { @@ -16019,15 +15867,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -16217,15 +16063,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "normalized reporter result": { @@ -16436,15 +16280,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -16634,15 +16476,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "normalized reporter result": { @@ -16862,15 +16702,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -17061,15 +16899,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "normalized reporter result": { @@ -17291,15 +17127,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -17492,15 +17326,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "normalized reporter result": { @@ -17714,15 +17546,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -17912,15 +17742,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -18127,15 +17955,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -18325,15 +18151,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -18543,15 +18367,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -18743,15 +18565,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -18958,15 +18778,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -19155,15 +18973,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -19371,15 +19187,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -19569,15 +19383,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -19785,15 +19597,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -19983,15 +19793,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -20199,15 +20007,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -20395,15 +20201,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "normalized reporter result": { @@ -20623,15 +20427,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -20821,15 +20623,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "normalized reporter result": { @@ -21053,15 +20853,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -21254,15 +21052,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "normalized reporter result": { @@ -21484,15 +21280,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -21683,15 +21477,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "normalized reporter result": { @@ -21913,15 +21705,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -22112,15 +21902,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "normalized reporter result": { @@ -22330,15 +22118,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -22532,15 +22318,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "normalized reporter result": { @@ -22757,15 +22541,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -22952,15 +22734,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -23169,15 +22949,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -23370,15 +23148,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -23584,15 +23360,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -23784,15 +23558,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -23999,15 +23771,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -24196,15 +23966,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -24412,15 +24180,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -24612,15 +24378,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -24827,15 +24591,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -25022,15 +24784,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -25239,15 +24999,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -25437,15 +25195,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "normalized reporter result": { @@ -25667,15 +25423,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -25868,15 +25622,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "normalized reporter result": { @@ -26094,15 +25846,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -26295,15 +26045,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "normalized reporter result": { @@ -26523,15 +26271,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -26723,15 +26469,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "normalized reporter result": { @@ -26947,15 +26691,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -27145,15 +26887,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "normalized reporter result": { @@ -27360,15 +27100,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -27557,15 +27295,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "normalized reporter result": { @@ -27775,15 +27511,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -27975,15 +27709,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -28190,15 +27922,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -28390,15 +28120,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -28605,15 +28333,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -28803,15 +28529,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -29019,15 +28743,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -29215,15 +28937,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -29432,15 +29152,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -29633,15 +29351,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -29848,15 +29564,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -30045,15 +29759,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -30258,15 +29970,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -30456,15 +30166,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "normalized reporter result": { @@ -30683,15 +30391,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -30885,15 +30591,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "normalized reporter result": { @@ -31115,15 +30819,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -31313,15 +31015,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "normalized reporter result": { @@ -31540,15 +31240,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -31739,15 +31437,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "normalized reporter result": { @@ -31959,15 +31655,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -32156,15 +31850,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "normalized reporter result": { @@ -32384,15 +32076,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -32581,15 +32271,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "normalized reporter result": { @@ -32810,15 +32498,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -33010,15 +32696,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -33226,15 +32910,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -33427,15 +33109,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -33643,15 +33323,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -33842,15 +33520,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -34057,15 +33733,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -34258,15 +33932,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -34473,15 +34145,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -34672,15 +34342,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -34888,15 +34556,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -35086,15 +34752,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -35298,15 +34962,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -35497,15 +35159,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "normalized reporter result": { @@ -35726,15 +35386,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -35927,15 +35585,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "normalized reporter result": { @@ -36157,15 +35813,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -36352,15 +36006,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "normalized reporter result": { @@ -36581,15 +36233,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -36779,15 +36429,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "normalized reporter result": { @@ -37009,15 +36657,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -37208,15 +36854,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "Y", "NOISE": "N", + "noamp": "Y", "BADROX": "N", - "expfail": "Y", - "omit": false, "OUTLIERRG": "N", - "noamp": "Y", - "CQCONF": "N" + "omit": false } }, "normalized reporter result": { @@ -37436,15 +37080,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -37635,15 +37277,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "normalized reporter result": { @@ -37855,15 +37495,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -38054,15 +37692,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -38271,15 +37907,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -38468,15 +38102,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -38685,15 +38317,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -38883,15 +38513,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -39098,15 +38726,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -39298,15 +38924,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -39514,15 +39138,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -39712,15 +39334,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -39928,15 +39548,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -40127,15 +39745,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "CQCONF": "N", + "expfail": "N", "NOISE": "N", + "noamp": "N", "BADROX": "N", - "expfail": "N", - "omit": false, "OUTLIERRG": "N", - "noamp": "N", - "CQCONF": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -46505,7 +46121,7 @@ "file name": "appbio_quantstudio_example02.txt", "UNC path": "tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_example02.txt", "ASM converter name": "allotropy_appbio_quantstudio_rt_pcr", - "ASM converter version": "0.1.84", + "ASM converter version": "0.1.105", "software name": "Thermo QuantStudio", "software version": "1.0" }, diff --git a/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_example03.json b/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_example03.json index 6d5a28635..9fc090427 100644 --- a/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_example03.json +++ b/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_example03.json @@ -52,15 +52,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "normalized reporter data cube": { @@ -143,14 +141,14 @@ }, "genotyping qPCR result": "Negative Control (NC)", "custom information document": { - "Allele2 Amp Score": 0.0, - "Allele1 Cq Conf": 0.0, - "Pass.Ref": 846041.75, - "Quality(%)": 100.0, - "Allele2 Cq Conf": 0.0, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 0.029, "Allele1 Amp Score": 0.0, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 0.0, + "Allele2 Cq Conf": 0.0, + "Quality(%)": 100.0, + "Allele1 Cq Conf": 0.0, + "Pass.Ref": 846041.75 } } ] @@ -183,11 +181,11 @@ "custom information document": { "well identifier": 1, "sample color": "RGB(238,238,0)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -209,13 +207,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "normalized reporter data cube": { @@ -367,15 +363,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -451,14 +445,14 @@ }, "genotyping qPCR result": "Homozygous Allele 1/Allele 1", "custom information document": { - "Allele2 Amp Score": 1.241, - "Allele1 Cq Conf": 0.991, - "Pass.Ref": 742771.0, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.963, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 1.706, "Allele1 Amp Score": 1.514, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.241, + "Allele2 Cq Conf": 0.963, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.991, + "Pass.Ref": 742771.0 } } ] @@ -491,11 +485,11 @@ "custom information document": { "well identifier": 2, "sample color": "RGB(0,0,255)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -517,13 +511,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -671,15 +663,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -757,14 +747,14 @@ }, "genotyping qPCR result": "Homozygous Allele 1/Allele 1", "custom information document": { - "Allele2 Amp Score": 1.243, - "Allele1 Cq Conf": 0.992, - "Pass.Ref": 707241.3, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.962, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 1.704, "Allele1 Amp Score": 1.517, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.243, + "Allele2 Cq Conf": 0.962, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.992, + "Pass.Ref": 707241.3 } } ] @@ -797,11 +787,11 @@ "custom information document": { "well identifier": 3, "sample color": "RGB(0,0,255)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -823,13 +813,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -976,15 +964,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -1064,14 +1050,14 @@ }, "genotyping qPCR result": "Homozygous Allele 1/Allele 1", "custom information document": { - "Allele2 Amp Score": 1.238, - "Allele1 Cq Conf": 0.99, - "Pass.Ref": 727069.3, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.952, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 1.695, "Allele1 Amp Score": 1.52, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.238, + "Allele2 Cq Conf": 0.952, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.99, + "Pass.Ref": 727069.3 } } ] @@ -1104,11 +1090,11 @@ "custom information document": { "well identifier": 4, "sample color": "RGB(0,0,255)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -1130,13 +1116,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -1284,15 +1268,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -1367,14 +1349,14 @@ }, "genotyping qPCR result": "Homozygous Allele 1/Allele 1", "custom information document": { - "Allele2 Amp Score": 1.234, - "Allele1 Cq Conf": 0.991, - "Pass.Ref": 808665.3, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.965, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 1.654, "Allele1 Amp Score": 1.517, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.234, + "Allele2 Cq Conf": 0.965, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.991, + "Pass.Ref": 808665.3 } } ] @@ -1407,11 +1389,11 @@ "custom information document": { "well identifier": 5, "sample color": "RGB(0,0,255)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -1433,13 +1415,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -1588,15 +1568,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -1674,14 +1652,14 @@ }, "genotyping qPCR result": "Homozygous Allele 2/Allele 2", "custom information document": { - "Allele2 Amp Score": 1.655, - "Allele1 Cq Conf": 0.928, - "Pass.Ref": 788566.2, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.992, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 6.9, "Allele1 Amp Score": 1.073, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.655, + "Allele2 Cq Conf": 0.992, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.928, + "Pass.Ref": 788566.2 } } ] @@ -1714,11 +1692,11 @@ "custom information document": { "well identifier": 6, "sample color": "RGB(0,139,69)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -1740,13 +1718,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -1894,15 +1870,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -1985,14 +1959,14 @@ }, "genotyping qPCR result": "Homozygous Allele 2/Allele 2", "custom information document": { - "Allele2 Amp Score": 1.655, - "Allele1 Cq Conf": 0.93, - "Pass.Ref": 793779.94, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.991, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 6.955, "Allele1 Amp Score": 1.058, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.655, + "Allele2 Cq Conf": 0.991, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.93, + "Pass.Ref": 793779.94 } } ] @@ -2025,11 +1999,11 @@ "custom information document": { "well identifier": 7, "sample color": "RGB(0,139,69)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -2051,13 +2025,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -2202,15 +2174,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -2291,14 +2261,14 @@ }, "genotyping qPCR result": "Homozygous Allele 2/Allele 2", "custom information document": { - "Allele2 Amp Score": 1.657, - "Allele1 Cq Conf": 0.908, - "Pass.Ref": 774023.06, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.991, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 6.979, "Allele1 Amp Score": 1.055, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.657, + "Allele2 Cq Conf": 0.991, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.908, + "Pass.Ref": 774023.06 } } ] @@ -2331,11 +2301,11 @@ "custom information document": { "well identifier": 8, "sample color": "RGB(0,139,69)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -2357,13 +2327,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -2507,15 +2475,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -2596,14 +2562,14 @@ }, "genotyping qPCR result": "Homozygous Allele 2/Allele 2", "custom information document": { - "Allele2 Amp Score": 1.659, - "Allele1 Cq Conf": 0.93, - "Pass.Ref": 810889.3, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.99, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 7.077, "Allele1 Amp Score": 1.071, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.659, + "Allele2 Cq Conf": 0.99, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.93, + "Pass.Ref": 810889.3 } } ] @@ -2636,11 +2602,11 @@ "custom information document": { "well identifier": 9, "sample color": "RGB(0,139,69)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -2662,13 +2628,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -2815,15 +2779,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -2902,14 +2864,14 @@ }, "genotyping qPCR result": "Heterozygous Allele 1/Allele 2", "custom information document": { - "Allele2 Amp Score": 1.555, - "Allele1 Cq Conf": 0.99, - "Pass.Ref": 796711.4, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.981, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 6.238, "Allele1 Amp Score": 1.464, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.555, + "Allele2 Cq Conf": 0.981, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.99, + "Pass.Ref": 796711.4 } } ] @@ -2942,11 +2904,11 @@ "custom information document": { "well identifier": 10, "sample color": "RGB(176,23,31)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -2968,13 +2930,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -3119,15 +3079,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -3206,14 +3164,14 @@ }, "genotyping qPCR result": "Heterozygous Allele 1/Allele 2", "custom information document": { - "Allele2 Amp Score": 1.564, - "Allele1 Cq Conf": 0.991, - "Pass.Ref": 784185.5, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.992, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 6.479, "Allele1 Amp Score": 1.465, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.564, + "Allele2 Cq Conf": 0.992, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.991, + "Pass.Ref": 784185.5 } } ] @@ -3246,11 +3204,11 @@ "custom information document": { "well identifier": 11, "sample color": "RGB(176,23,31)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -3272,13 +3230,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -3423,15 +3379,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -3508,14 +3462,14 @@ }, "genotyping qPCR result": "Heterozygous Allele 1/Allele 2", "custom information document": { - "Allele2 Amp Score": 1.563, - "Allele1 Cq Conf": 0.991, - "Pass.Ref": 791868.3, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.984, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 6.473, "Allele1 Amp Score": 1.463, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.563, + "Allele2 Cq Conf": 0.984, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.991, + "Pass.Ref": 791868.3 } } ] @@ -3548,11 +3502,11 @@ "custom information document": { "well identifier": 12, "sample color": "RGB(176,23,31)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -3574,13 +3528,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -3724,15 +3676,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "normalized reporter data cube": { @@ -3816,14 +3766,14 @@ }, "genotyping qPCR result": "Negative Control (NC)", "custom information document": { - "Allele2 Amp Score": 0.0, - "Allele1 Cq Conf": 0.0, - "Pass.Ref": 857660.0, - "Quality(%)": 100.0, - "Allele2 Cq Conf": 0.0, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 0.036, "Allele1 Amp Score": 0.0, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 0.0, + "Allele2 Cq Conf": 0.0, + "Quality(%)": 100.0, + "Allele1 Cq Conf": 0.0, + "Pass.Ref": 857660.0 } } ] @@ -3856,11 +3806,11 @@ "custom information document": { "well identifier": 13, "sample color": "RGB(238,238,0)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -3882,13 +3832,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "normalized reporter data cube": { @@ -4041,15 +3989,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -4128,14 +4074,14 @@ }, "genotyping qPCR result": "Homozygous Allele 1/Allele 1", "custom information document": { - "Allele2 Amp Score": 1.234, - "Allele1 Cq Conf": 0.99, - "Pass.Ref": 744318.44, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.951, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 1.657, "Allele1 Amp Score": 1.511, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.234, + "Allele2 Cq Conf": 0.951, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.99, + "Pass.Ref": 744318.44 } } ] @@ -4168,11 +4114,11 @@ "custom information document": { "well identifier": 14, "sample color": "RGB(0,0,255)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -4194,13 +4140,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -4348,15 +4292,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -4436,14 +4378,14 @@ }, "genotyping qPCR result": "Homozygous Allele 1/Allele 1", "custom information document": { - "Allele2 Amp Score": 1.231, - "Allele1 Cq Conf": 0.989, - "Pass.Ref": 709509.2, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.961, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 1.621, "Allele1 Amp Score": 1.512, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.231, + "Allele2 Cq Conf": 0.961, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.989, + "Pass.Ref": 709509.2 } } ] @@ -4476,11 +4418,11 @@ "custom information document": { "well identifier": 15, "sample color": "RGB(0,0,255)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -4502,13 +4444,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -4655,15 +4595,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -4746,14 +4684,14 @@ }, "genotyping qPCR result": "Homozygous Allele 1/Allele 1", "custom information document": { - "Allele2 Amp Score": 1.233, - "Allele1 Cq Conf": 0.989, - "Pass.Ref": 740986.6, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.955, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 1.642, "Allele1 Amp Score": 1.513, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.233, + "Allele2 Cq Conf": 0.955, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.989, + "Pass.Ref": 740986.6 } } ] @@ -4786,11 +4724,11 @@ "custom information document": { "well identifier": 16, "sample color": "RGB(0,0,255)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -4812,13 +4750,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -4965,15 +4901,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -5055,14 +4989,14 @@ }, "genotyping qPCR result": "Homozygous Allele 1/Allele 1", "custom information document": { - "Allele2 Amp Score": 1.226, - "Allele1 Cq Conf": 0.988, - "Pass.Ref": 792545.3, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.949, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 1.584, "Allele1 Amp Score": 1.507, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.226, + "Allele2 Cq Conf": 0.949, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.988, + "Pass.Ref": 792545.3 } } ] @@ -5095,11 +5029,11 @@ "custom information document": { "well identifier": 17, "sample color": "RGB(0,0,255)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -5121,13 +5055,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -5275,15 +5207,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -5361,14 +5291,14 @@ }, "genotyping qPCR result": "Homozygous Allele 2/Allele 2", "custom information document": { - "Allele2 Amp Score": 1.649, - "Allele1 Cq Conf": 0.921, - "Pass.Ref": 767831.3, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.991, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 6.769, "Allele1 Amp Score": 1.056, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.649, + "Allele2 Cq Conf": 0.991, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.921, + "Pass.Ref": 767831.3 } } ] @@ -5401,11 +5331,11 @@ "custom information document": { "well identifier": 18, "sample color": "RGB(0,139,69)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -5427,13 +5357,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -5578,15 +5506,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -5667,14 +5593,14 @@ }, "genotyping qPCR result": "Homozygous Allele 2/Allele 2", "custom information document": { - "Allele2 Amp Score": 1.649, - "Allele1 Cq Conf": 0.924, - "Pass.Ref": 795145.2, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.992, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 6.785, "Allele1 Amp Score": 1.06, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.649, + "Allele2 Cq Conf": 0.992, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.924, + "Pass.Ref": 795145.2 } } ] @@ -5707,11 +5633,11 @@ "custom information document": { "well identifier": 19, "sample color": "RGB(0,139,69)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -5733,13 +5659,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -5884,15 +5808,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -5974,14 +5896,14 @@ }, "genotyping qPCR result": "Homozygous Allele 2/Allele 2", "custom information document": { - "Allele2 Amp Score": 1.652, - "Allele1 Cq Conf": 0.919, - "Pass.Ref": 785107.75, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.991, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 6.893, "Allele1 Amp Score": 1.064, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.652, + "Allele2 Cq Conf": 0.991, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.919, + "Pass.Ref": 785107.75 } } ] @@ -6014,11 +5936,11 @@ "custom information document": { "well identifier": 20, "sample color": "RGB(0,139,69)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -6040,13 +5962,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -6190,15 +6110,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -6277,14 +6195,14 @@ }, "genotyping qPCR result": "Homozygous Allele 2/Allele 2", "custom information document": { - "Allele2 Amp Score": 1.654, - "Allele1 Cq Conf": 0.93, - "Pass.Ref": 819824.7, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.99, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 6.937, "Allele1 Amp Score": 1.062, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.654, + "Allele2 Cq Conf": 0.99, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.93, + "Pass.Ref": 819824.7 } } ] @@ -6317,11 +6235,11 @@ "custom information document": { "well identifier": 21, "sample color": "RGB(0,139,69)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -6343,13 +6261,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -6494,15 +6410,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -6579,14 +6493,14 @@ }, "genotyping qPCR result": "Heterozygous Allele 1/Allele 2", "custom information document": { - "Allele2 Amp Score": 1.559, - "Allele1 Cq Conf": 0.991, - "Pass.Ref": 741916.7, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.987, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 6.316, "Allele1 Amp Score": 1.461, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.559, + "Allele2 Cq Conf": 0.987, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.991, + "Pass.Ref": 741916.7 } } ] @@ -6619,11 +6533,11 @@ "custom information document": { "well identifier": 22, "sample color": "RGB(176,23,31)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -6645,13 +6559,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -6797,15 +6709,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -6885,14 +6795,14 @@ }, "genotyping qPCR result": "Heterozygous Allele 1/Allele 2", "custom information document": { - "Allele2 Amp Score": 1.558, - "Allele1 Cq Conf": 0.99, - "Pass.Ref": 754421.94, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.989, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 6.346, "Allele1 Amp Score": 1.463, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.558, + "Allele2 Cq Conf": 0.989, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.99, + "Pass.Ref": 754421.94 } } ] @@ -6925,11 +6835,11 @@ "custom information document": { "well identifier": 23, "sample color": "RGB(176,23,31)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -6951,13 +6861,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -7101,15 +7009,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -7187,14 +7093,14 @@ }, "genotyping qPCR result": "Heterozygous Allele 1/Allele 2", "custom information document": { - "Allele2 Amp Score": 1.564, - "Allele1 Cq Conf": 0.991, - "Pass.Ref": 799529.94, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.991, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 6.453, "Allele1 Amp Score": 1.46, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.564, + "Allele2 Cq Conf": 0.991, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.991, + "Pass.Ref": 799529.94 } } ] @@ -7227,11 +7133,11 @@ "custom information document": { "well identifier": 24, "sample color": "RGB(176,23,31)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -7253,13 +7159,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -7403,15 +7307,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "normalized reporter data cube": { @@ -7492,14 +7394,14 @@ }, "genotyping qPCR result": "Negative Control (NC)", "custom information document": { - "Allele2 Amp Score": 0.0, - "Allele1 Cq Conf": 0.0, - "Pass.Ref": 900094.1, - "Quality(%)": 100.0, - "Allele2 Cq Conf": 0.0, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 0.03, "Allele1 Amp Score": 0.0, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 0.0, + "Allele2 Cq Conf": 0.0, + "Quality(%)": 100.0, + "Allele1 Cq Conf": 0.0, + "Pass.Ref": 900094.1 } } ] @@ -7532,11 +7434,11 @@ "custom information document": { "well identifier": 25, "sample color": "RGB(238,238,0)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -7558,13 +7460,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "normalized reporter data cube": { @@ -7716,15 +7616,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -7803,14 +7701,14 @@ }, "genotyping qPCR result": "Homozygous Allele 1/Allele 1", "custom information document": { - "Allele2 Amp Score": 1.216, - "Allele1 Cq Conf": 0.99, - "Pass.Ref": 801671.1, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.952, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 1.503, "Allele1 Amp Score": 1.509, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.216, + "Allele2 Cq Conf": 0.952, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.99, + "Pass.Ref": 801671.1 } } ] @@ -7843,11 +7741,11 @@ "custom information document": { "well identifier": 26, "sample color": "RGB(0,0,255)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -7869,13 +7767,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -8026,15 +7922,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -8112,14 +8006,14 @@ }, "genotyping qPCR result": "Homozygous Allele 1/Allele 1", "custom information document": { - "Allele2 Amp Score": 1.22, - "Allele1 Cq Conf": 0.989, - "Pass.Ref": 762365.06, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.949, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 1.551, "Allele1 Amp Score": 1.505, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.22, + "Allele2 Cq Conf": 0.949, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.989, + "Pass.Ref": 762365.06 } } ] @@ -8152,11 +8046,11 @@ "custom information document": { "well identifier": 27, "sample color": "RGB(0,0,255)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -8178,13 +8072,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -8330,15 +8222,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -8417,14 +8307,14 @@ }, "genotyping qPCR result": "Homozygous Allele 1/Allele 1", "custom information document": { - "Allele2 Amp Score": 1.216, - "Allele1 Cq Conf": 0.991, - "Pass.Ref": 810939.8, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.959, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 1.51, "Allele1 Amp Score": 1.509, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.216, + "Allele2 Cq Conf": 0.959, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.991, + "Pass.Ref": 810939.8 } } ] @@ -8457,11 +8347,11 @@ "custom information document": { "well identifier": 28, "sample color": "RGB(0,0,255)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -8483,13 +8373,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -8638,15 +8526,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -8727,14 +8613,14 @@ }, "genotyping qPCR result": "Homozygous Allele 1/Allele 1", "custom information document": { - "Allele2 Amp Score": 1.217, - "Allele1 Cq Conf": 0.991, - "Pass.Ref": 819674.2, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.956, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 1.548, "Allele1 Amp Score": 1.508, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.217, + "Allele2 Cq Conf": 0.956, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.991, + "Pass.Ref": 819674.2 } } ] @@ -8767,11 +8653,11 @@ "custom information document": { "well identifier": 29, "sample color": "RGB(0,0,255)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -8793,13 +8679,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -8948,15 +8832,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -9034,14 +8916,14 @@ }, "genotyping qPCR result": "Homozygous Allele 2/Allele 2", "custom information document": { - "Allele2 Amp Score": 1.645, - "Allele1 Cq Conf": 0.95, - "Pass.Ref": 820174.6, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.991, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 6.691, "Allele1 Amp Score": 1.052, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.645, + "Allele2 Cq Conf": 0.991, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.95, + "Pass.Ref": 820174.6 } } ] @@ -9074,11 +8956,11 @@ "custom information document": { "well identifier": 30, "sample color": "RGB(0,139,69)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -9100,13 +8982,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -9253,15 +9133,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -9342,14 +9220,14 @@ }, "genotyping qPCR result": "Homozygous Allele 2/Allele 2", "custom information document": { - "Allele2 Amp Score": 1.644, - "Allele1 Cq Conf": 0.915, - "Pass.Ref": 820645.9, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.991, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 6.721, "Allele1 Amp Score": 1.048, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.644, + "Allele2 Cq Conf": 0.991, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.915, + "Pass.Ref": 820645.9 } } ] @@ -9382,11 +9260,11 @@ "custom information document": { "well identifier": 31, "sample color": "RGB(0,139,69)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -9408,13 +9286,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -9558,15 +9434,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -9645,14 +9519,14 @@ }, "genotyping qPCR result": "Homozygous Allele 2/Allele 2", "custom information document": { - "Allele2 Amp Score": 1.646, - "Allele1 Cq Conf": 0.914, - "Pass.Ref": 747793.6, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.988, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 6.677, "Allele1 Amp Score": 1.047, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.646, + "Allele2 Cq Conf": 0.988, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.914, + "Pass.Ref": 747793.6 } } ] @@ -9685,11 +9559,11 @@ "custom information document": { "well identifier": 32, "sample color": "RGB(0,139,69)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -9711,13 +9585,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -9862,15 +9734,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -9948,14 +9818,14 @@ }, "genotyping qPCR result": "Homozygous Allele 2/Allele 2", "custom information document": { - "Allele2 Amp Score": 1.651, - "Allele1 Cq Conf": 0.93, - "Pass.Ref": 811728.25, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.99, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 6.91, "Allele1 Amp Score": 1.058, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.651, + "Allele2 Cq Conf": 0.99, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.93, + "Pass.Ref": 811728.25 } } ] @@ -9988,11 +9858,11 @@ "custom information document": { "well identifier": 33, "sample color": "RGB(0,139,69)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -10014,13 +9884,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -10165,15 +10033,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -10249,14 +10115,14 @@ }, "genotyping qPCR result": "Heterozygous Allele 1/Allele 2", "custom information document": { + "Allele2 Ct Threshold": 0.132, + "Allele2 Delta Rn": 6.138, + "Allele1 Amp Score": 1.456, "Allele2 Amp Score": 1.552, - "Allele1 Cq Conf": 0.99, - "Pass.Ref": 775624.3, - "Quality(%)": 98.846, "Allele2 Cq Conf": 0.987, - "Allele2 Delta Rn": 6.138, - "Allele1 Amp Score": 1.456, - "Allele2 Ct Threshold": 0.132 + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.99, + "Pass.Ref": 775624.3 } } ] @@ -10289,11 +10155,11 @@ "custom information document": { "well identifier": 34, "sample color": "RGB(176,23,31)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -10315,13 +10181,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -10465,15 +10329,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -10553,14 +10415,14 @@ }, "genotyping qPCR result": "Heterozygous Allele 1/Allele 2", "custom information document": { - "Allele2 Amp Score": 1.555, - "Allele1 Cq Conf": 0.989, - "Pass.Ref": 795510.3, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.989, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 6.213, "Allele1 Amp Score": 1.452, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.555, + "Allele2 Cq Conf": 0.989, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.989, + "Pass.Ref": 795510.3 } } ] @@ -10593,11 +10455,11 @@ "custom information document": { "well identifier": 35, "sample color": "RGB(176,23,31)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -10619,13 +10481,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -10768,15 +10628,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -10853,14 +10711,14 @@ }, "genotyping qPCR result": "Heterozygous Allele 1/Allele 2", "custom information document": { - "Allele2 Amp Score": 1.556, - "Allele1 Cq Conf": 0.991, - "Pass.Ref": 793263.0, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.993, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 6.242, "Allele1 Amp Score": 1.453, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.556, + "Allele2 Cq Conf": 0.993, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.991, + "Pass.Ref": 793263.0 } } ] @@ -10893,11 +10751,11 @@ "custom information document": { "well identifier": 36, "sample color": "RGB(176,23,31)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -10919,13 +10777,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -11069,15 +10925,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "normalized reporter data cube": { @@ -11158,14 +11012,14 @@ }, "genotyping qPCR result": "Negative Control (NC)", "custom information document": { - "Allele2 Amp Score": 0.0, - "Allele1 Cq Conf": 0.0, - "Pass.Ref": 889931.2, - "Quality(%)": 100.0, - "Allele2 Cq Conf": 0.0, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 0.036, "Allele1 Amp Score": 0.0, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 0.0, + "Allele2 Cq Conf": 0.0, + "Quality(%)": 100.0, + "Allele1 Cq Conf": 0.0, + "Pass.Ref": 889931.2 } } ] @@ -11198,11 +11052,11 @@ "custom information document": { "well identifier": 37, "sample color": "RGB(238,238,0)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -11224,13 +11078,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "normalized reporter data cube": { @@ -11381,15 +11233,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -11465,14 +11315,14 @@ }, "genotyping qPCR result": "Homozygous Allele 1/Allele 1", "custom information document": { - "Allele2 Amp Score": 1.213, - "Allele1 Cq Conf": 0.993, - "Pass.Ref": 785770.5, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.963, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 1.51, "Allele1 Amp Score": 1.507, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.213, + "Allele2 Cq Conf": 0.963, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.993, + "Pass.Ref": 785770.5 } } ] @@ -11505,11 +11355,11 @@ "custom information document": { "well identifier": 38, "sample color": "RGB(0,0,255)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -11531,13 +11381,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -11685,15 +11533,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -11772,14 +11618,14 @@ }, "genotyping qPCR result": "Homozygous Allele 1/Allele 1", "custom information document": { - "Allele2 Amp Score": 1.203, - "Allele1 Cq Conf": 0.988, - "Pass.Ref": 793786.44, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.948, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 1.441, "Allele1 Amp Score": 1.504, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.203, + "Allele2 Cq Conf": 0.948, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.988, + "Pass.Ref": 793786.44 } } ] @@ -11812,11 +11658,11 @@ "custom information document": { "well identifier": 39, "sample color": "RGB(0,0,255)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -11838,13 +11684,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -11991,15 +11835,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -12077,14 +11919,14 @@ }, "genotyping qPCR result": "Homozygous Allele 1/Allele 1", "custom information document": { - "Allele2 Amp Score": 1.208, - "Allele1 Cq Conf": 0.993, - "Pass.Ref": 801988.0, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.953, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 1.471, "Allele1 Amp Score": 1.504, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.208, + "Allele2 Cq Conf": 0.953, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.993, + "Pass.Ref": 801988.0 } } ] @@ -12117,11 +11959,11 @@ "custom information document": { "well identifier": 40, "sample color": "RGB(0,0,255)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -12143,13 +11985,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -12299,15 +12139,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -12383,14 +12221,14 @@ }, "genotyping qPCR result": "Homozygous Allele 1/Allele 1", "custom information document": { - "Allele2 Amp Score": 1.222, - "Allele1 Cq Conf": 0.989, - "Pass.Ref": 829681.3, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.963, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 1.487, "Allele1 Amp Score": 1.505, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.222, + "Allele2 Cq Conf": 0.963, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.989, + "Pass.Ref": 829681.3 } } ] @@ -12423,11 +12261,11 @@ "custom information document": { "well identifier": 41, "sample color": "RGB(0,0,255)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -12449,13 +12287,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -12600,15 +12436,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -12688,14 +12522,14 @@ }, "genotyping qPCR result": "Homozygous Allele 2/Allele 2", "custom information document": { - "Allele2 Amp Score": 1.637, - "Allele1 Cq Conf": 0.933, - "Pass.Ref": 860552.4, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.989, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 6.505, "Allele1 Amp Score": 1.046, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.637, + "Allele2 Cq Conf": 0.989, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.933, + "Pass.Ref": 860552.4 } } ] @@ -12728,11 +12562,11 @@ "custom information document": { "well identifier": 42, "sample color": "RGB(0,139,69)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -12754,13 +12588,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -12906,15 +12738,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -12994,14 +12824,14 @@ }, "genotyping qPCR result": "Homozygous Allele 2/Allele 2", "custom information document": { - "Allele2 Amp Score": 1.638, - "Allele1 Cq Conf": 0.895, - "Pass.Ref": 838459.25, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.988, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 6.577, "Allele1 Amp Score": 1.042, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.638, + "Allele2 Cq Conf": 0.988, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.895, + "Pass.Ref": 838459.25 } } ] @@ -13034,11 +12864,11 @@ "custom information document": { "well identifier": 43, "sample color": "RGB(0,139,69)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -13060,13 +12890,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -13213,15 +13041,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -13301,14 +13127,14 @@ }, "genotyping qPCR result": "Homozygous Allele 2/Allele 2", "custom information document": { - "Allele2 Amp Score": 1.643, - "Allele1 Cq Conf": 0.935, - "Pass.Ref": 838773.5, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.991, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 6.729, "Allele1 Amp Score": 1.049, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.643, + "Allele2 Cq Conf": 0.991, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.935, + "Pass.Ref": 838773.5 } } ] @@ -13341,11 +13167,11 @@ "custom information document": { "well identifier": 44, "sample color": "RGB(0,139,69)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -13367,13 +13193,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -13519,15 +13343,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -13609,16 +13431,16 @@ }, "genotyping qPCR result": "Homozygous Allele 2/Allele 2", "custom information document": { - "Allele2 Amp Score": 1.647, - "Allele1 Cq Conf": 0.934, - "Pass.Ref": 776683.8, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.989, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 6.83, "Allele1 Amp Score": 1.051, - "Allele2 Ct Threshold": 0.132 - } - } + "Allele2 Amp Score": 1.647, + "Allele2 Cq Conf": 0.989, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.934, + "Pass.Ref": 776683.8 + } + } ] }, "target DNA description": "CYP19_2-Allele 1" @@ -13649,11 +13471,11 @@ "custom information document": { "well identifier": 45, "sample color": "RGB(0,139,69)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -13675,13 +13497,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -13826,15 +13646,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -13909,14 +13727,14 @@ }, "genotyping qPCR result": "Heterozygous Allele 1/Allele 2", "custom information document": { - "Allele2 Amp Score": 1.546, - "Allele1 Cq Conf": 0.994, - "Pass.Ref": 787028.4, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.99, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 6.016, "Allele1 Amp Score": 1.452, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.546, + "Allele2 Cq Conf": 0.99, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.994, + "Pass.Ref": 787028.4 } } ] @@ -13949,11 +13767,11 @@ "custom information document": { "well identifier": 46, "sample color": "RGB(176,23,31)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -13975,13 +13793,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -14124,15 +13940,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -14210,14 +14024,14 @@ }, "genotyping qPCR result": "Heterozygous Allele 1/Allele 2", "custom information document": { - "Allele2 Amp Score": 1.548, - "Allele1 Cq Conf": 0.989, - "Pass.Ref": 807638.6, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.989, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 6.021, "Allele1 Amp Score": 1.45, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.548, + "Allele2 Cq Conf": 0.989, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.989, + "Pass.Ref": 807638.6 } } ] @@ -14250,11 +14064,11 @@ "custom information document": { "well identifier": 47, "sample color": "RGB(176,23,31)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -14276,13 +14090,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -14428,15 +14240,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -14514,14 +14324,14 @@ }, "genotyping qPCR result": "Heterozygous Allele 1/Allele 2", "custom information document": { - "Allele2 Amp Score": 1.552, - "Allele1 Cq Conf": 0.991, - "Pass.Ref": 817703.8, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.991, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 6.195, "Allele1 Amp Score": 1.451, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.552, + "Allele2 Cq Conf": 0.991, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.991, + "Pass.Ref": 817703.8 } } ] @@ -14554,11 +14364,11 @@ "custom information document": { "well identifier": 48, "sample color": "RGB(176,23,31)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -14580,13 +14390,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -14730,15 +14538,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "normalized reporter data cube": { @@ -14824,14 +14630,14 @@ }, "genotyping qPCR result": "Negative Control (NC)", "custom information document": { - "Allele2 Amp Score": 0.0, - "Allele1 Cq Conf": 0.0, - "Pass.Ref": 898540.6, - "Quality(%)": 100.0, - "Allele2 Cq Conf": 0.0, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 0.032, "Allele1 Amp Score": 0.0, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 0.0, + "Allele2 Cq Conf": 0.0, + "Quality(%)": 100.0, + "Allele1 Cq Conf": 0.0, + "Pass.Ref": 898540.6 } } ] @@ -14864,11 +14670,11 @@ "custom information document": { "well identifier": 49, "sample color": "RGB(238,238,0)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -14890,13 +14696,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "normalized reporter data cube": { @@ -15049,15 +14853,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -15135,14 +14937,14 @@ }, "genotyping qPCR result": "Homozygous Allele 1/Allele 1", "custom information document": { - "Allele2 Amp Score": 1.202, - "Allele1 Cq Conf": 0.991, - "Pass.Ref": 799712.25, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.962, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 1.422, "Allele1 Amp Score": 1.488, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.202, + "Allele2 Cq Conf": 0.962, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.991, + "Pass.Ref": 799712.25 } } ] @@ -15175,11 +14977,11 @@ "custom information document": { "well identifier": 50, "sample color": "RGB(0,0,255)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -15201,13 +15003,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -15354,15 +15154,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -15441,14 +15239,14 @@ }, "genotyping qPCR result": "Homozygous Allele 1/Allele 1", "custom information document": { - "Allele2 Amp Score": 1.194, - "Allele1 Cq Conf": 0.988, - "Pass.Ref": 780460.44, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.959, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 1.375, "Allele1 Amp Score": 1.486, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.194, + "Allele2 Cq Conf": 0.959, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.988, + "Pass.Ref": 780460.44 } } ] @@ -15481,11 +15279,11 @@ "custom information document": { "well identifier": 51, "sample color": "RGB(0,0,255)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -15507,13 +15305,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -15660,15 +15456,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -15745,14 +15539,14 @@ }, "genotyping qPCR result": "Homozygous Allele 1/Allele 1", "custom information document": { - "Allele2 Amp Score": 1.203, - "Allele1 Cq Conf": 0.991, - "Pass.Ref": 820467.2, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.96, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 1.438, "Allele1 Amp Score": 1.492, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.203, + "Allele2 Cq Conf": 0.96, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.991, + "Pass.Ref": 820467.2 } } ] @@ -15785,11 +15579,11 @@ "custom information document": { "well identifier": 52, "sample color": "RGB(0,0,255)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -15811,13 +15605,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -15961,15 +15753,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -16049,14 +15839,14 @@ }, "genotyping qPCR result": "Homozygous Allele 1/Allele 1", "custom information document": { - "Allele2 Amp Score": 1.189, - "Allele1 Cq Conf": 0.987, - "Pass.Ref": 820646.75, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.934, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 1.346, "Allele1 Amp Score": 1.486, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.189, + "Allele2 Cq Conf": 0.934, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.987, + "Pass.Ref": 820646.75 } } ] @@ -16089,11 +15879,11 @@ "custom information document": { "well identifier": 53, "sample color": "RGB(0,0,255)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -16115,13 +15905,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -16267,15 +16055,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -16354,14 +16140,14 @@ }, "genotyping qPCR result": "Homozygous Allele 2/Allele 2", "custom information document": { - "Allele2 Amp Score": 1.627, - "Allele1 Cq Conf": 0.895, - "Pass.Ref": 798862.8, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.993, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 6.183, "Allele1 Amp Score": 1.039, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.627, + "Allele2 Cq Conf": 0.993, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.895, + "Pass.Ref": 798862.8 } } ] @@ -16394,11 +16180,11 @@ "custom information document": { "well identifier": 54, "sample color": "RGB(0,139,69)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -16420,13 +16206,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -16572,15 +16356,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -16658,14 +16440,14 @@ }, "genotyping qPCR result": "Homozygous Allele 2/Allele 2", "custom information document": { - "Allele2 Amp Score": 1.624, - "Allele1 Cq Conf": 0.939, - "Pass.Ref": 801760.5, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.99, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 6.104, "Allele1 Amp Score": 1.042, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.624, + "Allele2 Cq Conf": 0.99, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.939, + "Pass.Ref": 801760.5 } } ] @@ -16698,11 +16480,11 @@ "custom information document": { "well identifier": 55, "sample color": "RGB(0,139,69)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -16724,13 +16506,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -16877,15 +16657,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -16964,14 +16742,14 @@ }, "genotyping qPCR result": "Homozygous Allele 2/Allele 2", "custom information document": { - "Allele2 Amp Score": 1.628, - "Allele1 Cq Conf": 0.894, - "Pass.Ref": 811097.2, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.99, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 6.239, "Allele1 Amp Score": 1.041, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.628, + "Allele2 Cq Conf": 0.99, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.894, + "Pass.Ref": 811097.2 } } ] @@ -17004,11 +16782,11 @@ "custom information document": { "well identifier": 56, "sample color": "RGB(0,139,69)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -17030,13 +16808,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -17182,15 +16958,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -17270,14 +17044,14 @@ }, "genotyping qPCR result": "Homozygous Allele 2/Allele 2", "custom information document": { - "Allele2 Amp Score": 1.63, - "Allele1 Cq Conf": 0.908, - "Pass.Ref": 805264.06, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.978, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 6.23, "Allele1 Amp Score": 1.044, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.63, + "Allele2 Cq Conf": 0.978, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.908, + "Pass.Ref": 805264.06 } } ] @@ -17310,11 +17084,11 @@ "custom information document": { "well identifier": 57, "sample color": "RGB(0,139,69)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -17336,13 +17110,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -17488,15 +17260,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -17575,14 +17345,14 @@ }, "genotyping qPCR result": "Heterozygous Allele 1/Allele 2", "custom information document": { - "Allele2 Amp Score": 1.538, - "Allele1 Cq Conf": 0.988, - "Pass.Ref": 776659.56, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.988, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 5.668, "Allele1 Amp Score": 1.44, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.538, + "Allele2 Cq Conf": 0.988, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.988, + "Pass.Ref": 776659.56 } } ] @@ -17615,11 +17385,11 @@ "custom information document": { "well identifier": 58, "sample color": "RGB(176,23,31)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -17641,13 +17411,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -17792,15 +17560,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -17878,14 +17644,14 @@ }, "genotyping qPCR result": "Heterozygous Allele 1/Allele 2", "custom information document": { - "Allele2 Amp Score": 1.537, - "Allele1 Cq Conf": 0.991, - "Pass.Ref": 792499.5, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.989, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 5.684, "Allele1 Amp Score": 1.443, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.537, + "Allele2 Cq Conf": 0.989, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.991, + "Pass.Ref": 792499.5 } } ] @@ -17918,11 +17684,11 @@ "custom information document": { "well identifier": 59, "sample color": "RGB(176,23,31)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -17944,13 +17710,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -18098,15 +17862,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -18184,14 +17946,14 @@ }, "genotyping qPCR result": "Heterozygous Allele 1/Allele 2", "custom information document": { - "Allele2 Amp Score": 1.537, - "Allele1 Cq Conf": 0.989, - "Pass.Ref": 750732.44, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.983, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 5.774, "Allele1 Amp Score": 1.446, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.537, + "Allele2 Cq Conf": 0.983, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.989, + "Pass.Ref": 750732.44 } } ] @@ -18224,11 +17986,11 @@ "custom information document": { "well identifier": 60, "sample color": "RGB(176,23,31)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -18250,13 +18012,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -18401,15 +18161,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "normalized reporter data cube": { @@ -18490,14 +18248,14 @@ }, "genotyping qPCR result": "Negative Control (NC)", "custom information document": { - "Allele2 Amp Score": 0.0, - "Allele1 Cq Conf": 0.0, - "Pass.Ref": 912945.7, - "Quality(%)": 100.0, - "Allele2 Cq Conf": 0.0, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 0.032, "Allele1 Amp Score": 0.0, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 0.0, + "Allele2 Cq Conf": 0.0, + "Quality(%)": 100.0, + "Allele1 Cq Conf": 0.0, + "Pass.Ref": 912945.7 } } ] @@ -18530,11 +18288,11 @@ "custom information document": { "well identifier": 61, "sample color": "RGB(238,238,0)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -18556,13 +18314,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "normalized reporter data cube": { @@ -18711,15 +18467,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -18796,14 +18550,14 @@ }, "genotyping qPCR result": "Homozygous Allele 1/Allele 1", "custom information document": { - "Allele2 Amp Score": 1.214, - "Allele1 Cq Conf": 0.991, - "Pass.Ref": 768166.7, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.971, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 1.494, "Allele1 Amp Score": 1.505, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.214, + "Allele2 Cq Conf": 0.971, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.991, + "Pass.Ref": 768166.7 } } ] @@ -18836,11 +18590,11 @@ "custom information document": { "well identifier": 62, "sample color": "RGB(0,0,255)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -18862,13 +18616,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -19014,15 +18766,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -19097,14 +18847,14 @@ }, "genotyping qPCR result": "Homozygous Allele 1/Allele 1", "custom information document": { - "Allele2 Amp Score": 1.209, - "Allele1 Cq Conf": 0.994, - "Pass.Ref": 780267.0, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.957, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 1.469, "Allele1 Amp Score": 1.503, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.209, + "Allele2 Cq Conf": 0.957, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.994, + "Pass.Ref": 780267.0 } } ] @@ -19137,11 +18887,11 @@ "custom information document": { "well identifier": 63, "sample color": "RGB(0,0,255)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -19163,13 +18913,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -19315,15 +19063,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -19400,14 +19146,14 @@ }, "genotyping qPCR result": "Homozygous Allele 1/Allele 1", "custom information document": { - "Allele2 Amp Score": 1.211, - "Allele1 Cq Conf": 0.991, - "Pass.Ref": 794182.94, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.96, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 1.5, "Allele1 Amp Score": 1.501, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.211, + "Allele2 Cq Conf": 0.96, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.991, + "Pass.Ref": 794182.94 } } ] @@ -19440,11 +19186,11 @@ "custom information document": { "well identifier": 64, "sample color": "RGB(0,0,255)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -19466,13 +19212,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -19618,15 +19362,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -19703,14 +19445,14 @@ }, "genotyping qPCR result": "Homozygous Allele 1/Allele 1", "custom information document": { - "Allele2 Amp Score": 1.209, - "Allele1 Cq Conf": 0.989, - "Pass.Ref": 808424.44, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.969, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 1.475, "Allele1 Amp Score": 1.502, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.209, + "Allele2 Cq Conf": 0.969, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.989, + "Pass.Ref": 808424.44 } } ] @@ -19743,11 +19485,11 @@ "custom information document": { "well identifier": 65, "sample color": "RGB(0,0,255)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -19769,13 +19511,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -19921,15 +19661,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -20005,14 +19743,14 @@ }, "genotyping qPCR result": "Homozygous Allele 2/Allele 2", "custom information document": { - "Allele2 Amp Score": 1.639, - "Allele1 Cq Conf": 0.928, - "Pass.Ref": 818402.8, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.99, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 6.56, "Allele1 Amp Score": 1.06, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.639, + "Allele2 Cq Conf": 0.99, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.928, + "Pass.Ref": 818402.8 } } ] @@ -20045,11 +19783,11 @@ "custom information document": { "well identifier": 66, "sample color": "RGB(0,139,69)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -20071,13 +19809,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -20223,15 +19959,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -20310,14 +20044,14 @@ }, "genotyping qPCR result": "Homozygous Allele 2/Allele 2", "custom information document": { - "Allele2 Amp Score": 1.637, - "Allele1 Cq Conf": 0.928, - "Pass.Ref": 819444.9, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.988, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 6.527, "Allele1 Amp Score": 1.045, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.637, + "Allele2 Cq Conf": 0.988, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.928, + "Pass.Ref": 819444.9 } } ] @@ -20350,11 +20084,11 @@ "custom information document": { "well identifier": 67, "sample color": "RGB(0,139,69)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -20376,13 +20110,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -20528,15 +20260,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -20615,14 +20345,14 @@ }, "genotyping qPCR result": "Homozygous Allele 2/Allele 2", "custom information document": { - "Allele2 Amp Score": 1.642, - "Allele1 Cq Conf": 0.921, - "Pass.Ref": 769848.75, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.99, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 6.659, "Allele1 Amp Score": 1.051, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.642, + "Allele2 Cq Conf": 0.99, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.921, + "Pass.Ref": 769848.75 } } ] @@ -20655,11 +20385,11 @@ "custom information document": { "well identifier": 68, "sample color": "RGB(0,139,69)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -20681,13 +20411,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -20832,15 +20560,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -20920,14 +20646,14 @@ }, "genotyping qPCR result": "Homozygous Allele 2/Allele 2", "custom information document": { - "Allele2 Amp Score": 1.642, - "Allele1 Cq Conf": 0.951, - "Pass.Ref": 780921.8, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.992, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 6.661, "Allele1 Amp Score": 1.039, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.642, + "Allele2 Cq Conf": 0.992, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.951, + "Pass.Ref": 780921.8 } } ] @@ -20960,11 +20686,11 @@ "custom information document": { "well identifier": 69, "sample color": "RGB(0,139,69)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -20986,13 +20712,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -21138,15 +20862,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -21226,14 +20948,14 @@ }, "genotyping qPCR result": "Heterozygous Allele 1/Allele 2", "custom information document": { - "Allele2 Amp Score": 1.546, - "Allele1 Cq Conf": 0.99, - "Pass.Ref": 791295.56, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.988, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 5.959, "Allele1 Amp Score": 1.451, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.546, + "Allele2 Cq Conf": 0.988, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.99, + "Pass.Ref": 791295.56 } } ] @@ -21266,11 +20988,11 @@ "custom information document": { "well identifier": 70, "sample color": "RGB(176,23,31)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -21292,13 +21014,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -21444,15 +21164,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -21532,14 +21250,14 @@ }, "genotyping qPCR result": "Heterozygous Allele 1/Allele 2", "custom information document": { - "Allele2 Amp Score": 1.55, - "Allele1 Cq Conf": 0.993, - "Pass.Ref": 782909.75, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.991, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 6.081, "Allele1 Amp Score": 1.451, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.55, + "Allele2 Cq Conf": 0.991, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.993, + "Pass.Ref": 782909.75 } } ] @@ -21572,11 +21290,11 @@ "custom information document": { "well identifier": 71, "sample color": "RGB(176,23,31)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -21598,13 +21316,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -21749,15 +21465,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -21835,14 +21549,14 @@ }, "genotyping qPCR result": "Heterozygous Allele 1/Allele 2", "custom information document": { - "Allele2 Amp Score": 1.55, - "Allele1 Cq Conf": 0.99, - "Pass.Ref": 823646.3, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.994, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 6.186, "Allele1 Amp Score": 1.458, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.55, + "Allele2 Cq Conf": 0.994, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.99, + "Pass.Ref": 823646.3 } } ] @@ -21875,11 +21589,11 @@ "custom information document": { "well identifier": 72, "sample color": "RGB(176,23,31)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -21901,13 +21615,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -22052,15 +21764,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "normalized reporter data cube": { @@ -22147,14 +21857,14 @@ }, "genotyping qPCR result": "Negative Control (NC)", "custom information document": { - "Allele2 Amp Score": 0.0, - "Allele1 Cq Conf": 0.0, - "Pass.Ref": 897045.2, - "Quality(%)": 100.0, - "Allele2 Cq Conf": 0.0, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 0.038, "Allele1 Amp Score": 0.0, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 0.0, + "Allele2 Cq Conf": 0.0, + "Quality(%)": 100.0, + "Allele1 Cq Conf": 0.0, + "Pass.Ref": 897045.2 } } ] @@ -22187,11 +21897,11 @@ "custom information document": { "well identifier": 73, "sample color": "RGB(238,238,0)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -22213,13 +21923,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "normalized reporter data cube": { @@ -22374,15 +22082,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -22458,14 +22164,14 @@ }, "genotyping qPCR result": "Homozygous Allele 1/Allele 1", "custom information document": { - "Allele2 Amp Score": 1.222, - "Allele1 Cq Conf": 0.994, - "Pass.Ref": 769926.7, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.961, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 1.57, "Allele1 Amp Score": 1.507, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.222, + "Allele2 Cq Conf": 0.961, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.994, + "Pass.Ref": 769926.7 } } ] @@ -22498,11 +22204,11 @@ "custom information document": { "well identifier": 74, "sample color": "RGB(0,0,255)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -22524,13 +22230,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -22676,15 +22380,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -22763,14 +22465,14 @@ }, "genotyping qPCR result": "Homozygous Allele 1/Allele 1", "custom information document": { - "Allele2 Amp Score": 1.226, - "Allele1 Cq Conf": 0.993, - "Pass.Ref": 805915.6, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.967, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 1.588, "Allele1 Amp Score": 1.506, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.226, + "Allele2 Cq Conf": 0.967, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.993, + "Pass.Ref": 805915.6 } } ] @@ -22803,11 +22505,11 @@ "custom information document": { "well identifier": 75, "sample color": "RGB(0,0,255)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -22829,13 +22531,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -22982,15 +22682,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -23067,14 +22765,14 @@ }, "genotyping qPCR result": "Homozygous Allele 1/Allele 1", "custom information document": { - "Allele2 Amp Score": 1.22, - "Allele1 Cq Conf": 0.992, - "Pass.Ref": 813574.94, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.959, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 1.557, "Allele1 Amp Score": 1.503, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.22, + "Allele2 Cq Conf": 0.959, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.992, + "Pass.Ref": 813574.94 } } ] @@ -23107,11 +22805,11 @@ "custom information document": { "well identifier": 76, "sample color": "RGB(0,0,255)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -23133,13 +22831,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -23287,15 +22983,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -23374,14 +23068,14 @@ }, "genotyping qPCR result": "Homozygous Allele 1/Allele 1", "custom information document": { - "Allele2 Amp Score": 1.213, - "Allele1 Cq Conf": 0.988, - "Pass.Ref": 791873.5, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.961, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 1.517, "Allele1 Amp Score": 1.505, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.213, + "Allele2 Cq Conf": 0.961, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.988, + "Pass.Ref": 791873.5 } } ] @@ -23414,11 +23108,11 @@ "custom information document": { "well identifier": 77, "sample color": "RGB(0,0,255)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -23440,13 +23134,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -23593,15 +23285,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -23683,14 +23373,14 @@ }, "genotyping qPCR result": "Homozygous Allele 2/Allele 2", "custom information document": { - "Allele2 Amp Score": 1.639, - "Allele1 Cq Conf": 0.922, - "Pass.Ref": 817417.7, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.992, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 6.533, "Allele1 Amp Score": 1.031, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.639, + "Allele2 Cq Conf": 0.992, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.922, + "Pass.Ref": 817417.7 } } ] @@ -23723,11 +23413,11 @@ "custom information document": { "well identifier": 78, "sample color": "RGB(0,139,69)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -23749,13 +23439,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -23900,15 +23588,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -23992,14 +23678,14 @@ }, "genotyping qPCR result": "Homozygous Allele 2/Allele 2", "custom information document": { - "Allele2 Amp Score": 1.64, - "Allele1 Cq Conf": 0.915, - "Pass.Ref": 813659.0, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.995, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 6.593, "Allele1 Amp Score": 1.036, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.64, + "Allele2 Cq Conf": 0.995, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.915, + "Pass.Ref": 813659.0 } } ] @@ -24032,11 +23718,11 @@ "custom information document": { "well identifier": 79, "sample color": "RGB(0,139,69)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -24058,13 +23744,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -24207,15 +23891,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -24297,14 +23979,14 @@ }, "genotyping qPCR result": "Homozygous Allele 2/Allele 2", "custom information document": { - "Allele2 Amp Score": 1.644, - "Allele1 Cq Conf": 0.907, - "Pass.Ref": 798570.56, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.991, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 6.711, "Allele1 Amp Score": 1.056, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.644, + "Allele2 Cq Conf": 0.991, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.907, + "Pass.Ref": 798570.56 } } ] @@ -24337,11 +24019,11 @@ "custom information document": { "well identifier": 80, "sample color": "RGB(0,139,69)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -24363,13 +24045,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -24514,15 +24194,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -24600,14 +24278,14 @@ }, "genotyping qPCR result": "Homozygous Allele 2/Allele 2", "custom information document": { - "Allele2 Amp Score": 1.646, - "Allele1 Cq Conf": 0.947, - "Pass.Ref": 760517.9, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.99, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 6.747, "Allele1 Amp Score": 1.043, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.646, + "Allele2 Cq Conf": 0.99, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.947, + "Pass.Ref": 760517.9 } } ] @@ -24640,11 +24318,11 @@ "custom information document": { "well identifier": 81, "sample color": "RGB(0,139,69)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -24666,13 +24344,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -24819,15 +24495,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -24903,14 +24577,14 @@ }, "genotyping qPCR result": "Heterozygous Allele 1/Allele 2", "custom information document": { - "Allele2 Amp Score": 1.55, - "Allele1 Cq Conf": 0.992, - "Pass.Ref": 804521.9, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.989, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 6.038, "Allele1 Amp Score": 1.455, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.55, + "Allele2 Cq Conf": 0.989, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.992, + "Pass.Ref": 804521.9 } } ] @@ -24943,11 +24617,11 @@ "custom information document": { "well identifier": 82, "sample color": "RGB(176,23,31)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -24969,13 +24643,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -25120,15 +24792,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -25204,14 +24874,14 @@ }, "genotyping qPCR result": "Heterozygous Allele 1/Allele 2", "custom information document": { - "Allele2 Amp Score": 1.545, - "Allele1 Cq Conf": 0.996, - "Pass.Ref": 792629.94, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.989, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 6.018, "Allele1 Amp Score": 1.46, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.545, + "Allele2 Cq Conf": 0.989, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.996, + "Pass.Ref": 792629.94 } } ] @@ -25244,11 +24914,11 @@ "custom information document": { "well identifier": 83, "sample color": "RGB(176,23,31)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -25270,13 +24940,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -25420,15 +25088,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -25504,14 +25170,14 @@ }, "genotyping qPCR result": "Heterozygous Allele 1/Allele 2", "custom information document": { - "Allele2 Amp Score": 1.553, - "Allele1 Cq Conf": 0.99, - "Pass.Ref": 768615.44, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.989, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 6.19, "Allele1 Amp Score": 1.459, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.553, + "Allele2 Cq Conf": 0.989, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.99, + "Pass.Ref": 768615.44 } } ] @@ -25544,11 +25210,11 @@ "custom information document": { "well identifier": 84, "sample color": "RGB(176,23,31)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -25570,13 +25236,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -25724,15 +25388,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "normalized reporter data cube": { @@ -25814,14 +25476,14 @@ }, "genotyping qPCR result": "Negative Control (NC)", "custom information document": { - "Allele2 Amp Score": 0.0, - "Allele1 Cq Conf": 0.0, - "Pass.Ref": 926656.5, - "Quality(%)": 100.0, - "Allele2 Cq Conf": 0.0, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 0.038, "Allele1 Amp Score": 0.0, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 0.0, + "Allele2 Cq Conf": 0.0, + "Quality(%)": 100.0, + "Allele1 Cq Conf": 0.0, + "Pass.Ref": 926656.5 } } ] @@ -25854,11 +25516,11 @@ "custom information document": { "well identifier": 85, "sample color": "RGB(238,238,0)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -25880,13 +25542,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "normalized reporter data cube": { @@ -26038,15 +25698,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -26124,14 +25782,14 @@ }, "genotyping qPCR result": "Homozygous Allele 1/Allele 1", "custom information document": { - "Allele2 Amp Score": 1.238, - "Allele1 Cq Conf": 0.989, - "Pass.Ref": 777142.6, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.969, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 1.676, "Allele1 Amp Score": 1.508, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.238, + "Allele2 Cq Conf": 0.969, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.989, + "Pass.Ref": 777142.6 } } ] @@ -26164,11 +25822,11 @@ "custom information document": { "well identifier": 86, "sample color": "RGB(0,0,255)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -26190,13 +25848,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -26344,15 +26000,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -26432,14 +26086,14 @@ }, "genotyping qPCR result": "Homozygous Allele 1/Allele 1", "custom information document": { - "Allele2 Amp Score": 1.226, - "Allele1 Cq Conf": 0.991, - "Pass.Ref": 818181.06, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.969, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 1.585, "Allele1 Amp Score": 1.507, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.226, + "Allele2 Cq Conf": 0.969, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.991, + "Pass.Ref": 818181.06 } } ] @@ -26472,11 +26126,11 @@ "custom information document": { "well identifier": 87, "sample color": "RGB(0,0,255)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -26498,13 +26152,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -26652,15 +26304,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -26739,14 +26389,14 @@ }, "genotyping qPCR result": "Homozygous Allele 1/Allele 1", "custom information document": { - "Allele2 Amp Score": 1.22, - "Allele1 Cq Conf": 0.991, - "Pass.Ref": 824084.7, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.962, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 1.546, "Allele1 Amp Score": 1.507, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.22, + "Allele2 Cq Conf": 0.962, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.991, + "Pass.Ref": 824084.7 } } ] @@ -26779,11 +26429,11 @@ "custom information document": { "well identifier": 88, "sample color": "RGB(0,0,255)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -26805,13 +26455,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -26961,15 +26609,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -27048,14 +26694,14 @@ }, "genotyping qPCR result": "Homozygous Allele 1/Allele 1", "custom information document": { - "Allele2 Amp Score": 1.212, - "Allele1 Cq Conf": 0.988, - "Pass.Ref": 784401.44, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.949, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 1.502, "Allele1 Amp Score": 1.504, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.212, + "Allele2 Cq Conf": 0.949, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.988, + "Pass.Ref": 784401.44 } } ] @@ -27088,11 +26734,11 @@ "custom information document": { "well identifier": 89, "sample color": "RGB(0,0,255)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -27114,13 +26760,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -27268,15 +26912,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -27357,14 +26999,14 @@ }, "genotyping qPCR result": "Homozygous Allele 2/Allele 2", "custom information document": { - "Allele2 Amp Score": 1.641, - "Allele1 Cq Conf": 0.943, - "Pass.Ref": 825061.94, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.991, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 6.552, "Allele1 Amp Score": 1.047, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.641, + "Allele2 Cq Conf": 0.991, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.943, + "Pass.Ref": 825061.94 } } ] @@ -27397,11 +27039,11 @@ "custom information document": { "well identifier": 90, "sample color": "RGB(0,139,69)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -27423,13 +27065,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -27575,15 +27215,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -27665,14 +27303,14 @@ }, "genotyping qPCR result": "Homozygous Allele 2/Allele 2", "custom information document": { - "Allele2 Amp Score": 1.641, - "Allele1 Cq Conf": 0.938, - "Pass.Ref": 816420.75, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.995, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 6.557, "Allele1 Amp Score": 1.036, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.641, + "Allele2 Cq Conf": 0.995, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.938, + "Pass.Ref": 816420.75 } } ] @@ -27705,11 +27343,11 @@ "custom information document": { "well identifier": 91, "sample color": "RGB(0,139,69)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -27731,13 +27369,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -27883,15 +27519,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -27972,14 +27606,14 @@ }, "genotyping qPCR result": "Homozygous Allele 2/Allele 2", "custom information document": { - "Allele2 Amp Score": 1.642, - "Allele1 Cq Conf": 0.94, - "Pass.Ref": 808220.25, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.988, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 6.611, "Allele1 Amp Score": 1.047, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.642, + "Allele2 Cq Conf": 0.988, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.94, + "Pass.Ref": 808220.25 } } ] @@ -28012,11 +27646,11 @@ "custom information document": { "well identifier": 92, "sample color": "RGB(0,139,69)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -28038,13 +27672,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -28190,15 +27822,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -28277,14 +27907,14 @@ }, "genotyping qPCR result": "Homozygous Allele 2/Allele 2", "custom information document": { - "Allele2 Amp Score": 1.647, - "Allele1 Cq Conf": 0.938, - "Pass.Ref": 802697.1, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.993, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 6.75, "Allele1 Amp Score": 1.044, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.647, + "Allele2 Cq Conf": 0.993, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.938, + "Pass.Ref": 802697.1 } } ] @@ -28317,11 +27947,11 @@ "custom information document": { "well identifier": 93, "sample color": "RGB(0,139,69)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -28343,13 +27973,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -28492,15 +28120,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -28579,14 +28205,14 @@ }, "genotyping qPCR result": "Heterozygous Allele 1/Allele 2", "custom information document": { - "Allele2 Amp Score": 1.543, - "Allele1 Cq Conf": 0.992, - "Pass.Ref": 793661.3, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.99, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 5.903, "Allele1 Amp Score": 1.455, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.543, + "Allele2 Cq Conf": 0.99, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.992, + "Pass.Ref": 793661.3 } } ] @@ -28619,11 +28245,11 @@ "custom information document": { "well identifier": 94, "sample color": "RGB(176,23,31)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -28645,13 +28271,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -28794,15 +28418,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -28882,14 +28504,14 @@ }, "genotyping qPCR result": "Heterozygous Allele 1/Allele 2", "custom information document": { - "Allele2 Amp Score": 1.549, - "Allele1 Cq Conf": 0.994, - "Pass.Ref": 776828.9, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.992, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 6.068, "Allele1 Amp Score": 1.459, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.549, + "Allele2 Cq Conf": 0.992, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.994, + "Pass.Ref": 776828.9 } } ] @@ -28922,11 +28544,11 @@ "custom information document": { "well identifier": 95, "sample color": "RGB(176,23,31)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -28948,13 +28570,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -29098,15 +28718,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", - "CQCONF": "N", + "SNP Assay Name": "CYP19_2", "Method": "Auto", + "CQCONF": "N", + "BADROX": "N", + "OUTLIERRG": "N", "omit": false, - "SNP Assay Name": "CYP19_2" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -29183,14 +28801,14 @@ }, "genotyping qPCR result": "Heterozygous Allele 1/Allele 2", "custom information document": { - "Allele2 Amp Score": 1.55, - "Allele1 Cq Conf": 0.993, - "Pass.Ref": 779659.56, - "Quality(%)": 98.846, - "Allele2 Cq Conf": 0.991, + "Allele2 Ct Threshold": 0.132, "Allele2 Delta Rn": 6.148, "Allele1 Amp Score": 1.455, - "Allele2 Ct Threshold": 0.132 + "Allele2 Amp Score": 1.55, + "Allele2 Cq Conf": 0.991, + "Quality(%)": 98.846, + "Allele1 Cq Conf": 0.993, + "Pass.Ref": 779659.56 } } ] @@ -29223,11 +28841,11 @@ "custom information document": { "well identifier": 96, "sample color": "RGB(176,23,31)", - "Allele2 Quencher": "NFQ-MGB", - "Allele1 Quencher": "NFQ-MGB", - "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", - "Allele2 Color": "RGB(0,139,69)" + "Allele2 Color": "RGB(0,139,69)", + "SNP Assay Color": "RGB(176,23,31)", + "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB" } }, "processed data aggregate document": { @@ -29249,13 +28867,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "BADROX": "N", "CQCONF": "N", - "omit": false + "BADROX": "N", + "OUTLIERRG": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -29355,7 +28971,7 @@ "file name": "appbio_quantstudio_example03.txt", "UNC path": "tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_example03.txt", "ASM converter name": "allotropy_appbio_quantstudio_rt_pcr", - "ASM converter version": "0.1.84", + "ASM converter version": "0.1.105", "software name": "Thermo QuantStudio", "software version": "1.0" }, diff --git a/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_example04.json b/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_example04.json index db070f78f..177bdf1b6 100644 --- a/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_example04.json +++ b/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_example04.json @@ -54,13 +54,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -205,13 +203,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -357,13 +353,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -508,13 +502,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -660,13 +652,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -809,13 +799,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -959,13 +947,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -1111,13 +1097,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -1260,13 +1244,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -1412,13 +1394,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -1564,13 +1544,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -1715,13 +1693,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -1867,13 +1843,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -2017,13 +1991,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -2168,13 +2140,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -2320,13 +2290,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -2468,13 +2436,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -2619,13 +2585,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -2767,13 +2731,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -2918,13 +2880,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -3071,13 +3031,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -3223,13 +3181,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -3374,13 +3330,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -3524,13 +3478,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -3676,13 +3628,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -3829,13 +3779,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -3980,13 +3928,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -4132,13 +4078,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -4284,13 +4228,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -4437,13 +4379,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -4586,13 +4526,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -4738,13 +4676,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -4887,13 +4823,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -5038,13 +4972,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -5191,13 +5123,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -5341,13 +5271,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -5489,13 +5417,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "normalized reporter data cube": { @@ -5638,13 +5564,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "normalized reporter data cube": { @@ -5792,13 +5716,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "normalized reporter data cube": { @@ -5950,13 +5872,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "normalized reporter data cube": { @@ -6105,13 +6025,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -6258,13 +6176,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -6413,13 +6329,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -6567,13 +6481,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -6720,13 +6632,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -6870,13 +6780,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -7023,13 +6931,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -7174,13 +7080,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -7324,13 +7228,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -7476,13 +7378,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -7628,13 +7528,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -7778,13 +7676,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -7928,13 +7824,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -8077,13 +7971,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -8224,13 +8116,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -8371,13 +8261,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -8523,13 +8411,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -8672,13 +8558,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -8821,13 +8705,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -8970,13 +8852,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -9121,13 +9001,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -9273,13 +9151,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -9426,13 +9302,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -9578,13 +9452,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -9727,13 +9599,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -9875,13 +9745,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -10027,13 +9895,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -10175,13 +10041,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -10326,13 +10190,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -10475,13 +10337,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -10624,13 +10484,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -10776,13 +10634,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -10927,13 +10783,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -11076,13 +10930,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -11227,13 +11079,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -11377,13 +11227,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -11528,13 +11376,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -11677,13 +11523,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -11826,13 +11670,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -11978,13 +11820,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -12127,13 +11967,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -12276,13 +12114,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -12424,13 +12260,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -12575,13 +12409,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -12725,13 +12557,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -12876,13 +12706,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -13029,13 +12857,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -13178,13 +13004,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -13328,13 +13152,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -13477,13 +13299,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -13627,13 +13447,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -13778,13 +13596,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -13927,13 +13743,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -14078,13 +13892,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -14228,13 +14040,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N", + "NOISE": "N", "BADROX": "N", - "NOISE": "N" + "OUTLIERRG": "N", + "CQCONF": "N", + "omit": false } }, "cycle threshold result (qPCR)": { @@ -21034,7 +20844,7 @@ "file name": "appbio_quantstudio_example04.txt", "UNC path": "tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_example04.txt", "ASM converter name": "allotropy_appbio_quantstudio_rt_pcr", - "ASM converter version": "0.1.84", + "ASM converter version": "0.1.105", "software name": "Thermo QuantStudio", "software version": "1.0" }, diff --git a/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_example05.json b/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_example05.json index b2b81e451..60402106c 100644 --- a/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_example05.json +++ b/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_example05.json @@ -55,13 +55,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "normalized reporter data cube": { @@ -193,10 +193,6 @@ [1516736.0, 1514741.4, 1512763.5, 1510793.2, 1509686.6, 1509257.8, 1508816.5, 1508611.8, 1508668.5, 1508120.4, 1506931.9, 1506061.8, 1505984.4, 1506529.9, 1506213.9, 1505358.6, 1504905.2, 1505056.2, 1506002.4, 1506284.6, 1505758.5, 1505519.2, 1505363.6, 1505431.0, 1506015.8, 1506150.2, 1506401.8, 1506487.6, 1507009.4, 1507512.4, 1507933.4, 1508353.0, 1508548.8, 1509490.8, 1509545.0, 1509767.0, 1510975.9, 1510755.0, 1510586.0, 1511180.8] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -266,13 +262,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "normalized reporter data cube": { @@ -407,10 +403,6 @@ [2250347.8, 2246981.0, 2241402.2, 2238596.5, 2237520.5, 2237113.5, 2236393.5, 2234622.0, 2233990.2, 2233972.8, 2234215.8, 2233023.5, 2232955.5, 2233930.2, 2232728.0, 2231944.8, 2232197.2, 2233627.0, 2234379.2, 2236659.0, 2238099.0, 2238375.2, 2239538.5, 2240633.2, 2240801.2, 2241593.2, 2242031.0, 2242159.0, 2243309.2, 2243948.8, 2246254.0, 2246446.8, 2246196.8, 2246677.2, 2246654.8, 2247122.2, 2248669.2, 2249443.2, 2250231.5, 2251445.2] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -480,13 +472,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "normalized reporter data cube": { @@ -618,10 +610,6 @@ [1551418.2, 1548049.8, 1545557.9, 1545605.5, 1546702.1, 1547548.1, 1550040.2, 1551544.2, 1552569.6, 1553492.9, 1555008.1, 1555142.5, 1554391.0, 1554433.6, 1556392.9, 1557393.1, 1556930.2, 1556741.1, 1557724.6, 1558707.0, 1560112.1, 1560898.4, 1560636.5, 1560345.9, 1560630.0, 1560611.6, 1560861.9, 1561503.4, 1559928.2, 1559796.9, 1562292.5, 1562742.8, 1560903.0, 1560052.0, 1560095.2, 1561711.2, 1561972.9, 1561581.2, 1561580.0, 1562422.0] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -691,13 +679,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "normalized reporter data cube": { @@ -831,10 +819,6 @@ [2211550.5, 2206976.8, 2201908.5, 2200225.5, 2198278.5, 2196395.2, 2196331.5, 2198209.2, 2197834.2, 2194847.5, 2192492.8, 2191147.2, 2191123.2, 2191990.2, 2192470.8, 2193964.0, 2194706.0, 2195264.0, 2196955.8, 2197958.2, 2197574.0, 2197217.2, 2197055.0, 2197284.5, 2199316.2, 2200853.2, 2201128.8, 2200904.8, 2201077.5, 2201738.5, 2202234.0, 2202751.0, 2202747.0, 2203314.5, 2204126.2, 2204251.2, 2205240.5, 2205612.8, 2204518.0, 2203929.0] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -904,13 +888,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "normalized reporter data cube": { @@ -1048,10 +1032,6 @@ [1613458.1, 1610293.0, 1605160.8, 1602091.0, 1600026.2, 1599636.9, 1600090.2, 1600377.8, 1599027.9, 1598982.8, 1600398.1, 1601215.6, 1601842.9, 1602466.1, 1602536.8, 1602961.9, 1603419.1, 1603554.5, 1603351.5, 1603444.0, 1604621.0, 1604731.0, 1604642.0, 1604663.9, 1605335.8, 1604805.5, 1604533.4, 1604721.8, 1604047.8, 1604124.4, 1605552.0, 1604596.9, 1603945.4, 1603995.0, 1605134.8, 1605369.6, 1605699.2, 1604984.1, 1604962.4, 1606501.9] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -1121,13 +1101,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "normalized reporter data cube": { @@ -1260,10 +1240,6 @@ [2211114.0, 2207716.2, 2203621.0, 2201799.0, 2201355.8, 2201517.2, 2200928.5, 2199039.5, 2198363.8, 2197958.5, 2197657.2, 2197111.8, 2195576.8, 2195752.8, 2198173.8, 2199577.0, 2199924.0, 2199650.0, 2199720.0, 2200893.5, 2200956.8, 2200875.5, 2201554.0, 2202156.0, 2202918.8, 2203019.0, 2203817.2, 2206338.5, 2207398.8, 2206892.8, 2205336.2, 2205138.5, 2206666.5, 2206687.5, 2206529.0, 2207370.2, 2208149.8, 2209031.5, 2209080.8, 2209612.8] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -1334,13 +1310,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -1471,10 +1447,6 @@ [1642953.6, 1640324.9, 1636846.4, 1634169.9, 1632788.4, 1632351.0, 1631992.4, 1630605.6, 1629611.4, 1628661.4, 1627412.9, 1626430.2, 1626239.8, 1626372.6, 1625479.6, 1625402.1, 1626005.9, 1624890.4, 1624548.6, 1624608.4, 1624613.1, 1624641.4, 1624468.1, 1624723.6, 1626019.6, 1626265.6, 1625102.1, 1625010.2, 1625960.6, 1625898.8, 1626054.6, 1627307.5, 1627575.2, 1628075.1, 1628810.4, 1628763.8, 1628866.6, 1629967.2, 1629676.9, 1629346.1] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -1545,13 +1517,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -1683,10 +1655,6 @@ [1577803.5, 1575158.5, 1569367.4, 1567588.1, 1567191.9, 1566761.0, 1565774.6, 1564845.0, 1564050.9, 1562090.4, 1561869.4, 1563042.9, 1563808.4, 1563774.5, 1563482.4, 1562893.1, 1562049.2, 1562137.9, 1563074.2, 1562113.2, 1561997.0, 1562967.2, 1563381.9, 1563524.6, 1564543.0, 1565666.9, 1565740.8, 1565627.8, 1565882.1, 1565969.0, 1566624.4, 1566709.4, 1566709.2, 1567411.8, 1567494.2, 1568214.2, 1570140.1, 1571137.6, 1571001.6, 1570683.9] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -1757,13 +1725,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -1894,10 +1862,6 @@ [1502593.6, 1501185.9, 1497255.8, 1495357.8, 1492937.9, 1492416.2, 1492939.8, 1491913.6, 1491082.8, 1490387.4, 1488631.0, 1488231.0, 1488672.4, 1489218.0, 1488217.2, 1487971.4, 1488170.2, 1488582.1, 1490165.8, 1490419.6, 1490388.9, 1490905.9, 1492151.2, 1492859.8, 1493715.8, 1493183.6, 1492882.5, 1493203.2, 1493651.4, 1493852.6, 1494500.8, 1494811.6, 1496249.8, 1497164.0, 1498313.9, 1498913.2, 1498247.9, 1497999.8, 1498958.9, 1500067.1] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -1968,13 +1932,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -2106,10 +2070,6 @@ [1530640.9, 1527818.2, 1525429.8, 1523747.8, 1521692.9, 1521169.1, 1521328.4, 1521691.9, 1523270.0, 1522769.1, 1521859.1, 1519733.0, 1519117.1, 1518866.4, 1518246.9, 1518794.8, 1521380.8, 1521079.4, 1520787.1, 1521052.4, 1520961.5, 1520713.1, 1520289.1, 1520423.5, 1521760.8, 1522129.1, 1522206.1, 1520906.1, 1520374.1, 1520765.1, 1523416.0, 1525776.4, 1526261.9, 1526238.2, 1526451.5, 1526973.0, 1527846.8, 1529421.0, 1529450.1, 1529096.8] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -2180,13 +2140,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -2317,10 +2277,6 @@ [1528121.6, 1526520.6, 1523156.6, 1521981.5, 1520480.5, 1520323.1, 1521047.1, 1519548.5, 1519246.8, 1520194.5, 1520761.1, 1519168.0, 1519167.4, 1520997.4, 1521499.2, 1521270.0, 1521236.4, 1521778.1, 1521850.8, 1522055.5, 1522032.0, 1522196.4, 1522082.1, 1521986.8, 1522004.4, 1521990.5, 1522391.0, 1522669.9, 1523922.5, 1524464.6, 1525679.9, 1526908.8, 1527854.8, 1527703.9, 1527552.5, 1528234.8, 1528573.6, 1528653.5, 1530024.9, 1531500.8] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -2391,13 +2347,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -2529,10 +2485,6 @@ [1511108.0, 1508238.1, 1504400.5, 1503082.0, 1501002.1, 1500560.0, 1501287.4, 1501225.2, 1500100.0, 1498882.0, 1498809.8, 1499606.2, 1498847.0, 1497827.6, 1497888.6, 1499218.4, 1500389.6, 1500005.8, 1499362.9, 1499273.2, 1499761.9, 1499742.5, 1499883.4, 1500987.2, 1501146.4, 1501191.1, 1501079.4, 1501200.4, 1502324.1, 1502394.0, 1502665.8, 1504493.6, 1504135.0, 1502726.4, 1502491.1, 1503405.0, 1503606.5, 1504196.5, 1504343.9, 1504134.4] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -2603,13 +2555,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -2738,10 +2690,6 @@ [1475590.4, 1472470.4, 1467032.9, 1465398.6, 1463705.1, 1463078.6, 1462633.5, 1461537.2, 1460537.5, 1458121.6, 1458186.0, 1460792.5, 1460865.8, 1458964.6, 1457853.0, 1457904.4, 1458945.1, 1459317.5, 1459393.6, 1459937.0, 1459977.5, 1460001.1, 1459929.9, 1460245.2, 1461402.5, 1462823.0, 1463040.2, 1462969.2, 1463567.1, 1464088.5, 1464039.0, 1464201.1, 1464398.1, 1465167.5, 1465769.5, 1466618.1, 1466625.5, 1466622.6, 1466054.6, 1465670.2] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -2812,13 +2760,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -2948,10 +2896,6 @@ [1482980.0, 1481182.9, 1475686.9, 1474296.4, 1474147.9, 1474115.1, 1474173.1, 1472023.9, 1471093.8, 1470069.2, 1470223.0, 1471840.4, 1471206.0, 1470126.0, 1469327.8, 1469309.0, 1470031.5, 1470855.4, 1471370.1, 1472336.0, 1472295.5, 1472181.1, 1472564.9, 1473415.8, 1475361.9, 1474320.8, 1474238.2, 1476071.8, 1476182.1, 1476000.6, 1476892.6, 1478833.1, 1478814.9, 1478507.2, 1478965.6, 1480375.4, 1481253.5, 1481245.8, 1481628.9, 1481594.4] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -3022,13 +2966,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -3157,10 +3101,6 @@ [1478965.4, 1476475.5, 1473621.0, 1473006.4, 1472910.4, 1472948.6, 1472619.9, 1471824.2, 1471558.2, 1471476.9, 1470358.8, 1470138.9, 1470500.4, 1469435.2, 1469191.0, 1469585.1, 1469280.0, 1468955.5, 1468492.1, 1468610.0, 1469808.5, 1471012.1, 1470606.4, 1470073.1, 1470231.5, 1471815.2, 1472844.1, 1472607.0, 1472495.6, 1473441.1, 1474680.0, 1473320.4, 1472983.4, 1474166.0, 1475153.5, 1475408.9, 1476309.9, 1476604.8, 1476690.4, 1477843.6] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -3231,13 +3171,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -3366,10 +3306,6 @@ [1487030.6, 1483412.6, 1478899.6, 1477543.8, 1476189.1, 1475613.0, 1475162.2, 1474611.1, 1473356.4, 1472932.1, 1472843.6, 1472702.9, 1472264.6, 1471643.4, 1471098.1, 1471105.6, 1471505.5, 1471044.2, 1471422.9, 1473920.4, 1475695.8, 1475200.6, 1474927.2, 1475405.8, 1476207.6, 1476960.2, 1477179.1, 1477416.8, 1477259.2, 1477146.2, 1477468.9, 1478656.6, 1478660.9, 1478377.0, 1478415.9, 1478625.2, 1478514.1, 1478628.5, 1478835.8, 1480361.9] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -3440,13 +3376,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -3577,10 +3513,6 @@ [1514113.6, 1512436.5, 1508059.1, 1506970.1, 1506737.9, 1505660.1, 1505015.2, 1503959.0, 1503045.6, 1502129.6, 1501801.4, 1501876.4, 1502604.6, 1502959.2, 1501778.9, 1501809.5, 1503210.0, 1503365.8, 1503236.6, 1503283.4, 1503221.8, 1503605.9, 1504860.6, 1505154.2, 1505718.9, 1506091.9, 1506518.5, 1507148.4, 1507154.4, 1507267.1, 1507546.8, 1509169.2, 1509453.9, 1509723.0, 1509976.2, 1511403.4, 1511545.0, 1510728.0, 1510670.4, 1512172.4] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -3651,13 +3583,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -3786,10 +3718,6 @@ [1533351.6, 1531075.1, 1528656.4, 1527326.8, 1526913.2, 1526649.8, 1525630.5, 1525260.0, 1525214.0, 1525036.0, 1524675.0, 1524087.4, 1523416.2, 1523144.0, 1522941.2, 1522993.8, 1523500.6, 1524074.1, 1524263.6, 1523792.5, 1523724.2, 1524253.8, 1524728.9, 1525718.5, 1526467.5, 1527335.0, 1527608.9, 1528340.9, 1527660.6, 1527454.1, 1528524.2, 1530211.2, 1530818.5, 1530824.5, 1531048.8, 1530970.4, 1531181.0, 1531090.9, 1531249.9, 1531071.6] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -3860,13 +3788,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -3997,10 +3925,6 @@ [1602836.5, 1600429.6, 1598421.0, 1596712.1, 1595852.5, 1595124.9, 1594013.0, 1592743.0, 1591247.9, 1590274.6, 1589282.2, 1589007.1, 1588987.2, 1587694.5, 1586435.2, 1586419.5, 1587276.9, 1587204.6, 1587322.8, 1588347.0, 1588334.9, 1587672.2, 1587813.6, 1589128.2, 1588597.1, 1588290.0, 1588363.5, 1588501.1, 1589390.6, 1589775.1, 1590484.0, 1591270.8, 1591587.4, 1591368.4, 1590955.8, 1591032.1, 1592429.2, 1593101.8, 1593052.6, 1592809.4] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -4071,13 +3995,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -4207,10 +4131,6 @@ [1555698.1, 1553981.0, 1552814.6, 1552189.2, 1551172.8, 1550059.9, 1549611.2, 1548785.9, 1546082.8, 1544991.9, 1544925.9, 1545393.6, 1546028.1, 1546323.0, 1544869.4, 1544575.8, 1544983.0, 1545182.0, 1545867.0, 1546477.9, 1547029.6, 1546196.1, 1545756.6, 1545917.0, 1547103.0, 1547528.1, 1547748.5, 1548028.1, 1549552.8, 1550345.8, 1550454.2, 1550553.1, 1550701.4, 1550633.4, 1550637.8, 1551434.1, 1551502.9, 1552022.8, 1553240.5, 1553283.4] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -4281,13 +4201,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -4419,10 +4339,6 @@ [1506005.2, 1503153.6, 1499905.1, 1498447.0, 1495224.1, 1494766.9, 1496564.8, 1497215.8, 1495804.0, 1493672.5, 1493138.1, 1492983.2, 1493236.1, 1494386.0, 1494446.1, 1493868.9, 1493528.6, 1493513.5, 1494020.6, 1494710.6, 1495105.6, 1495939.5, 1495665.6, 1495534.4, 1495905.1, 1495554.0, 1494777.0, 1494655.1, 1495390.8, 1496122.9, 1496447.4, 1497803.1, 1498450.2, 1498388.1, 1498623.9, 1499239.6, 1498871.0, 1498955.9, 1500714.8, 1501798.9] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -4493,13 +4409,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -4630,10 +4546,6 @@ [1537361.9, 1534758.5, 1531837.8, 1531171.5, 1530780.5, 1529975.0, 1529496.2, 1528932.2, 1528440.8, 1527394.6, 1526535.5, 1526505.4, 1527631.0, 1528366.5, 1526540.5, 1526360.8, 1527435.2, 1525513.2, 1525169.2, 1526147.0, 1526623.9, 1527202.4, 1527421.2, 1528269.2, 1528694.9, 1528436.0, 1527704.6, 1527808.4, 1529496.0, 1530280.1, 1530061.6, 1529436.8, 1528821.6, 1527495.1, 1527703.5, 1529728.1, 1528155.8, 1527759.4, 1529311.6, 1531516.2] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -4704,13 +4616,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -4843,10 +4755,6 @@ [1537827.2, 1535842.4, 1534118.5, 1533487.2, 1532314.6, 1531882.4, 1531948.4, 1532312.4, 1530567.2, 1530334.6, 1531175.0, 1529848.8, 1529700.0, 1530612.5, 1530312.4, 1530117.8, 1530116.8, 1530319.6, 1531329.2, 1531621.6, 1531811.5, 1530431.6, 1529825.4, 1529883.1, 1530602.4, 1531247.6, 1531870.5, 1531823.5, 1531533.1, 1531452.1, 1531972.4, 1532789.9, 1532974.1, 1533027.8, 1533611.8, 1533061.0, 1532778.5, 1533152.1, 1534292.2, 1535264.2] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -4917,13 +4825,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -5051,10 +4959,6 @@ [1503108.5, 1499801.9, 1497087.0, 1496059.4, 1493794.2, 1493280.9, 1493906.5, 1494097.0, 1493901.4, 1493724.2, 1493711.6, 1493502.0, 1493113.9, 1492538.1, 1491011.4, 1491064.8, 1492752.2, 1493087.6, 1493432.8, 1494305.1, 1494113.8, 1493054.1, 1493047.5, 1494603.8, 1495786.9, 1496911.4, 1496699.1, 1496349.4, 1496245.6, 1496603.0, 1496956.9, 1498888.6, 1499906.0, 1499470.8, 1499176.4, 1499656.1, 1500486.5, 1500825.1, 1501901.0, 1502419.5] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -5125,13 +5029,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -5262,10 +5166,6 @@ [1447706.1, 1445158.1, 1440590.8, 1439603.6, 1439733.4, 1439029.8, 1436928.2, 1435652.0, 1435450.1, 1435800.0, 1435837.6, 1436038.4, 1436209.6, 1436318.1, 1435330.2, 1434790.4, 1434004.2, 1434045.8, 1435112.4, 1436186.8, 1437656.2, 1437856.6, 1437558.1, 1437672.4, 1438927.4, 1439048.8, 1439130.0, 1439563.8, 1438273.8, 1438052.5, 1438908.0, 1437827.1, 1437741.6, 1439172.5, 1438854.6, 1438701.0, 1439407.0, 1439576.0, 1440122.4, 1440251.2] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -5336,13 +5236,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -5471,10 +5371,6 @@ [1487351.1, 1484783.4, 1480558.5, 1478682.2, 1477082.8, 1476796.5, 1477276.5, 1477497.8, 1477826.6, 1476300.6, 1476249.1, 1478049.5, 1478998.2, 1476993.1, 1476436.8, 1476663.8, 1476943.8, 1478088.5, 1478310.5, 1478371.4, 1479058.6, 1478902.6, 1478811.8, 1479260.4, 1479509.0, 1480337.5, 1479437.1, 1478365.6, 1478415.4, 1479842.8, 1479960.4, 1479548.5, 1479470.4, 1480306.4, 1481114.5, 1480115.0, 1479404.9, 1479352.9, 1480181.0, 1480657.4] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -5545,13 +5441,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -5682,10 +5578,6 @@ [1463966.9, 1461431.5, 1458917.8, 1457782.2, 1456848.2, 1455129.5, 1454607.6, 1454366.5, 1451950.8, 1451571.9, 1453155.6, 1453261.2, 1452795.5, 1452456.9, 1452178.6, 1451852.2, 1451713.0, 1452153.4, 1452389.6, 1452188.0, 1451620.6, 1451451.6, 1451919.2, 1452225.0, 1453588.0, 1453421.2, 1452082.2, 1451223.5, 1449876.8, 1449836.8, 1451180.5, 1450354.9, 1449670.8, 1448635.5, 1448069.8, 1447705.5, 1447510.1, 1447191.0, 1446576.9, 1446432.0] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -5756,13 +5648,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -5892,10 +5784,6 @@ [1427494.4, 1426094.2, 1423436.5, 1422654.5, 1422369.6, 1421777.9, 1419814.4, 1419292.1, 1419590.8, 1419409.1, 1419253.0, 1419387.4, 1419102.8, 1418284.5, 1417990.9, 1417681.0, 1416430.5, 1416514.5, 1418026.5, 1418008.5, 1417761.5, 1417541.0, 1417674.1, 1418709.5, 1418809.9, 1419050.1, 1420592.0, 1420462.1, 1418979.6, 1418791.5, 1420057.1, 1420819.2, 1421093.2, 1422322.1, 1422454.5, 1422416.4, 1422319.1, 1422752.1, 1423738.4, 1425832.8] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -5966,13 +5854,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -6102,10 +5990,6 @@ [1476248.1, 1474604.5, 1472580.4, 1471417.9, 1470046.1, 1469363.0, 1468243.5, 1467059.6, 1466374.8, 1466117.5, 1465827.4, 1465652.9, 1465772.9, 1466297.8, 1465411.0, 1465149.9, 1465185.9, 1465355.6, 1466262.9, 1467364.8, 1467876.1, 1467234.2, 1466949.1, 1467322.9, 1468842.1, 1469403.0, 1469621.2, 1470098.1, 1470993.8, 1471566.8, 1471612.9, 1472251.6, 1472837.2, 1473149.0, 1473275.2, 1473608.1, 1474101.9, 1474466.9, 1474027.2, 1473656.8] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -6176,13 +6060,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -6314,10 +6198,6 @@ [1510484.8, 1507164.4, 1505186.1, 1504255.4, 1503344.0, 1503009.8, 1502808.5, 1502446.9, 1502538.1, 1503361.4, 1503206.9, 1503066.1, 1503150.6, 1502794.2, 1502018.0, 1501925.1, 1502293.1, 1502532.5, 1502802.5, 1502256.0, 1502343.2, 1503651.9, 1504599.2, 1505032.8, 1506485.9, 1507193.9, 1506651.8, 1506473.5, 1507255.9, 1508158.1, 1508462.1, 1509929.5, 1511055.5, 1510689.5, 1510656.9, 1511853.2, 1511564.9, 1511505.9, 1512747.0, 1512800.4] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -6388,13 +6268,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -6524,10 +6404,6 @@ [1577808.2, 1575972.4, 1574213.4, 1573335.2, 1571953.2, 1571238.4, 1570185.0, 1568669.4, 1568294.4, 1568577.5, 1567560.1, 1566431.2, 1565780.5, 1564548.1, 1564130.0, 1563942.2, 1563685.8, 1563091.5, 1563019.5, 1563425.1, 1563984.2, 1564321.8, 1564727.4, 1564706.8, 1564669.0, 1564814.9, 1565074.1, 1565281.9, 1565827.9, 1565957.6, 1566078.9, 1567034.5, 1567222.2, 1567592.8, 1568122.1, 1569953.0, 1570294.8, 1569896.2, 1569149.2, 1568782.2] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -6598,13 +6474,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -6735,10 +6611,6 @@ [1511064.4, 1508597.2, 1505828.5, 1504479.4, 1503767.0, 1502669.1, 1501960.9, 1500752.5, 1500006.0, 1499733.1, 1499633.5, 1499482.5, 1499060.8, 1497411.4, 1496838.6, 1496413.2, 1496479.6, 1497503.5, 1498998.4, 1499252.1, 1499363.2, 1498997.5, 1498969.0, 1499709.6, 1499601.1, 1498913.1, 1498918.4, 1500004.0, 1500141.8, 1500452.6, 1501496.4, 1501186.8, 1501152.9, 1502201.6, 1502640.4, 1503996.4, 1504458.2, 1505676.9, 1505722.8, 1505407.8] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -6809,13 +6681,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -6945,10 +6817,6 @@ [1502361.1, 1500424.2, 1497059.4, 1494036.1, 1491858.5, 1491239.4, 1490763.0, 1489408.1, 1488535.2, 1486845.5, 1486522.2, 1487097.2, 1487037.9, 1486107.0, 1485831.6, 1485975.6, 1486794.9, 1487804.4, 1488250.2, 1487449.0, 1486998.5, 1487060.9, 1487823.6, 1487996.9, 1488371.4, 1488538.5, 1488634.2, 1489166.0, 1488267.6, 1488146.4, 1489149.5, 1489419.2, 1490067.9, 1490420.0, 1490574.8, 1490378.2, 1490277.2, 1490832.8, 1491742.1, 1493358.1] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -7019,13 +6887,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -7154,10 +7022,6 @@ [1506985.5, 1504874.9, 1502808.0, 1501635.0, 1500663.9, 1499042.6, 1498852.0, 1499700.0, 1498781.8, 1498210.9, 1497407.4, 1496958.5, 1497135.2, 1498052.6, 1497919.8, 1497574.5, 1497599.4, 1498256.6, 1498483.9, 1497741.1, 1497479.9, 1497447.2, 1497323.2, 1497042.8, 1497317.5, 1498740.8, 1499321.6, 1500634.0, 1500839.2, 1500877.1, 1500974.1, 1501675.1, 1501743.2, 1501963.8, 1502059.5, 1502144.9, 1503294.2, 1504206.9, 1504458.4, 1505316.4] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -7228,13 +7092,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -7363,10 +7227,6 @@ [1492676.4, 1490496.0, 1488448.4, 1487777.2, 1487087.0, 1486759.4, 1486796.8, 1487449.8, 1487280.4, 1486346.8, 1486392.5, 1487601.6, 1487130.2, 1486052.9, 1485859.9, 1486204.9, 1486262.1, 1486563.0, 1486827.1, 1485596.0, 1485740.8, 1487710.2, 1488210.5, 1488237.4, 1488415.9, 1488606.5, 1489398.5, 1488371.0, 1487812.9, 1487325.5, 1487618.1, 1489985.6, 1491555.9, 1490794.6, 1490424.9, 1490642.6, 1490740.0, 1491749.5, 1492724.2, 1492785.2] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -7437,13 +7297,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -7572,10 +7432,6 @@ [1468176.9, 1464950.2, 1463138.2, 1462441.5, 1460522.8, 1460070.6, 1460570.5, 1460553.2, 1459443.8, 1458082.0, 1458032.6, 1459057.2, 1459199.5, 1458359.4, 1458263.4, 1458860.5, 1458792.9, 1458516.4, 1457910.0, 1458067.5, 1459187.9, 1459015.0, 1459325.0, 1461320.5, 1461760.5, 1461916.6, 1461178.9, 1460871.4, 1460950.9, 1461257.5, 1462940.9, 1463772.4, 1464857.2, 1464980.4, 1465380.1, 1466177.1, 1466723.4, 1466558.4, 1466802.8, 1468506.4] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -7646,13 +7502,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -7782,10 +7638,6 @@ [1405656.5, 1403099.6, 1400402.5, 1398917.1, 1398251.9, 1397214.9, 1395868.4, 1394857.9, 1393265.1, 1393027.0, 1393708.9, 1393619.9, 1393712.5, 1394253.6, 1392770.5, 1392388.5, 1392571.8, 1392833.1, 1393823.4, 1393960.6, 1394003.2, 1394417.1, 1394633.5, 1395225.2, 1395336.8, 1395560.9, 1395096.9, 1395075.9, 1395983.5, 1396099.9, 1396165.1, 1396419.0, 1398032.5, 1398835.1, 1398689.8, 1398425.0, 1398284.0, 1398008.1, 1397653.5, 1397395.5] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -7856,13 +7708,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -7991,10 +7843,6 @@ [1511532.1, 1509071.5, 1505647.1, 1504207.8, 1504217.1, 1505689.0, 1505669.4, 1503870.4, 1503131.5, 1502383.6, 1502070.0, 1501811.5, 1502018.1, 1503142.4, 1502463.5, 1501278.8, 1501117.9, 1501769.1, 1503022.1, 1503184.4, 1503176.8, 1503388.6, 1503467.8, 1504163.0, 1505037.4, 1505802.1, 1505882.0, 1505148.2, 1504464.4, 1504538.2, 1506079.9, 1507367.1, 1508389.0, 1508952.4, 1509870.4, 1509936.5, 1509998.4, 1511231.2, 1511339.5, 1511269.5] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -8065,13 +7913,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -8201,10 +8049,6 @@ [1446781.8, 1444242.4, 1442448.1, 1441409.1, 1440959.0, 1440259.1, 1438770.5, 1438593.2, 1439185.8, 1438351.0, 1438150.4, 1438422.9, 1438572.2, 1438726.4, 1439325.6, 1438944.1, 1438767.4, 1438841.6, 1438871.0, 1439126.8, 1438962.0, 1438319.4, 1438291.5, 1438938.9, 1439194.0, 1438579.6, 1438376.9, 1438385.8, 1438608.1, 1439891.2, 1441280.1, 1441906.9, 1441723.0, 1441544.0, 1441664.1, 1441840.6, 1442424.6, 1442723.9, 1442956.5, 1442831.1] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -8275,13 +8119,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -8414,10 +8258,6 @@ [1405166.0, 1402415.6, 1399252.2, 1398345.6, 1397026.1, 1396936.1, 1398081.5, 1398425.9, 1397429.4, 1396710.5, 1396660.0, 1397247.4, 1398131.6, 1398164.4, 1398024.6, 1397777.9, 1396823.6, 1396466.5, 1396614.4, 1397612.8, 1398622.0, 1397884.8, 1397529.6, 1397391.8, 1397473.0, 1398166.2, 1398362.1, 1399074.8, 1400163.4, 1400577.9, 1400983.4, 1400991.5, 1401218.2, 1401038.1, 1401174.0, 1402291.2, 1401325.0, 1400960.4, 1401399.6, 1401338.9] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -8488,13 +8328,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -8623,10 +8463,6 @@ [1430442.6, 1428322.4, 1426358.0, 1425776.5, 1425961.8, 1427428.0, 1427209.8, 1426646.6, 1426643.1, 1427157.4, 1425224.4, 1423486.0, 1423614.6, 1425034.9, 1423426.8, 1423139.9, 1424054.1, 1424218.4, 1424405.6, 1424894.1, 1425190.4, 1425301.8, 1426372.1, 1428005.4, 1428200.4, 1428176.8, 1428142.5, 1428606.4, 1428789.9, 1429740.2, 1430106.6, 1430563.0, 1431048.8, 1431174.1, 1431371.5, 1432509.4, 1433223.6, 1434664.9, 1435033.2, 1435299.5] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -8697,13 +8533,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -8834,10 +8670,6 @@ [1496288.5, 1494261.5, 1490224.5, 1488684.8, 1486224.4, 1485764.4, 1486285.5, 1486215.2, 1486527.4, 1487970.0, 1487406.5, 1487077.9, 1487186.5, 1487665.8, 1487912.9, 1487289.1, 1487178.8, 1487756.8, 1487823.4, 1487804.8, 1487305.2, 1487410.8, 1488721.2, 1488980.2, 1488935.4, 1489320.2, 1489321.5, 1489603.0, 1490466.9, 1491752.0, 1492129.9, 1493061.6, 1492553.9, 1492410.4, 1493333.6, 1493577.0, 1494354.5, 1494782.0, 1496583.0, 1497140.1] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -8908,13 +8740,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -9045,10 +8877,6 @@ [1565451.4, 1561043.5, 1558930.5, 1559310.6, 1560527.1, 1561786.6, 1563143.0, 1565619.2, 1566797.2, 1568183.9, 1568720.9, 1568219.5, 1568231.4, 1569817.2, 1570349.1, 1570544.1, 1571752.9, 1570304.8, 1570002.9, 1571810.6, 1572946.5, 1572843.6, 1571564.0, 1571264.8, 1572473.6, 1573186.9, 1573362.6, 1573363.1, 1574491.5, 1575125.9, 1575475.0, 1575997.5, 1576146.8, 1577365.9, 1578995.0, 1579027.6, 1579034.4, 1579115.9, 1580205.1, 1580388.5] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -9119,13 +8947,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -9255,10 +9083,6 @@ [1594999.2, 1594048.4, 1592164.5, 1590920.2, 1589474.0, 1588718.6, 1588193.8, 1587097.5, 1586731.6, 1586723.6, 1586647.5, 1586722.9, 1586648.6, 1586428.0, 1585322.1, 1584654.0, 1584501.6, 1584641.4, 1585249.6, 1585662.1, 1586650.2, 1585575.2, 1585445.2, 1586737.0, 1587671.4, 1587941.0, 1588688.4, 1589255.6, 1588263.6, 1588245.4, 1589966.8, 1590852.5, 1591439.5, 1591544.8, 1591744.2, 1591228.9, 1591254.5, 1592658.9, 1593197.5, 1594822.2] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -9329,13 +9153,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -9464,10 +9288,6 @@ [1584063.9, 1581556.0, 1579576.2, 1579157.9, 1579022.5, 1578301.0, 1576217.1, 1575678.1, 1575819.4, 1574719.1, 1574401.8, 1574721.4, 1574023.6, 1572159.4, 1571983.8, 1573077.0, 1573399.8, 1573557.2, 1574383.4, 1574069.6, 1573849.6, 1573917.2, 1573863.6, 1573951.2, 1573933.6, 1574148.4, 1574373.6, 1575537.8, 1575991.6, 1576114.6, 1576184.5, 1576095.0, 1575829.2, 1576034.5, 1577924.6, 1579178.8, 1579114.4, 1578627.9, 1578556.6, 1579502.6] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -9538,13 +9358,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -9673,10 +9493,6 @@ [1489511.5, 1488356.8, 1486610.1, 1485856.8, 1484547.5, 1483149.5, 1482381.9, 1481852.0, 1481759.8, 1481981.2, 1481080.9, 1480628.1, 1480075.8, 1479761.2, 1479916.8, 1480728.8, 1480719.0, 1480173.2, 1480377.0, 1481952.9, 1482340.2, 1481305.9, 1481028.0, 1481504.0, 1482241.6, 1482099.4, 1480992.5, 1480796.6, 1481766.4, 1483405.4, 1483615.5, 1483750.6, 1484466.5, 1484589.2, 1484816.6, 1485614.5, 1486229.8, 1486140.2, 1486030.6, 1485815.8] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -9747,13 +9563,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -9886,10 +9702,6 @@ [1489624.6, 1488013.9, 1485518.1, 1484276.1, 1484008.8, 1484163.5, 1483959.4, 1483588.1, 1482758.5, 1482500.9, 1482577.0, 1482696.6, 1482158.1, 1481800.8, 1481786.0, 1482051.1, 1482475.5, 1482673.4, 1482924.9, 1483021.6, 1483414.8, 1483204.0, 1483110.9, 1483378.4, 1483602.4, 1484597.6, 1484810.1, 1484576.4, 1484593.5, 1485337.6, 1485312.0, 1485305.5, 1485745.1, 1484644.5, 1484707.2, 1486836.4, 1487828.2, 1488050.0, 1487933.6, 1487698.4] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -9960,13 +9772,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -10096,10 +9908,6 @@ [1441145.6, 1440275.1, 1438926.5, 1437913.6, 1437475.6, 1437140.1, 1436632.0, 1435445.0, 1434969.5, 1434618.0, 1434406.5, 1434147.6, 1433645.4, 1433486.4, 1433428.4, 1432872.1, 1432796.2, 1433106.0, 1433266.0, 1433259.9, 1433553.1, 1434350.1, 1434468.2, 1434562.1, 1434803.9, 1435468.2, 1434669.8, 1434528.9, 1435468.6, 1436255.8, 1436724.9, 1436090.0, 1435849.1, 1436125.4, 1436294.9, 1437422.9, 1438460.2, 1438569.6, 1438875.4, 1438763.9] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -10170,13 +9978,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -10305,10 +10113,6 @@ [1394493.8, 1393802.6, 1391898.2, 1389506.0, 1388897.1, 1388735.9, 1386709.8, 1386031.9, 1385903.4, 1385821.9, 1385654.0, 1385464.5, 1385426.8, 1385705.2, 1384935.9, 1383620.1, 1383518.6, 1384144.0, 1383755.0, 1384011.5, 1385795.9, 1386194.8, 1385524.2, 1384663.6, 1384364.0, 1384175.0, 1384300.6, 1385468.9, 1386604.5, 1386580.2, 1386474.1, 1387224.6, 1388962.0, 1389540.4, 1389751.5, 1389874.2, 1390961.9, 1391348.8, 1391379.9, 1391154.1] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -10379,13 +10183,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -10512,10 +10316,6 @@ [1429521.6, 1427707.2, 1425154.8, 1424637.9, 1424502.2, 1422862.0, 1422594.8, 1423458.9, 1422556.9, 1421018.9, 1420857.4, 1421864.5, 1422571.8, 1422412.1, 1422241.4, 1422243.2, 1421826.6, 1420524.1, 1420450.0, 1421537.6, 1421909.6, 1420823.8, 1420857.5, 1422308.2, 1422718.2, 1423551.5, 1424360.1, 1424130.6, 1424029.2, 1424559.1, 1424592.6, 1424918.0, 1425333.0, 1424608.1, 1424300.6, 1424699.8, 1425715.8, 1426757.8, 1427011.4, 1427965.5] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -10586,13 +10386,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -10722,10 +10522,6 @@ [1459070.4, 1457361.8, 1455151.4, 1453036.9, 1452652.8, 1453309.5, 1453286.9, 1452947.5, 1452998.5, 1453805.5, 1453433.0, 1452540.2, 1452075.0, 1452086.1, 1452395.9, 1451287.5, 1451288.9, 1452686.6, 1453366.8, 1453042.8, 1452536.9, 1451330.1, 1451276.8, 1452535.5, 1453645.5, 1453496.9, 1453283.4, 1453224.5, 1453257.6, 1453972.4, 1454636.6, 1454849.0, 1455084.0, 1456410.2, 1456285.6, 1455909.2, 1455573.5, 1455761.1, 1457684.9, 1459171.2] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -10796,13 +10592,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -10933,10 +10729,6 @@ [1387020.2, 1385688.5, 1383720.8, 1380907.1, 1380283.6, 1380797.0, 1380765.5, 1380214.8, 1379106.2, 1379077.0, 1379982.6, 1379219.4, 1378883.9, 1378823.2, 1378652.2, 1378235.8, 1378244.1, 1378671.6, 1378774.4, 1378995.0, 1379114.0, 1379271.0, 1379394.0, 1379858.2, 1380536.1, 1380766.6, 1380696.5, 1380766.2, 1380773.2, 1381138.1, 1381172.4, 1381775.5, 1383146.2, 1383017.5, 1382771.9, 1382851.5, 1382814.0, 1383472.1, 1384821.0, 1385368.2] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -11007,13 +10799,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -11144,10 +10936,6 @@ [1456630.1, 1454490.0, 1450869.1, 1448517.6, 1447293.1, 1446386.0, 1446649.4, 1448439.4, 1448821.9, 1449167.6, 1449839.1, 1450598.5, 1450997.6, 1451496.4, 1452038.8, 1451885.2, 1451634.2, 1451550.5, 1451742.9, 1453179.2, 1453193.2, 1452514.4, 1452249.5, 1452801.6, 1453985.5, 1454102.4, 1453192.2, 1453170.0, 1454711.1, 1455009.6, 1455540.0, 1455760.4, 1455785.6, 1456666.1, 1456444.5, 1455311.6, 1455296.4, 1457123.1, 1457477.2, 1458034.2] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -11218,13 +11006,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -11354,10 +11142,6 @@ [1435178.5, 1432714.4, 1431088.9, 1429873.8, 1429221.0, 1429131.8, 1429454.6, 1429257.2, 1429107.5, 1429151.4, 1429264.2, 1429601.5, 1428081.8, 1427642.0, 1427787.2, 1428261.5, 1428488.1, 1428632.6, 1429354.5, 1429116.0, 1427822.8, 1427618.2, 1428464.2, 1430384.0, 1431638.9, 1432133.8, 1432612.0, 1432674.4, 1432433.4, 1432126.8, 1432404.0, 1434759.8, 1436517.4, 1436155.0, 1436160.5, 1437922.8, 1438913.2, 1438590.2, 1438430.9, 1439281.1] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -11428,13 +11212,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -11566,10 +11350,6 @@ [2499556.0, 2494548.8, 2492641.8, 2495300.5, 2499196.2, 2506136.0, 2512683.5, 2516821.8, 2518070.8, 2520517.2, 2522506.2, 2524961.2, 2525948.5, 2526840.0, 2528610.8, 2531199.5, 2532817.5, 2531917.2, 2531199.8, 2532005.0, 2534433.8, 2534932.8, 2534720.0, 2534702.2, 2536632.2, 2536697.8, 2536759.8, 2536763.5, 2538475.2, 2538900.5, 2540006.8, 2540210.2, 2541754.0, 2541743.2, 2543258.2, 2548335.2, 2550823.5, 2550792.5, 2550395.8, 2550728.2] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -11640,13 +11420,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -11780,10 +11560,6 @@ [2424771.0, 2420594.5, 2416306.5, 2416506.5, 2419912.0, 2422234.8, 2425667.0, 2428939.8, 2430629.0, 2433679.0, 2434765.5, 2434607.8, 2434719.8, 2436866.2, 2438475.5, 2440682.2, 2441305.5, 2441909.5, 2442405.0, 2443303.2, 2443177.0, 2443023.5, 2442824.5, 2442798.0, 2444472.2, 2445039.0, 2444995.0, 2445259.8, 2445401.0, 2445803.8, 2445682.2, 2445468.0, 2445413.5, 2447161.0, 2448668.5, 2450721.8, 2453015.8, 2453909.2, 2456048.5, 2456070.8] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -11854,13 +11630,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -11992,10 +11768,6 @@ [2229160.5, 2224384.8, 2219983.0, 2219898.8, 2222461.0, 2226340.0, 2229481.8, 2231269.2, 2232159.0, 2234077.0, 2235301.5, 2236023.2, 2235652.8, 2235676.8, 2237612.0, 2238448.5, 2238138.0, 2237810.5, 2238098.8, 2238081.8, 2238868.8, 2238789.8, 2238831.0, 2240517.5, 2240920.8, 2242086.8, 2242124.5, 2241919.2, 2241802.2, 2242049.0, 2241720.8, 2241541.0, 2242928.8, 2244689.5, 2246207.0, 2247592.8, 2250253.5, 2250629.8, 2250336.2, 2251094.0] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -12066,13 +11838,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -12208,10 +11980,6 @@ [2234112.5, 2231912.0, 2226195.2, 2222325.8, 2219096.5, 2218645.0, 2219411.5, 2219138.5, 2219132.0, 2219907.2, 2220417.8, 2220747.2, 2222446.5, 2223907.2, 2224431.0, 2226089.0, 2226499.5, 2227280.2, 2227415.2, 2227449.2, 2227998.2, 2227938.5, 2227976.5, 2227814.8, 2227910.5, 2227900.5, 2228650.2, 2229103.8, 2229501.2, 2229388.5, 2229494.5, 2229440.2, 2230421.2, 2232081.5, 2232538.0, 2235048.8, 2239624.2, 2240601.2, 2241356.5, 2242042.0] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -12282,13 +12050,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -12418,10 +12186,6 @@ [2167264.8, 2163647.5, 2161701.0, 2161576.2, 2161018.2, 2161020.8, 2162032.5, 2161293.2, 2160721.5, 2160120.5, 2159909.5, 2160185.2, 2159613.5, 2157575.2, 2156685.5, 2155755.2, 2155593.5, 2155954.8, 2156487.5, 2156912.2, 2158425.2, 2158741.2, 2158769.2, 2158270.2, 2158294.2, 2159494.2, 2160132.5, 2160289.8, 2160437.5, 2159991.5, 2160037.8, 2161689.0, 2163413.5, 2163900.0, 2164726.8, 2166801.5, 2169912.2, 2171522.5, 2173131.8, 2173655.5] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -12492,13 +12256,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -12633,10 +12397,6 @@ [2112284.5, 2110348.0, 2107237.5, 2106277.2, 2105908.2, 2105535.2, 2105295.0, 2104965.0, 2103412.0, 2102372.8, 2100275.2, 2100035.2, 2101218.2, 2101798.0, 2101838.0, 2101830.8, 2100747.8, 2100714.5, 2101942.8, 2102375.8, 2103282.2, 2103256.5, 2103207.0, 2104200.5, 2106006.5, 2106760.8, 2106619.8, 2106836.2, 2108267.0, 2108377.8, 2108298.0, 2108574.2, 2109230.0, 2110289.0, 2111133.2, 2114498.0, 2117888.2, 2119177.0, 2119973.8, 2119946.5] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -12707,13 +12467,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -12848,10 +12608,6 @@ [2067424.6, 2064372.4, 2061805.0, 2060809.0, 2059976.6, 2059638.4, 2059423.9, 2058755.4, 2057029.5, 2056659.5, 2056871.8, 2057084.5, 2057487.5, 2058130.4, 2058039.6, 2057901.5, 2057908.2, 2057992.2, 2058680.9, 2059021.6, 2059215.6, 2060240.5, 2060384.1, 2060633.6, 2061487.8, 2062494.2, 2062542.8, 2062556.1, 2062819.9, 2064596.6, 2065199.4, 2065197.5, 2065830.1, 2066599.1, 2070332.5, 2072795.5, 2073309.8, 2074599.4, 2076309.4, 2077032.2] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -12922,13 +12678,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -13060,10 +12816,6 @@ [2095334.4, 2092666.5, 2089037.0, 2087968.2, 2086734.9, 2086536.6, 2087016.8, 2085421.9, 2085130.8, 2085790.6, 2084405.1, 2084095.6, 2084617.8, 2084104.5, 2083898.4, 2084215.1, 2084640.4, 2083362.9, 2083163.5, 2083809.2, 2084288.8, 2085824.8, 2086158.5, 2086512.4, 2087176.9, 2089096.1, 2090063.8, 2090133.8, 2090679.0, 2091124.5, 2092131.5, 2092568.9, 2094246.6, 2095767.5, 2097145.0, 2101647.0, 2103051.5, 2104965.8, 2105840.2, 2106911.8] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -13134,13 +12886,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -13275,10 +13027,6 @@ [2187227.2, 2182950.5, 2178597.5, 2175053.8, 2172657.5, 2171822.2, 2170806.8, 2169253.2, 2169158.5, 2170303.0, 2171229.5, 2172187.5, 2172599.5, 2174174.5, 2175224.5, 2174820.0, 2174695.8, 2175590.2, 2176213.2, 2176603.8, 2176718.8, 2177687.0, 2177843.8, 2177710.0, 2178265.0, 2179074.2, 2179949.5, 2179645.8, 2179230.0, 2179090.5, 2179102.0, 2178346.2, 2178394.8, 2180573.8, 2182229.8, 2183457.2, 2186398.8, 2187271.8, 2187511.0, 2189626.0] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -13349,13 +13097,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -13488,10 +13236,6 @@ [2134642.2, 2131245.8, 2129878.2, 2132136.8, 2137787.8, 2143247.5, 2147344.8, 2151683.0, 2153829.0, 2156176.0, 2158007.5, 2159482.8, 2160531.8, 2160742.5, 2161624.5, 2161154.8, 2160676.8, 2161354.2, 2162425.8, 2163330.8, 2164408.0, 2164829.0, 2164384.0, 2163538.8, 2163329.5, 2164847.5, 2164609.8, 2163669.5, 2163493.0, 2165374.5, 2165932.2, 2165843.0, 2167107.2, 2168484.5, 2168884.0, 2170005.8, 2171414.2, 2173385.0, 2175899.5, 2176088.0] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -13562,13 +13306,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -13699,10 +13443,6 @@ [2291770.0, 2286128.2, 2282470.2, 2281836.5, 2282449.2, 2286208.5, 2290622.8, 2292654.5, 2293865.8, 2295665.5, 2295719.8, 2295816.5, 2297466.2, 2298068.2, 2298819.8, 2298921.0, 2300204.2, 2302296.8, 2303768.2, 2304368.0, 2304521.8, 2304589.0, 2305211.8, 2305859.0, 2306014.2, 2307266.5, 2308866.2, 2308698.2, 2307539.2, 2307249.8, 2308600.2, 2308743.5, 2308936.2, 2309596.5, 2311801.5, 2313163.5, 2315217.8, 2315390.2, 2315728.2, 2315369.2] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -13773,13 +13513,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "OUTLIERRG": "N", "BADROX": "N", - "CQCONF": "N", "omit": false, - "OUTLIERRG": "N" + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -13911,10 +13651,6 @@ [2248692.2, 2245882.5, 2244603.2, 2244969.0, 2246506.0, 2253082.0, 2257602.5, 2259268.5, 2262220.2, 2263940.8, 2266231.2, 2267684.0, 2269540.5, 2270491.5, 2270445.0, 2270968.0, 2271399.2, 2272919.5, 2274240.5, 2274852.8, 2275756.2, 2276568.8, 2276394.2, 2276157.2, 2277709.5, 2279835.2, 2279277.2, 2276834.2, 2276107.0, 2277115.0, 2277279.0, 2277364.2, 2277663.8, 2280713.2, 2282735.0, 2284398.0, 2286690.8, 2288422.8, 2289328.8, 2291099.8] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -16966,7 +16702,7 @@ "file name": "appbio_quantstudio_example05.txt", "UNC path": "tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_example05.txt", "ASM converter name": "allotropy_appbio_quantstudio_rt_pcr", - "ASM converter version": "0.1.84", + "ASM converter version": "0.1.105", "software name": "Thermo QuantStudio", "software version": "1.0" }, diff --git a/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_example06.json b/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_example06.json index f87397755..b569f0c9e 100644 --- a/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_example06.json +++ b/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_example06.json @@ -56,13 +56,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "NOISE": "N", "omit": false, + "CQCONF": "N", "OUTLIERRG": "N", - "BADROX": "N", - "NOISE": "N" + "BADROX": "N" } }, "cycle threshold result (qPCR)": { @@ -126,11 +126,7 @@ } ] }, - "target DNA description": "TGF-B", - "custom information document": { - "Analysis Type": "Singleplex", - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "TGF-B" } ], "experimental data identifier": "QuantStudio96-Well Comparative Ct Example", @@ -200,13 +196,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "NOISE": "N", "omit": false, + "CQCONF": "N", "OUTLIERRG": "N", - "BADROX": "N", - "NOISE": "N" + "BADROX": "N" } }, "cycle threshold result (qPCR)": { @@ -272,11 +268,7 @@ } ] }, - "target DNA description": "TGF-B", - "custom information document": { - "Analysis Type": "Singleplex", - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "TGF-B" } ], "experimental data identifier": "QuantStudio96-Well Comparative Ct Example", @@ -346,13 +338,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "NOISE": "N", "omit": false, + "CQCONF": "N", "OUTLIERRG": "N", - "BADROX": "N", - "NOISE": "N" + "BADROX": "N" } }, "cycle threshold result (qPCR)": { @@ -416,11 +408,7 @@ } ] }, - "target DNA description": "TGF-B", - "custom information document": { - "Analysis Type": "Singleplex", - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "TGF-B" } ], "experimental data identifier": "QuantStudio96-Well Comparative Ct Example", @@ -490,13 +478,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "NOISE": "N", "omit": false, + "CQCONF": "N", "OUTLIERRG": "N", - "BADROX": "N", - "NOISE": "N" + "BADROX": "N" } }, "cycle threshold result (qPCR)": { @@ -560,11 +548,7 @@ } ] }, - "target DNA description": "TGF-B", - "custom information document": { - "Analysis Type": "Singleplex", - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "TGF-B" } ], "experimental data identifier": "QuantStudio96-Well Comparative Ct Example", @@ -634,13 +618,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "NOISE": "N", "omit": false, + "CQCONF": "N", "OUTLIERRG": "N", - "BADROX": "N", - "NOISE": "N" + "BADROX": "N" } }, "cycle threshold result (qPCR)": { @@ -704,11 +688,7 @@ } ] }, - "target DNA description": "TGF-B", - "custom information document": { - "Analysis Type": "Singleplex", - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "TGF-B" } ], "experimental data identifier": "QuantStudio96-Well Comparative Ct Example", @@ -778,13 +758,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "NOISE": "N", "omit": false, + "CQCONF": "N", "OUTLIERRG": "N", - "BADROX": "N", - "NOISE": "N" + "BADROX": "N" } }, "cycle threshold result (qPCR)": { @@ -848,11 +828,7 @@ } ] }, - "target DNA description": "GAPDH", - "custom information document": { - "Analysis Type": "Singleplex", - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "GAPDH" } ], "experimental data identifier": "QuantStudio96-Well Comparative Ct Example", @@ -922,13 +898,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "NOISE": "N", "omit": false, + "CQCONF": "N", "OUTLIERRG": "N", - "BADROX": "N", - "NOISE": "N" + "BADROX": "N" } }, "cycle threshold result (qPCR)": { @@ -992,11 +968,7 @@ } ] }, - "target DNA description": "GAPDH", - "custom information document": { - "Analysis Type": "Singleplex", - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "GAPDH" } ], "experimental data identifier": "QuantStudio96-Well Comparative Ct Example", @@ -1066,13 +1038,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "NOISE": "N", "omit": false, + "CQCONF": "N", "OUTLIERRG": "N", - "BADROX": "N", - "NOISE": "N" + "BADROX": "N" } }, "cycle threshold result (qPCR)": { @@ -1136,11 +1108,7 @@ } ] }, - "target DNA description": "GAPDH", - "custom information document": { - "Analysis Type": "Singleplex", - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "GAPDH" } ], "experimental data identifier": "QuantStudio96-Well Comparative Ct Example", @@ -1210,13 +1178,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, + "NOISE": "N", "omit": false, + "CQCONF": "N", "OUTLIERRG": "N", - "BADROX": "N", - "NOISE": "N" + "BADROX": "N" } }, "cycle threshold result (qPCR)": { @@ -1280,11 +1248,7 @@ } ] }, - "target DNA description": "GAPDH", - "custom information document": { - "Analysis Type": "Singleplex", - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "GAPDH" } ], "experimental data identifier": "QuantStudio96-Well Comparative Ct Example", @@ -1983,7 +1947,7 @@ "file name": "appbio_quantstudio_example06.txt", "UNC path": "tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_example06.txt", "ASM converter name": "allotropy_appbio_quantstudio_rt_pcr", - "ASM converter version": "0.1.84", + "ASM converter version": "0.1.105", "software name": "Thermo QuantStudio", "software version": "1.0" }, diff --git a/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_example07.json b/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_example07.json index 9719ff014..9b75f87e9 100644 --- a/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_example07.json +++ b/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_example07.json @@ -55,13 +55,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -199,10 +199,6 @@ [1508833.4, 1506932.0, 1503598.0, 1501278.1, 1500520.2, 1499821.9, 1499010.6, 1498684.1, 1498602.1, 1498319.6, 1497748.8, 1497656.4, 1498159.5, 1497311.5, 1495324.8, 1495350.8, 1497251.5, 1497454.8, 1497208.6, 1496929.8, 1497314.5, 1499314.0, 1498953.4, 1498485.0, 1498694.6, 1500300.5, 1500694.9, 1501385.8, 1501715.5, 1501832.4, 1501709.2, 1502281.6, 1503597.1, 1502811.1, 1502644.9, 1504181.5, 1505487.2, 1505695.4, 1504944.9, 1504497.5] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -273,13 +269,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -413,10 +409,6 @@ [1580743.8, 1578487.9, 1576177.8, 1575530.9, 1574922.2, 1574144.5, 1573658.0, 1572752.9, 1572521.9, 1572626.2, 1572709.9, 1573206.6, 1573592.6, 1573346.8, 1572473.0, 1572174.6, 1572461.0, 1573671.8, 1573746.8, 1573467.1, 1572916.1, 1573095.1, 1574639.6, 1575266.6, 1575329.5, 1575594.1, 1575604.1, 1575868.0, 1576115.6, 1577337.9, 1577595.6, 1578194.8, 1578890.6, 1579251.9, 1579849.6, 1581252.9, 1581410.6, 1580758.4, 1580656.9, 1581776.8] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -487,13 +479,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -626,10 +618,6 @@ [1583473.4, 1582005.4, 1581820.1, 1584217.9, 1586835.9, 1591731.0, 1594331.6, 1596262.0, 1598024.9, 1600427.2, 1601445.6, 1603293.5, 1604209.0, 1604610.9, 1605137.4, 1604050.5, 1603990.4, 1606374.0, 1606859.2, 1607184.8, 1607010.6, 1607325.9, 1607328.9, 1608541.0, 1609091.6, 1608445.9, 1608574.8, 1611112.5, 1610613.2, 1610058.6, 1610818.8, 1611671.9, 1611649.5, 1611383.9, 1611215.0, 1612318.1, 1612210.1, 1611347.4, 1610294.6, 1609637.5] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -700,13 +688,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -839,10 +827,6 @@ [1539090.9, 1536626.9, 1533691.0, 1530843.6, 1530117.9, 1529786.8, 1528131.5, 1528008.2, 1529230.6, 1529780.4, 1530348.4, 1530376.1, 1530399.4, 1530519.1, 1531362.1, 1531302.1, 1531148.1, 1531327.0, 1531502.5, 1532365.2, 1531829.6, 1531794.1, 1533114.9, 1533656.9, 1533305.4, 1533585.0, 1535900.4, 1536681.4, 1536890.1, 1538295.5, 1538761.5, 1538991.4, 1539668.9, 1541818.6, 1542263.8, 1542813.9, 1543509.4, 1543897.5, 1545729.6, 1548177.4] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -913,13 +897,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -1055,10 +1039,6 @@ [1572823.6, 1570508.4, 1567499.2, 1566217.6, 1563469.1, 1562013.0, 1561970.4, 1562619.1, 1562656.0, 1562625.2, 1562869.9, 1562840.0, 1562666.1, 1562337.6, 1562455.0, 1563495.0, 1563993.2, 1564227.0, 1565290.1, 1565892.1, 1565777.8, 1565846.5, 1567020.9, 1567715.4, 1567878.6, 1568071.0, 1567936.9, 1568222.8, 1569572.0, 1570795.5, 1571672.1, 1572331.5, 1572162.5, 1572404.9, 1574609.8, 1576305.0, 1576755.2, 1576155.5, 1576245.4, 1578459.0] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -1129,13 +1109,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -1265,10 +1245,6 @@ [1533402.4, 1531084.6, 1529196.4, 1527489.4, 1525618.8, 1525353.2, 1526493.8, 1529299.6, 1530296.6, 1529687.1, 1529446.1, 1529777.0, 1529925.8, 1530736.6, 1530672.9, 1530218.8, 1529974.1, 1530299.6, 1531405.6, 1531713.4, 1531818.5, 1533133.1, 1534132.5, 1534223.4, 1534618.0, 1535028.1, 1535394.8, 1535549.9, 1535631.4, 1535677.2, 1536891.8, 1537678.8, 1537456.6, 1537031.8, 1537283.8, 1539692.2, 1540417.5, 1540456.5, 1540517.4, 1541941.6] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -1338,13 +1314,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -1479,10 +1455,6 @@ [2235894.0, 2238556.8, 2234469.8, 2230492.0, 2227221.5, 2225197.5, 2224450.8, 2223393.5, 2222761.0, 2221621.5, 2221292.0, 2221185.8, 2221334.2, 2222054.8, 2222357.0, 2222673.0, 2222893.0, 2223813.5, 2224087.8, 2224744.2, 2225653.8, 2226878.2, 2227653.2, 2228175.0, 2228321.0, 2228429.2, 2229532.2, 2229481.5, 2229612.8, 2230971.2, 2229842.0, 2229667.2, 2231599.5, 2233130.0, 2234373.5, 2235082.8, 2234619.0, 2234221.8, 2234239.5, 2233972.0] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -1553,13 +1525,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "Y" } }, @@ -1695,10 +1667,6 @@ [2123758.0, 2122120.8, 2120172.2, 2116867.2, 2115950.5, 2115687.0, 2114147.5, 2113677.0, 2113689.2, 2113173.5, 2112357.0, 2112333.5, 2112881.8, 2111894.8, 2112031.8, 2113761.0, 2114051.0, 2114066.0, 2114644.5, 2115413.5, 2115410.5, 2115676.2, 2117063.8, 2117356.2, 2117962.5, 2118510.8, 2118799.5, 2120687.8, 2122468.2, 2122591.5, 2122279.8, 2122159.0, 2122053.0, 2122984.0, 2124862.5, 2126404.5, 2127000.0, 2130099.0, 2133761.8, 2134871.0] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -1769,13 +1737,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -1912,10 +1880,6 @@ [2159477.2, 2158135.5, 2152644.0, 2151578.5, 2152645.5, 2154523.5, 2157075.2, 2158518.8, 2159196.2, 2161588.0, 2162239.8, 2162741.8, 2164994.5, 2165355.2, 2165905.8, 2166938.8, 2167165.5, 2168308.0, 2168585.2, 2168791.5, 2169210.0, 2169639.5, 2171426.0, 2171208.5, 2170756.0, 2171059.8, 2171476.5, 2171457.0, 2172401.5, 2172518.2, 2171352.8, 2170795.0, 2170966.0, 2171530.8, 2175028.0, 2176727.5, 2178066.5, 2179639.8, 2179618.0, 2179096.5] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -1986,13 +1950,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -2131,10 +2095,6 @@ [2105309.5, 2103064.2, 2099395.2, 2096620.4, 2096100.1, 2096407.8, 2095350.5, 2094551.0, 2093931.1, 2093992.2, 2094750.2, 2095297.1, 2097164.0, 2097855.2, 2097183.2, 2096879.5, 2097027.5, 2097492.8, 2097975.2, 2097580.5, 2097634.2, 2099061.0, 2099784.8, 2099389.2, 2099539.8, 2101290.2, 2101426.8, 2101794.2, 2104347.2, 2104791.8, 2105284.8, 2106674.2, 2107437.8, 2109139.2, 2112895.2, 2115985.2, 2117527.2, 2118742.2, 2119600.5, 2119351.0] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -2205,13 +2165,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -2345,10 +2305,6 @@ [2571462.2, 2568187.0, 2567432.8, 2571777.0, 2577677.5, 2584111.2, 2588284.0, 2594006.8, 2596533.0, 2600086.8, 2602655.8, 2604442.8, 2606015.2, 2608549.5, 2609105.2, 2611047.0, 2612090.8, 2612545.0, 2613029.5, 2612757.5, 2612970.8, 2614948.5, 2615735.5, 2616948.2, 2617827.5, 2618709.8, 2618325.8, 2618392.2, 2619990.8, 2622442.0, 2622548.2, 2622868.2, 2623465.2, 2627783.0, 2630230.5, 2633733.2, 2634627.5, 2634254.8, 2634033.5, 2633429.5] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -2419,13 +2375,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -2557,10 +2513,6 @@ [2302687.0, 2297799.0, 2296406.8, 2301061.8, 2305034.2, 2307833.2, 2311565.5, 2313760.2, 2318347.2, 2321120.5, 2321965.0, 2323637.0, 2326989.2, 2328336.2, 2328838.2, 2329762.5, 2331469.2, 2333825.2, 2335132.5, 2335348.5, 2334165.2, 2334102.0, 2337023.2, 2338667.2, 2341122.0, 2341157.2, 2340667.0, 2341735.5, 2343703.8, 2343734.2, 2343625.2, 2346581.2, 2351170.2, 2353948.0, 2355344.2, 2355984.0, 2356791.0, 2357606.0, 2358211.2, 2357944.0] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -2630,13 +2582,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -2775,10 +2727,6 @@ [1526532.9, 1523166.9, 1519972.0, 1519505.6, 1519726.6, 1520964.2, 1522704.8, 1524638.9, 1525066.4, 1525768.4, 1526173.6, 1527828.9, 1528275.0, 1528183.0, 1528675.0, 1529618.1, 1530147.6, 1530355.0, 1531799.1, 1532083.6, 1531944.1, 1531751.1, 1532392.9, 1533194.4, 1531929.8, 1531731.4, 1533402.6, 1533741.4, 1534402.4, 1534169.6, 1534157.0, 1535678.5, 1536084.0, 1536049.6, 1535864.4, 1535604.2, 1535849.8, 1535588.4, 1535322.4, 1534957.4] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -2849,13 +2797,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -2989,10 +2937,6 @@ [1528420.2, 1526078.8, 1524936.9, 1525314.0, 1527340.5, 1530198.1, 1532571.5, 1533773.1, 1535445.6, 1534862.2, 1534861.8, 1536937.4, 1537979.8, 1538504.1, 1539441.4, 1540470.6, 1540407.4, 1539873.0, 1539790.8, 1540894.0, 1540373.2, 1540305.6, 1541964.1, 1542141.0, 1542383.6, 1542571.6, 1542520.2, 1542205.8, 1542494.8, 1543143.9, 1541893.1, 1541426.1, 1542346.8, 1542958.8, 1542872.0, 1543039.2, 1543021.5, 1542790.6, 1543103.0, 1542857.4] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -3063,13 +3007,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -3201,10 +3145,6 @@ [1523205.4, 1520279.0, 1514979.6, 1513253.9, 1510894.8, 1510487.2, 1511275.0, 1511873.0, 1511969.5, 1512018.0, 1512593.0, 1512714.2, 1512585.8, 1512759.9, 1513983.5, 1513937.4, 1513084.0, 1513085.1, 1514342.8, 1514494.8, 1514116.4, 1514319.8, 1516009.5, 1516494.1, 1517461.2, 1517691.0, 1517683.6, 1518445.0, 1518477.1, 1518558.6, 1519839.8, 1520132.9, 1520838.8, 1521094.1, 1522332.4, 1522676.2, 1522599.9, 1522155.6, 1521411.4, 1520979.8] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -3275,13 +3215,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -3412,10 +3352,6 @@ [1595212.6, 1593605.6, 1590203.8, 1588723.4, 1588135.4, 1587972.1, 1587998.6, 1588352.8, 1588826.9, 1588629.6, 1588514.1, 1588498.9, 1587798.1, 1587442.8, 1587511.2, 1588098.0, 1588674.1, 1588782.4, 1588813.2, 1587738.0, 1587712.6, 1588784.2, 1588859.5, 1589170.5, 1591022.5, 1591628.4, 1591764.9, 1592439.8, 1591326.2, 1591197.0, 1592860.4, 1594249.0, 1594604.9, 1595453.9, 1596562.9, 1596730.2, 1596698.9, 1597513.0, 1598026.9, 1599704.6] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -3486,13 +3422,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -3625,10 +3561,6 @@ [1558143.0, 1556961.9, 1554384.6, 1551853.2, 1549107.4, 1548975.9, 1550506.1, 1549664.6, 1549731.8, 1551026.0, 1549314.4, 1548814.1, 1549225.1, 1549787.4, 1549672.8, 1549066.0, 1549222.2, 1550581.4, 1550885.4, 1551161.2, 1551160.8, 1551885.6, 1554123.4, 1554294.9, 1553485.2, 1553238.5, 1553689.8, 1554153.6, 1555239.1, 1557105.0, 1557802.1, 1557841.2, 1557771.5, 1558490.6, 1559099.8, 1559718.8, 1559485.4, 1559223.8, 1559582.4, 1559892.6] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -3699,13 +3631,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -3836,10 +3768,6 @@ [1524958.4, 1522200.2, 1517701.8, 1514575.2, 1513135.9, 1512978.4, 1513544.6, 1513866.1, 1513399.6, 1512377.5, 1512386.2, 1513353.5, 1513965.2, 1515835.8, 1516681.2, 1517911.4, 1518418.1, 1519924.2, 1520042.0, 1520082.6, 1521014.1, 1519910.4, 1519634.2, 1520919.1, 1521812.8, 1521897.0, 1522632.2, 1523260.9, 1523917.2, 1523875.2, 1523978.9, 1524464.9, 1524730.2, 1523546.8, 1523578.1, 1525915.4, 1526461.2, 1527263.1, 1526935.4, 1526484.9] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -3909,13 +3837,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -4051,10 +3979,6 @@ [2216142.5, 2210995.5, 2206540.5, 2203237.8, 2202461.0, 2202966.2, 2203060.8, 2202458.2, 2201255.8, 2198469.2, 2198436.8, 2200895.2, 2201068.2, 2201228.8, 2202810.5, 2203075.0, 2203357.5, 2204069.8, 2204831.8, 2206207.8, 2206658.2, 2206568.8, 2206883.8, 2207064.5, 2208246.2, 2208294.0, 2208415.0, 2209470.8, 2210597.8, 2210859.2, 2211437.8, 2212445.5, 2213646.0, 2214027.8, 2214136.2, 2214322.2, 2216174.5, 2216409.2, 2215551.0, 2215005.2] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -4125,13 +4049,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "Y", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "Y" } }, @@ -4268,10 +4192,6 @@ [2103552.2, 2099715.2, 2094852.5, 2092115.8, 2090342.9, 2089821.0, 2089464.2, 2089532.8, 2090471.8, 2090430.8, 2089674.5, 2088990.1, 2089010.6, 2089883.5, 2089669.9, 2088627.9, 2088229.5, 2087835.2, 2088202.8, 2090212.4, 2091190.4, 2091212.0, 2091698.8, 2093331.2, 2094189.0, 2094079.0, 2093776.9, 2093740.9, 2094666.2, 2095398.9, 2095194.4, 2095217.5, 2096501.5, 2097646.2, 2100315.0, 2100829.5, 2101280.2, 2101655.2, 2104495.5, 2108157.5] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -4342,13 +4262,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -4483,10 +4403,6 @@ [2122543.5, 2121003.0, 2117592.0, 2113804.8, 2111528.8, 2111210.5, 2111652.2, 2111057.5, 2110602.2, 2109832.2, 2109910.0, 2110957.5, 2111138.0, 2111317.0, 2111843.5, 2111826.8, 2111578.0, 2111058.2, 2111198.2, 2112673.5, 2113336.5, 2113327.8, 2113819.8, 2114851.2, 2114515.8, 2114545.5, 2115861.0, 2116329.8, 2117516.0, 2117376.2, 2117071.8, 2117476.8, 2119112.5, 2120224.0, 2121574.2, 2126573.2, 2129186.8, 2131528.8, 2132273.5, 2132146.5] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -4557,13 +4473,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -4698,10 +4614,6 @@ [2066359.9, 2064554.2, 2062919.2, 2060429.5, 2058794.0, 2058494.8, 2058867.6, 2059008.2, 2058777.8, 2058252.5, 2057877.8, 2057648.0, 2057644.4, 2057828.1, 2056577.2, 2056266.6, 2056431.9, 2056086.6, 2056375.5, 2057935.1, 2058307.9, 2058664.9, 2058982.1, 2060337.5, 2060464.1, 2059920.9, 2059774.2, 2060616.0, 2062092.0, 2061947.9, 2060781.5, 2060618.1, 2062218.5, 2065201.5, 2068121.6, 2069583.9, 2072657.0, 2074428.6, 2075080.2, 2074829.6] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -4772,13 +4684,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -4914,10 +4826,6 @@ [2535600.2, 2532864.8, 2527827.8, 2525382.0, 2523587.2, 2522985.5, 2522298.2, 2520419.5, 2518918.8, 2518841.5, 2520010.2, 2521595.2, 2522072.8, 2523421.2, 2524807.5, 2525149.8, 2525286.5, 2526151.8, 2527159.8, 2527275.2, 2527127.2, 2527142.0, 2527701.2, 2529520.0, 2530728.8, 2530657.0, 2530508.2, 2530274.5, 2530773.0, 2532489.8, 2533918.8, 2534597.0, 2536124.2, 2539471.5, 2542389.2, 2544369.0, 2546096.8, 2546992.2, 2547805.8, 2547547.2] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -4988,13 +4896,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -5128,10 +5036,6 @@ [2165850.2, 2162200.5, 2156634.5, 2152745.8, 2150225.0, 2149739.0, 2150116.8, 2150737.8, 2149958.8, 2149806.5, 2150451.5, 2150644.0, 2150444.8, 2150065.5, 2149105.2, 2148998.2, 2149493.2, 2149936.8, 2151812.2, 2153369.2, 2152931.5, 2152720.5, 2153635.0, 2155836.8, 2157702.8, 2157515.8, 2156021.2, 2155748.0, 2157277.5, 2159703.0, 2161915.2, 2163157.8, 2166088.0, 2170152.2, 2172120.2, 2173921.2, 2175190.0, 2175444.2, 2175859.2, 2175548.8] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -5201,13 +5105,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -5340,10 +5244,6 @@ [1567507.4, 1566047.0, 1563016.8, 1561439.8, 1558369.6, 1557457.6, 1557605.1, 1557789.6, 1555778.0, 1555094.0, 1554835.4, 1554193.8, 1553879.4, 1553545.2, 1553266.1, 1552779.5, 1552755.5, 1553196.4, 1553536.0, 1553679.1, 1554018.5, 1553079.8, 1552997.6, 1553763.8, 1553562.4, 1553578.1, 1554626.2, 1555953.9, 1555722.1, 1555614.0, 1556181.5, 1556207.6, 1556233.2, 1556287.9, 1557273.6, 1558615.8, 1559040.4, 1558912.4, 1558541.8, 1558263.6] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -5414,13 +5314,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -5553,10 +5453,6 @@ [1511771.8, 1510337.5, 1508623.8, 1506531.8, 1505727.9, 1504937.6, 1503816.4, 1503358.6, 1503047.4, 1502595.0, 1501544.0, 1501310.4, 1501384.0, 1500023.2, 1499984.8, 1501430.9, 1502425.4, 1503103.9, 1502388.2, 1502166.8, 1502773.6, 1503473.8, 1503685.1, 1503462.0, 1503251.0, 1503350.2, 1503837.1, 1503834.4, 1504064.2, 1504553.6, 1504745.6, 1505426.1, 1506126.5, 1507211.5, 1507683.4, 1508107.5, 1508139.9, 1508677.5, 1508530.1, 1508215.6] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -5627,13 +5523,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -5767,10 +5663,6 @@ [1533190.0, 1530147.6, 1525653.8, 1523461.4, 1522706.9, 1522479.0, 1522420.8, 1521385.4, 1519170.6, 1518607.8, 1518517.0, 1518616.5, 1519483.6, 1520873.0, 1520251.2, 1519996.9, 1520289.4, 1520461.5, 1521127.5, 1520857.9, 1521011.6, 1522663.9, 1523515.6, 1523518.8, 1523657.1, 1523382.4, 1523445.5, 1524631.6, 1524964.1, 1525768.5, 1525762.9, 1525636.9, 1525744.1, 1526978.4, 1526946.8, 1526269.2, 1526034.8, 1526584.4, 1527123.2, 1527830.9] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -5841,13 +5733,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -5978,10 +5870,6 @@ [1519416.5, 1517189.2, 1512730.6, 1511373.1, 1510807.6, 1509582.4, 1508565.6, 1507640.6, 1506872.2, 1506677.2, 1506599.1, 1505795.5, 1505879.9, 1507044.5, 1507370.9, 1507875.1, 1508089.0, 1508837.5, 1508974.1, 1509313.6, 1509580.0, 1509890.1, 1509973.9, 1510619.9, 1510786.9, 1511021.9, 1510998.4, 1511477.1, 1512138.8, 1512260.2, 1512431.5, 1513505.6, 1513764.5, 1514727.2, 1515766.0, 1516394.4, 1516347.0, 1516190.1, 1516619.4, 1516474.0] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -6052,13 +5940,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -6192,10 +6080,6 @@ [1527683.0, 1525221.5, 1521536.9, 1520453.5, 1519194.6, 1518060.6, 1516531.4, 1516603.9, 1517963.5, 1516619.2, 1516071.2, 1516162.6, 1516833.4, 1517656.2, 1517827.2, 1518174.2, 1518150.8, 1518275.6, 1518636.6, 1517595.0, 1517569.0, 1518952.5, 1519317.2, 1520214.6, 1521575.4, 1521821.8, 1521752.5, 1521768.4, 1522319.9, 1522529.9, 1523399.1, 1523038.9, 1523116.1, 1524759.9, 1524774.2, 1523970.2, 1523784.6, 1524865.2, 1526106.9, 1526102.9] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -6266,13 +6150,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -6402,10 +6286,6 @@ [1561050.4, 1559051.1, 1556464.1, 1554473.6, 1553263.0, 1552535.6, 1550906.8, 1550770.1, 1551846.2, 1552171.2, 1552205.2, 1552622.8, 1552838.0, 1553961.1, 1555431.0, 1556373.9, 1556241.5, 1556542.5, 1558590.9, 1558353.6, 1558068.6, 1558474.2, 1558921.1, 1561049.8, 1561313.6, 1560760.8, 1559724.8, 1559423.9, 1559996.9, 1560258.2, 1561523.9, 1561504.5, 1561542.0, 1562964.1, 1563325.2, 1564532.6, 1565176.4, 1563874.4, 1563744.6, 1565819.5] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -6475,13 +6355,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -6617,10 +6497,6 @@ [2209761.2, 2207066.5, 2203648.8, 2200118.5, 2198905.0, 2197948.0, 2197136.8, 2195539.0, 2194392.8, 2194033.5, 2193872.0, 2193740.8, 2193228.2, 2191707.0, 2191798.0, 2194240.8, 2197199.5, 2198742.0, 2200262.2, 2201333.2, 2201513.2, 2199736.2, 2199320.8, 2200455.5, 2201074.8, 2200923.2, 2200209.0, 2200064.8, 2201520.8, 2203620.5, 2203891.8, 2204131.0, 2203949.2, 2204371.0, 2205959.0, 2206127.8, 2206313.8, 2206040.8, 2206199.2, 2207731.5] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -6691,13 +6567,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "Y" } }, @@ -6833,10 +6709,6 @@ [2015155.1, 2014459.0, 2009413.0, 2005333.8, 2003837.1, 2001557.2, 2000516.6, 1999025.4, 1998508.5, 1998102.0, 1998090.9, 1998670.4, 1999837.1, 2000704.4, 2001077.9, 2002104.4, 2001059.4, 2001063.5, 2002795.9, 2002610.2, 2002534.8, 2003799.1, 2005209.0, 2005401.5, 2005190.9, 2005555.6, 2006810.8, 2006966.8, 2007420.4, 2008146.8, 2008531.8, 2009518.8, 2009537.0, 2010207.1, 2012675.6, 2014103.1, 2016655.8, 2018552.4, 2017931.8, 2017321.6] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -6907,13 +6779,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -7047,10 +6919,6 @@ [1986166.4, 1983883.5, 1979132.1, 1976030.1, 1974063.4, 1973096.4, 1972778.8, 1972301.1, 1970437.4, 1969216.4, 1969385.0, 1970795.8, 1970765.4, 1970928.4, 1972051.8, 1971092.6, 1970485.6, 1970701.8, 1972175.8, 1972575.1, 1973199.9, 1973266.4, 1973441.6, 1974041.1, 1976427.4, 1975300.8, 1975181.5, 1977186.0, 1977525.0, 1977869.2, 1978709.2, 1979373.0, 1979445.8, 1980242.4, 1981397.5, 1984671.6, 1986450.1, 1987742.0, 1988445.4, 1988204.0] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -7121,13 +6989,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -7261,10 +7129,6 @@ [2064469.0, 2061366.5, 2056410.1, 2053955.4, 2052962.2, 2052629.6, 2052448.0, 2052266.5, 2052115.2, 2051219.0, 2049293.8, 2049052.4, 2049999.8, 2050856.5, 2051913.4, 2051833.1, 2051053.1, 2051002.4, 2051921.5, 2051997.5, 2052082.4, 2052909.5, 2052339.4, 2052217.1, 2053227.9, 2054064.2, 2054615.9, 2055684.2, 2056032.1, 2056375.8, 2056601.6, 2056864.5, 2058922.8, 2061199.9, 2064077.2, 2066620.0, 2068185.6, 2068961.9, 2069861.1, 2069694.4] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -7335,13 +7199,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -7475,10 +7339,6 @@ [2541566.0, 2538356.5, 2533808.5, 2529370.2, 2527533.8, 2526965.2, 2525957.5, 2525850.8, 2526393.5, 2526604.5, 2527145.2, 2527615.0, 2529345.5, 2529968.5, 2530259.8, 2530498.5, 2532318.2, 2534996.5, 2536896.0, 2537176.0, 2537851.8, 2538041.8, 2538986.8, 2540265.2, 2541695.8, 2542287.2, 2542257.8, 2543107.5, 2543634.8, 2544003.8, 2544743.8, 2545301.8, 2546852.5, 2547930.5, 2552451.2, 2555391.5, 2557465.5, 2556564.0, 2556458.2, 2559155.2] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -7549,13 +7409,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -7689,10 +7549,6 @@ [2145109.8, 2141319.8, 2135500.8, 2133848.8, 2133534.0, 2133358.2, 2133296.0, 2133518.5, 2133017.0, 2132046.8, 2131277.2, 2131389.5, 2132344.8, 2132188.2, 2132310.8, 2133554.2, 2134031.0, 2134202.2, 2135562.5, 2137313.0, 2138039.8, 2138135.5, 2138468.2, 2139175.5, 2140481.8, 2140488.5, 2140250.0, 2140581.8, 2141991.0, 2144266.2, 2145419.5, 2147482.5, 2150057.5, 2153228.0, 2155781.5, 2157446.8, 2158116.2, 2157908.0, 2157598.2, 2158215.0] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -7763,13 +7619,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -7902,10 +7758,6 @@ [1618882.6, 1616576.1, 1613366.2, 1611336.6, 1609293.1, 1607648.2, 1606779.8, 1605725.8, 1605291.9, 1605006.0, 1604733.5, 1604205.8, 1603273.5, 1602849.9, 1602273.4, 1602437.9, 1603517.5, 1603185.9, 1603186.8, 1603941.2, 1603518.4, 1603439.0, 1604168.8, 1604492.9, 1603879.2, 1603733.8, 1604047.8, 1603518.5, 1603545.8, 1604592.0, 1604679.4, 1604416.9, 1604417.6, 1605048.8, 1605133.4, 1605290.2, 1605392.0, 1606094.2, 1606470.5, 1607884.1] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -7976,13 +7828,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -8117,10 +7969,6 @@ [1586788.2, 1584350.1, 1582099.1, 1580961.6, 1578197.1, 1577415.2, 1577421.0, 1577537.0, 1577290.2, 1575772.5, 1575401.6, 1575523.9, 1575566.1, 1575739.0, 1575783.6, 1575855.9, 1575407.4, 1575355.5, 1575630.5, 1575590.8, 1575884.4, 1577300.9, 1577706.4, 1578330.5, 1578317.4, 1578100.2, 1578064.8, 1578621.4, 1579050.4, 1579800.4, 1580305.9, 1580402.0, 1581082.2, 1581150.5, 1581134.0, 1581941.9, 1582932.4, 1583192.2, 1583116.2, 1582968.9] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -8191,13 +8039,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -8331,10 +8179,6 @@ [1458736.1, 1457299.1, 1455076.5, 1452991.4, 1451054.1, 1448984.5, 1448350.9, 1447791.2, 1447046.2, 1446949.5, 1447421.6, 1448277.8, 1448489.1, 1448888.4, 1449003.5, 1449423.6, 1449338.0, 1449183.4, 1449186.0, 1449492.4, 1451120.4, 1451236.8, 1450307.4, 1450534.5, 1452817.1, 1453084.6, 1452816.1, 1452731.5, 1452732.9, 1453432.8, 1453644.9, 1454462.8, 1454772.8, 1455874.4, 1457738.0, 1457892.4, 1457205.9, 1456060.8, 1455891.5, 1457168.4] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -8405,13 +8249,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -8542,10 +8386,6 @@ [1526441.2, 1525081.8, 1523558.1, 1520768.8, 1518586.2, 1517014.8, 1516617.8, 1516459.6, 1515341.2, 1515095.9, 1515522.1, 1515623.6, 1515621.9, 1514381.0, 1514156.0, 1514966.8, 1516588.2, 1516996.8, 1517751.6, 1518184.6, 1517373.5, 1517232.4, 1518421.4, 1519893.8, 1520093.1, 1520051.8, 1520442.9, 1520135.2, 1519555.8, 1519935.2, 1522241.9, 1521214.6, 1521146.2, 1523110.6, 1522660.5, 1522482.0, 1523556.2, 1523796.2, 1524810.5, 1526065.1] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -8616,13 +8456,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -8754,10 +8594,6 @@ [1476932.6, 1474609.9, 1471585.1, 1469825.1, 1467691.9, 1466033.8, 1465916.6, 1466531.9, 1465968.0, 1465841.1, 1466138.5, 1466477.5, 1467519.4, 1466908.2, 1466932.4, 1468203.8, 1468679.9, 1469776.4, 1469914.2, 1469713.8, 1469609.8, 1469615.6, 1470476.2, 1471308.9, 1470891.6, 1470617.1, 1471334.8, 1473599.9, 1474052.0, 1474064.8, 1474012.2, 1473836.5, 1473979.8, 1474411.5, 1476698.8, 1476799.2, 1476411.0, 1476755.8, 1478411.1, 1478530.5] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -8828,13 +8664,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -8967,10 +8803,6 @@ [1533548.6, 1529973.9, 1523800.0, 1519147.1, 1518442.9, 1519148.5, 1517238.0, 1516664.6, 1517164.5, 1518955.2, 1518379.4, 1518060.9, 1518192.8, 1518432.1, 1519057.9, 1517839.5, 1517814.6, 1519964.2, 1522112.4, 1521010.1, 1520586.0, 1520859.9, 1520050.4, 1520139.5, 1521913.1, 1522335.6, 1522919.9, 1522961.1, 1522729.2, 1522698.6, 1522828.4, 1522574.4, 1522787.8, 1524606.0, 1524847.4, 1524521.8, 1523298.2, 1523111.6, 1524567.0, 1525869.4] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -9041,13 +8873,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -9180,10 +9012,6 @@ [1483277.9, 1478388.9, 1475234.6, 1473455.8, 1470046.5, 1469156.1, 1469058.4, 1469032.5, 1469274.9, 1469045.2, 1468188.5, 1468187.4, 1469154.0, 1470023.8, 1470623.6, 1470292.8, 1470378.2, 1471742.6, 1472478.1, 1472387.1, 1472222.6, 1472639.0, 1473727.2, 1473914.8, 1473728.6, 1472292.2, 1472107.8, 1473795.8, 1475546.9, 1475654.8, 1475845.6, 1477093.1, 1476993.9, 1476889.0, 1477641.8, 1477247.1, 1477186.0, 1478393.1, 1478663.8, 1479479.4] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -9254,13 +9082,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -9394,10 +9222,6 @@ [1426377.1, 1423728.8, 1418503.2, 1416131.8, 1415192.1, 1414709.0, 1413713.0, 1412705.6, 1412087.9, 1412013.6, 1412156.9, 1412315.5, 1413207.8, 1414423.2, 1414900.6, 1416206.2, 1416622.5, 1417693.2, 1418300.1, 1418147.0, 1418153.1, 1418856.4, 1417842.6, 1417744.6, 1419260.0, 1419615.6, 1420356.9, 1421148.2, 1422814.2, 1423106.4, 1423465.2, 1424502.5, 1425535.6, 1425674.2, 1426167.0, 1425514.6, 1424327.9, 1424085.0, 1425807.5, 1428717.6] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -9468,13 +9292,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -9606,10 +9430,6 @@ [1463113.0, 1460696.8, 1457109.6, 1455137.8, 1454491.8, 1453816.1, 1453785.4, 1454494.1, 1453667.8, 1452743.8, 1451894.5, 1451555.4, 1451741.5, 1452690.5, 1452958.2, 1452971.8, 1453311.6, 1453620.2, 1455154.0, 1456277.6, 1455600.1, 1455368.1, 1455891.5, 1456021.6, 1456562.1, 1456612.6, 1456865.2, 1457269.8, 1459059.4, 1459362.8, 1459782.1, 1460535.1, 1460527.6, 1460649.2, 1460979.8, 1462605.8, 1461355.2, 1461244.6, 1463655.9, 1464968.4] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -9680,13 +9500,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -9817,10 +9637,6 @@ [1445151.0, 1441467.0, 1437829.8, 1436371.2, 1435993.0, 1435844.1, 1434407.4, 1433827.9, 1433419.6, 1432840.5, 1432677.4, 1432543.6, 1430904.8, 1431135.9, 1433640.2, 1433622.0, 1433472.1, 1434067.9, 1434265.2, 1434315.4, 1434998.9, 1435232.5, 1436042.4, 1436394.5, 1437744.5, 1438366.6, 1438467.2, 1438405.4, 1437798.9, 1437690.9, 1438779.1, 1439359.5, 1438912.9, 1438745.6, 1439415.6, 1439304.0, 1439040.4, 1439198.5, 1439416.1, 1439432.8] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -9891,13 +9707,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -10029,10 +9845,6 @@ [1491727.1, 1489426.6, 1485382.6, 1483717.5, 1482026.0, 1481047.1, 1480458.1, 1480312.0, 1480511.0, 1480391.0, 1480044.1, 1479711.4, 1478992.6, 1478907.5, 1479256.0, 1479373.8, 1479684.5, 1479977.8, 1481132.2, 1481549.8, 1481824.5, 1481825.0, 1482132.0, 1482381.5, 1482265.5, 1482137.2, 1482409.2, 1484152.9, 1484628.6, 1484648.8, 1485245.5, 1484772.0, 1484626.8, 1485606.4, 1486721.9, 1487420.8, 1487135.5, 1486849.9, 1487312.0, 1488752.5] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -10103,13 +9915,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -10244,10 +10056,6 @@ [1474454.1, 1471468.6, 1468028.8, 1466420.5, 1465904.6, 1465420.1, 1465080.0, 1464403.5, 1463756.4, 1463854.0, 1464754.5, 1464953.0, 1465162.5, 1465005.9, 1464520.9, 1464420.6, 1464898.6, 1465752.5, 1466202.6, 1466266.4, 1466469.1, 1466835.4, 1467167.0, 1467623.9, 1468657.5, 1468726.1, 1468633.9, 1468644.6, 1469341.1, 1469629.0, 1470751.4, 1470936.2, 1470985.4, 1471919.0, 1472144.8, 1472318.4, 1472452.0, 1473605.2, 1474069.0, 1475721.6] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -10318,13 +10126,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -10459,10 +10267,6 @@ [1590369.1, 1588577.8, 1586181.8, 1584003.6, 1581796.4, 1581085.6, 1580565.9, 1579527.9, 1578442.4, 1575845.2, 1575452.8, 1576613.2, 1577353.0, 1576324.5, 1575978.8, 1576133.9, 1576476.4, 1576635.6, 1576688.1, 1576985.9, 1576387.0, 1576608.9, 1578523.8, 1579019.5, 1578694.9, 1577642.1, 1577665.9, 1579179.2, 1579463.6, 1579584.4, 1579208.8, 1579244.6, 1580681.2, 1582031.5, 1582192.6, 1582519.8, 1582518.9, 1583208.0, 1584358.1, 1584367.9] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -10533,13 +10337,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -10669,10 +10473,6 @@ [1572695.2, 1570714.6, 1569347.5, 1568362.2, 1567655.0, 1567248.6, 1566575.1, 1565860.8, 1565584.8, 1565397.1, 1564763.6, 1563936.2, 1563403.5, 1563408.1, 1563801.4, 1563875.5, 1564080.8, 1564425.0, 1564552.6, 1565197.8, 1565805.4, 1565898.8, 1566293.0, 1566434.9, 1566486.4, 1567104.2, 1566973.5, 1566913.0, 1567849.2, 1569242.5, 1569368.0, 1569465.4, 1570224.4, 1571739.9, 1571358.9, 1571191.2, 1572155.8, 1572355.9, 1571565.0, 1571132.9] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -10743,13 +10543,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -10878,10 +10678,6 @@ [1497692.1, 1494996.5, 1493415.5, 1492841.2, 1491422.4, 1490238.1, 1488929.4, 1487992.4, 1486653.4, 1486397.2, 1486710.8, 1487180.6, 1487425.0, 1487474.0, 1487567.4, 1486628.2, 1486858.6, 1488793.9, 1488984.4, 1488920.9, 1489401.4, 1489798.4, 1491263.2, 1491020.2, 1490543.2, 1489852.1, 1489833.8, 1491175.5, 1492279.1, 1491950.2, 1491805.8, 1492556.4, 1493204.0, 1493967.5, 1494789.0, 1495110.4, 1494496.4, 1494566.4, 1496309.9, 1496496.4] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -10952,13 +10748,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -11091,10 +10887,6 @@ [1526001.5, 1523326.2, 1519173.5, 1517076.0, 1516614.6, 1516320.1, 1514942.8, 1514782.5, 1515564.0, 1515045.1, 1514314.2, 1514476.2, 1515536.1, 1515078.1, 1514962.5, 1515674.2, 1516171.5, 1514952.8, 1514757.8, 1515519.8, 1515795.6, 1516461.9, 1516625.6, 1517129.4, 1517982.8, 1519564.1, 1518935.8, 1518631.0, 1519069.0, 1519085.1, 1519001.2, 1519526.8, 1519854.4, 1519001.5, 1518771.6, 1519149.8, 1518141.9, 1517876.8, 1518651.9, 1519261.1] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -11165,13 +10957,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -11303,10 +11095,6 @@ [1525516.1, 1522915.8, 1519155.6, 1516992.0, 1516552.9, 1516614.4, 1515756.4, 1515512.0, 1515822.0, 1515751.0, 1514567.1, 1514551.5, 1515890.1, 1516884.0, 1517099.6, 1517162.8, 1517824.8, 1517847.4, 1517836.2, 1518154.9, 1519110.6, 1519313.8, 1517927.4, 1517687.1, 1518903.2, 1519859.5, 1519914.6, 1520042.4, 1519618.6, 1519448.4, 1519927.5, 1520014.4, 1520197.8, 1521560.9, 1521375.4, 1521077.0, 1521161.0, 1520935.4, 1520609.4, 1520341.8] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -11377,13 +11165,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -11515,10 +11303,6 @@ [1466156.8, 1464360.9, 1460888.6, 1459637.8, 1457930.1, 1456293.9, 1456134.2, 1457170.8, 1457156.4, 1456413.0, 1454237.0, 1454224.4, 1456395.5, 1457176.1, 1457282.9, 1457958.8, 1458197.2, 1459115.5, 1459703.4, 1460392.1, 1460423.1, 1459882.0, 1459732.9, 1460685.4, 1461889.2, 1461492.8, 1461192.1, 1461775.9, 1462990.5, 1463210.0, 1463816.5, 1463954.5, 1464721.8, 1464849.5, 1465454.1, 1465524.5, 1465861.6, 1464771.9, 1464760.8, 1467005.5] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -11589,13 +11373,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -11727,10 +11511,6 @@ [1441138.8, 1439146.2, 1437356.8, 1435527.8, 1435027.9, 1434901.0, 1433466.8, 1432411.8, 1432421.2, 1433112.2, 1432932.9, 1432773.9, 1432911.1, 1433800.5, 1434584.8, 1434847.2, 1434636.6, 1434235.0, 1433293.5, 1433611.2, 1435951.9, 1436003.1, 1435492.2, 1435313.0, 1435825.4, 1436927.8, 1436159.6, 1435737.8, 1435645.1, 1435882.8, 1437387.1, 1437702.8, 1438080.1, 1438087.6, 1438400.4, 1438540.9, 1438818.2, 1438527.5, 1438619.5, 1440144.9] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -11801,13 +11581,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -11940,10 +11720,6 @@ [1427571.2, 1424580.4, 1422592.9, 1420901.4, 1419571.0, 1418584.8, 1418568.2, 1419284.8, 1419442.2, 1419530.8, 1419056.4, 1419225.1, 1420800.6, 1421670.5, 1421360.6, 1421151.4, 1421226.6, 1421160.5, 1421241.8, 1421598.4, 1423112.5, 1422290.8, 1422039.0, 1422812.2, 1423043.9, 1423844.8, 1424171.6, 1424066.0, 1424342.2, 1424831.4, 1424905.8, 1425609.8, 1426074.0, 1425987.4, 1425989.6, 1425295.4, 1424992.9, 1425382.5, 1425967.6, 1426497.2] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -12014,13 +11790,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -12149,10 +11925,6 @@ [1429766.6, 1428879.8, 1427655.0, 1427226.0, 1426872.9, 1425581.2, 1424968.9, 1424481.0, 1424176.9, 1424065.5, 1423887.2, 1423212.5, 1423228.8, 1424412.8, 1424102.5, 1423856.1, 1424300.6, 1424877.6, 1424854.5, 1424955.1, 1424871.5, 1424956.8, 1425143.6, 1426115.0, 1424874.2, 1424699.0, 1426025.5, 1425367.1, 1424729.4, 1424104.1, 1423504.4, 1422970.1, 1421786.5, 1420955.1, 1420590.1, 1420279.4, 1419608.1, 1419320.9, 1419006.8, 1418929.9] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -12223,13 +11995,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -12363,10 +12135,6 @@ [1408053.4, 1406761.0, 1403717.4, 1402752.8, 1401687.6, 1400214.2, 1399791.1, 1399755.5, 1399714.5, 1398837.1, 1398893.4, 1400141.9, 1400642.4, 1400117.2, 1399561.0, 1399500.4, 1399998.5, 1400526.9, 1401347.2, 1401125.6, 1400898.9, 1400841.6, 1400605.4, 1400086.4, 1400386.4, 1402413.0, 1402857.8, 1402700.9, 1402653.4, 1403274.0, 1403677.0, 1403653.5, 1404273.5, 1405566.1, 1405662.8, 1405380.2, 1405176.1, 1405270.0, 1406500.1, 1406613.5] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -12437,13 +12205,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -12575,10 +12343,6 @@ [1433102.4, 1430331.6, 1427498.2, 1426762.2, 1425978.0, 1425367.1, 1424196.1, 1423046.5, 1422499.4, 1422414.2, 1422806.8, 1423390.0, 1423318.2, 1423265.4, 1423570.6, 1423374.5, 1423346.0, 1423497.0, 1421995.2, 1421966.0, 1423671.4, 1424685.2, 1424945.1, 1425845.2, 1425859.1, 1425885.8, 1426561.8, 1425699.1, 1425749.0, 1427775.4, 1428678.2, 1428126.2, 1427995.8, 1428895.6, 1429152.6, 1429420.0, 1429395.2, 1429338.1, 1429966.8, 1429901.9] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -12649,13 +12413,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -12784,10 +12548,6 @@ [1477172.0, 1475582.4, 1473351.2, 1471296.4, 1470714.0, 1470558.4, 1470394.8, 1470113.8, 1469469.0, 1469420.5, 1470073.0, 1469921.4, 1468841.4, 1468752.5, 1469365.5, 1469114.9, 1469309.5, 1470952.0, 1472326.4, 1472749.2, 1472462.0, 1470835.2, 1470812.4, 1472714.0, 1473141.0, 1473679.8, 1474333.8, 1474983.5, 1475635.0, 1475713.4, 1476242.5, 1476348.5, 1476731.4, 1477566.8, 1477920.1, 1478027.9, 1479364.1, 1480298.4, 1480172.8, 1479827.0] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -12858,13 +12618,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -12997,10 +12757,6 @@ [1521059.1, 1519128.2, 1517410.0, 1516122.5, 1515014.5, 1512467.8, 1511850.2, 1512342.8, 1511718.8, 1509516.6, 1508965.0, 1509245.2, 1509699.9, 1509502.2, 1509153.8, 1508995.2, 1508795.2, 1508310.8, 1508342.9, 1508931.2, 1509117.5, 1509523.4, 1509665.6, 1510345.9, 1511254.0, 1511288.4, 1510172.8, 1509732.8, 1510008.9, 1511605.1, 1511958.0, 1512370.1, 1512571.5, 1512939.9, 1514893.5, 1515125.0, 1514822.6, 1514759.6, 1515154.8, 1515165.2] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -13071,13 +12827,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -13209,10 +12965,6 @@ [1539702.8, 1538443.8, 1536456.1, 1534198.2, 1532650.5, 1531841.8, 1531191.9, 1530973.8, 1531168.9, 1531484.4, 1530897.5, 1529401.4, 1528798.8, 1528840.0, 1529280.6, 1529332.2, 1529149.9, 1529494.5, 1531202.4, 1531521.4, 1531420.5, 1530739.5, 1530571.2, 1530999.1, 1531118.4, 1531144.1, 1531545.5, 1531079.5, 1530954.8, 1531808.0, 1533246.0, 1533742.9, 1534304.5, 1534855.0, 1535918.0, 1536024.0, 1536535.6, 1537774.4, 1538143.9, 1539203.9] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -13283,13 +13035,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -13420,10 +13172,6 @@ [1507389.6, 1505885.4, 1503525.0, 1500922.5, 1498683.2, 1498119.8, 1498104.8, 1497885.1, 1497665.8, 1497085.4, 1495310.8, 1495018.1, 1495574.9, 1495649.9, 1495674.9, 1495947.1, 1496785.8, 1497301.9, 1498109.9, 1499071.5, 1498341.6, 1498046.8, 1498336.4, 1498513.8, 1499611.8, 1500439.2, 1500427.6, 1500552.2, 1500898.2, 1501126.9, 1500316.2, 1499960.8, 1500534.8, 1502303.1, 1502566.9, 1502385.0, 1502702.0, 1502991.0, 1503073.0, 1504060.0] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -13494,13 +13242,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -13631,10 +13379,6 @@ [1499070.5, 1496540.1, 1494371.4, 1493397.8, 1492693.8, 1492071.9, 1491646.6, 1490892.5, 1490635.4, 1490593.0, 1490329.1, 1490320.0, 1490740.9, 1490475.2, 1490142.6, 1489486.5, 1489611.5, 1490735.2, 1490778.8, 1490188.5, 1490039.2, 1490620.4, 1492263.1, 1492826.8, 1492653.6, 1492345.0, 1492189.1, 1492629.9, 1493851.8, 1494233.0, 1494937.8, 1493936.9, 1493716.6, 1494665.8, 1494758.1, 1494835.0, 1496158.8, 1497084.8, 1497062.9, 1497181.4] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -13705,13 +13449,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -13844,10 +13588,6 @@ [1468753.8, 1467946.8, 1467328.0, 1466712.2, 1464813.8, 1462977.5, 1462798.5, 1463533.2, 1463807.6, 1464344.2, 1463934.9, 1463606.6, 1463170.1, 1463318.1, 1464490.0, 1464710.4, 1464788.8, 1464579.9, 1464776.8, 1466155.1, 1466213.6, 1466130.6, 1466682.8, 1466908.8, 1466868.2, 1467415.9, 1468230.8, 1468383.5, 1468994.6, 1469109.1, 1469039.2, 1469500.6, 1469590.5, 1470163.6, 1470351.0, 1471325.9, 1471615.0, 1471351.0, 1471162.1, 1471251.1] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -13918,13 +13658,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -14055,10 +13795,6 @@ [1464237.2, 1462364.5, 1460349.1, 1456988.8, 1456101.0, 1455984.2, 1455760.9, 1455857.0, 1456671.6, 1457616.5, 1457789.1, 1457877.2, 1456985.1, 1456911.8, 1457744.9, 1457395.4, 1457312.9, 1457901.0, 1457999.1, 1458338.4, 1458917.6, 1459251.2, 1459192.6, 1459250.1, 1459449.4, 1460518.2, 1460012.8, 1460153.9, 1462077.5, 1462255.2, 1462205.2, 1463031.4, 1463037.1, 1462782.8, 1462499.1, 1462869.0, 1464994.0, 1465526.1, 1465493.4, 1466304.5] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -14129,13 +13865,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -14266,10 +14002,6 @@ [1403462.4, 1401187.9, 1398730.2, 1395510.5, 1394568.9, 1394314.5, 1394010.6, 1393357.1, 1391800.5, 1391428.2, 1391507.0, 1391744.5, 1392465.1, 1392660.5, 1392763.8, 1391645.8, 1391811.4, 1393654.0, 1393848.5, 1393682.9, 1393696.0, 1393492.4, 1393560.1, 1394564.5, 1395092.6, 1395064.6, 1395500.0, 1396587.0, 1396494.9, 1395734.0, 1395461.6, 1395632.4, 1395681.5, 1396656.6, 1398247.4, 1398156.5, 1397655.9, 1397758.0, 1399295.4, 1399619.1] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -14340,13 +14072,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -14478,10 +14210,6 @@ [1471724.4, 1469201.5, 1467434.4, 1465945.5, 1464922.0, 1463616.5, 1463230.8, 1463197.9, 1462509.6, 1461434.0, 1461038.9, 1461113.0, 1461581.5, 1461864.8, 1462656.5, 1462782.0, 1463152.6, 1464236.4, 1464477.6, 1464906.8, 1465186.2, 1466387.9, 1466121.8, 1464468.9, 1464420.5, 1466352.8, 1466832.0, 1466615.6, 1466984.4, 1469142.5, 1469869.8, 1469944.6, 1469860.1, 1470531.0, 1471329.2, 1471408.5, 1470884.1, 1470830.6, 1472001.1, 1472036.5] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -14552,13 +14280,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -14688,10 +14416,6 @@ [1423336.0, 1421537.6, 1420369.9, 1419643.8, 1419060.6, 1418676.6, 1418562.2, 1418618.5, 1418227.2, 1418075.4, 1418008.9, 1417430.9, 1417437.1, 1418056.1, 1418354.0, 1419174.5, 1419204.8, 1419053.4, 1419053.1, 1419231.5, 1419458.4, 1419146.6, 1419195.1, 1420123.0, 1420229.6, 1420061.0, 1419406.4, 1419540.5, 1420987.6, 1420703.5, 1420511.2, 1420965.1, 1421217.4, 1421492.6, 1421560.5, 1422147.5, 1422093.0, 1421682.8, 1421692.4, 1422743.5] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -14762,13 +14486,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -14899,10 +14623,6 @@ [1378217.0, 1375805.6, 1372647.0, 1370770.8, 1369974.2, 1369916.6, 1370675.0, 1371472.6, 1371173.8, 1370425.6, 1369872.8, 1368700.9, 1369134.4, 1371988.6, 1372458.9, 1372215.6, 1372027.0, 1372021.2, 1372656.9, 1372549.1, 1371936.5, 1371307.5, 1371337.0, 1372511.1, 1373039.9, 1373166.1, 1373170.5, 1373707.6, 1373838.8, 1374431.2, 1374417.6, 1374248.8, 1374223.5, 1375331.8, 1377145.0, 1377612.9, 1376192.5, 1375731.2, 1376395.0, 1377328.0] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -14973,13 +14693,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -15114,10 +14834,6 @@ [1405569.0, 1402938.2, 1401351.6, 1400495.5, 1399364.2, 1398261.0, 1398404.1, 1399881.2, 1400086.0, 1399842.6, 1399669.1, 1399437.5, 1398889.1, 1398904.0, 1399513.6, 1398811.8, 1398919.8, 1400046.2, 1398676.8, 1398674.0, 1400418.6, 1400342.2, 1400355.0, 1401238.9, 1400908.9, 1400792.8, 1401394.6, 1401717.5, 1402368.6, 1402599.0, 1403453.1, 1403472.5, 1403731.1, 1405408.5, 1406488.0, 1406901.0, 1407541.0, 1407460.6, 1407202.5, 1407311.5] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -15188,13 +14904,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -15327,10 +15043,6 @@ [1465832.0, 1463844.5, 1461896.8, 1459902.6, 1458354.1, 1458206.5, 1458890.0, 1459001.5, 1459048.9, 1459246.2, 1460264.4, 1460367.2, 1460191.8, 1460067.4, 1459760.8, 1458205.6, 1458363.9, 1460274.2, 1459498.6, 1459347.9, 1460368.2, 1460850.2, 1462263.0, 1462642.2, 1462586.5, 1462933.5, 1463177.9, 1464274.0, 1463858.8, 1463894.5, 1465434.1, 1465848.4, 1466726.2, 1467004.4, 1467814.9, 1467875.4, 1467562.0, 1467325.8, 1467191.8, 1467744.2] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -15401,13 +15113,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -15541,10 +15253,6 @@ [1522141.5, 1518907.6, 1516353.1, 1516374.6, 1517900.1, 1519966.9, 1521320.4, 1522847.8, 1524154.2, 1524335.4, 1524853.4, 1525092.6, 1525812.2, 1525831.6, 1526386.0, 1527578.9, 1527693.6, 1527990.4, 1527921.8, 1528229.1, 1528330.0, 1529522.6, 1530227.6, 1529900.1, 1529555.4, 1529637.5, 1529382.9, 1529211.5, 1529327.0, 1530879.8, 1531210.6, 1532195.1, 1532823.0, 1532609.0, 1532750.2, 1533418.0, 1533710.5, 1535574.9, 1536366.8, 1536188.2] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -15615,13 +15323,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -15755,10 +15463,6 @@ [1572500.2, 1570752.8, 1568816.2, 1566666.2, 1565981.6, 1565816.6, 1565441.9, 1564028.2, 1563407.1, 1562659.4, 1562304.5, 1562357.4, 1562952.4, 1563069.2, 1562743.9, 1562470.2, 1561959.9, 1562291.4, 1564100.5, 1564428.9, 1564475.5, 1564724.0, 1564936.8, 1565051.0, 1565688.2, 1566145.6, 1566213.6, 1566897.5, 1567455.0, 1567518.2, 1568341.0, 1569538.0, 1569572.4, 1569459.4, 1569995.0, 1570126.1, 1571265.9, 1572827.6, 1573019.4, 1573451.4] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -15829,13 +15533,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -15968,10 +15672,6 @@ [1681127.9, 1679010.8, 1676465.6, 1674468.4, 1673560.6, 1672446.4, 1672475.6, 1673677.0, 1674519.0, 1676582.0, 1677524.8, 1677568.1, 1677911.8, 1677827.4, 1678013.6, 1678870.2, 1678958.5, 1678347.1, 1678154.2, 1678729.9, 1678902.0, 1678867.0, 1679411.2, 1679503.4, 1680297.8, 1681409.1, 1681740.5, 1681007.5, 1680678.1, 1681213.8, 1682084.5, 1682170.2, 1681890.9, 1681870.8, 1682026.0, 1681563.4, 1681541.9, 1682933.2, 1683413.0, 1683176.2] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -16042,13 +15742,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -16180,10 +15880,6 @@ [1484761.2, 1483390.1, 1481812.2, 1481159.0, 1480002.8, 1479346.8, 1478199.4, 1477947.5, 1478282.6, 1479094.9, 1478800.8, 1478505.1, 1478445.8, 1478573.1, 1478546.8, 1478607.0, 1478939.1, 1479163.9, 1479247.0, 1479175.6, 1479297.4, 1479971.9, 1480681.0, 1480639.0, 1480462.4, 1480388.4, 1480333.8, 1480576.4, 1480862.0, 1481993.9, 1481372.9, 1481094.9, 1481724.4, 1482848.2, 1483001.4, 1483218.0, 1483462.5, 1485089.5, 1486356.2, 1486653.2] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -16254,13 +15950,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -16395,10 +16091,6 @@ [1467727.8, 1466117.9, 1465146.2, 1464807.5, 1463644.8, 1461749.8, 1461743.8, 1463278.8, 1462985.6, 1462876.9, 1463648.1, 1464354.6, 1464314.8, 1464114.2, 1463999.9, 1464158.1, 1464688.0, 1464799.1, 1465087.2, 1464415.0, 1464216.2, 1464684.0, 1464709.6, 1464608.1, 1464504.5, 1464853.9, 1465653.1, 1466254.5, 1466647.1, 1466504.8, 1466465.5, 1467115.9, 1467809.1, 1469194.6, 1469224.8, 1468595.9, 1468420.4, 1469087.2, 1469558.2, 1470682.2] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -16469,13 +16161,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -16605,10 +16297,6 @@ [1444409.4, 1443192.2, 1442126.9, 1441525.9, 1440158.9, 1438686.1, 1438233.9, 1438088.5, 1437986.0, 1437895.5, 1436911.2, 1436612.2, 1436745.2, 1436602.1, 1435753.0, 1435813.9, 1436899.0, 1437262.2, 1438023.9, 1438223.0, 1437930.4, 1437193.0, 1437427.4, 1439448.6, 1439880.8, 1439298.5, 1439403.1, 1440932.1, 1441242.5, 1441544.0, 1441232.0, 1441069.1, 1441728.1, 1442913.2, 1444155.8, 1444260.2, 1443199.9, 1442548.2, 1441752.4, 1441373.1] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -16679,13 +16367,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -16818,10 +16506,6 @@ [1417709.8, 1416023.4, 1412228.6, 1410671.8, 1410131.0, 1409653.1, 1408470.6, 1408467.4, 1409591.5, 1409733.2, 1409534.1, 1409475.6, 1409759.4, 1409797.1, 1409346.5, 1409143.0, 1409205.1, 1409693.8, 1409874.6, 1410011.1, 1409830.8, 1409907.8, 1410934.4, 1411867.9, 1412758.8, 1412749.0, 1412652.2, 1412852.6, 1412954.1, 1413893.8, 1414582.8, 1414531.0, 1413968.4, 1414062.5, 1415621.6, 1415691.1, 1415598.9, 1416383.9, 1416805.4, 1417574.9] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -16892,13 +16576,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -17027,10 +16711,6 @@ [1403097.1, 1401857.6, 1398346.2, 1397604.0, 1397895.5, 1396880.6, 1395544.4, 1395463.5, 1396228.2, 1395835.1, 1395971.0, 1396926.5, 1395504.4, 1395288.2, 1396148.8, 1396168.2, 1396078.4, 1396448.0, 1397413.1, 1397653.0, 1397921.2, 1397902.9, 1398314.0, 1399409.0, 1399433.9, 1399070.2, 1398935.2, 1399250.2, 1399153.4, 1398915.2, 1398908.2, 1399744.8, 1400544.2, 1400681.2, 1401244.8, 1401105.4, 1400958.9, 1401339.0, 1401622.9, 1403120.4] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -17101,13 +16781,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -17237,10 +16917,6 @@ [1399705.8, 1398429.6, 1396372.4, 1395509.2, 1395466.6, 1395792.8, 1394708.2, 1394649.1, 1395640.9, 1395966.9, 1396915.9, 1398041.4, 1397692.0, 1398004.1, 1400466.0, 1401424.4, 1401863.9, 1402032.1, 1403144.9, 1403371.8, 1403188.5, 1403432.6, 1403626.9, 1403514.4, 1403508.6, 1404458.6, 1404452.6, 1404697.5, 1406056.9, 1406505.6, 1406539.2, 1406328.1, 1406443.6, 1406410.6, 1406769.5, 1406742.6, 1407195.9, 1407276.8, 1408325.6, 1409317.8] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -17311,13 +16987,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -17447,10 +17123,6 @@ [1375819.6, 1374058.4, 1371777.6, 1369147.8, 1367706.8, 1367742.5, 1368849.5, 1369199.4, 1368688.2, 1368163.8, 1368045.8, 1368292.8, 1368710.9, 1368681.0, 1368493.6, 1368475.4, 1368824.4, 1369025.2, 1369841.6, 1370117.1, 1370022.2, 1369897.5, 1369312.2, 1369330.9, 1370463.8, 1371084.9, 1371109.0, 1370631.8, 1370688.9, 1371782.9, 1371509.4, 1371157.0, 1370857.1, 1370914.6, 1372070.9, 1373023.9, 1373481.2, 1372359.8, 1372030.9, 1372620.9] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -17521,13 +17193,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -17655,10 +17327,6 @@ [1383514.2, 1380999.5, 1378144.9, 1377343.0, 1376366.8, 1376144.1, 1376602.0, 1376344.4, 1375221.0, 1374535.6, 1374388.0, 1374341.5, 1373796.4, 1373964.5, 1375198.8, 1375387.6, 1375568.8, 1376446.2, 1376063.8, 1375960.5, 1376565.5, 1376489.0, 1376703.4, 1378217.0, 1378071.4, 1377131.0, 1376887.4, 1377596.0, 1378938.9, 1379088.4, 1379060.1, 1379786.9, 1379922.8, 1380093.6, 1381458.8, 1382224.4, 1382520.0, 1382871.2, 1383737.4, 1383904.4] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -17729,13 +17397,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -17867,10 +17535,6 @@ [1403209.8, 1400806.1, 1397807.1, 1396558.4, 1395570.0, 1394843.0, 1394946.2, 1395904.9, 1396407.9, 1397806.5, 1397947.1, 1397383.8, 1397291.6, 1397805.2, 1397297.4, 1396388.2, 1396169.1, 1396726.4, 1397983.2, 1398238.9, 1398529.9, 1398162.2, 1398079.4, 1399137.2, 1400862.4, 1401145.6, 1400687.6, 1400719.6, 1401963.6, 1402174.0, 1402598.2, 1403006.5, 1403602.2, 1404915.8, 1406165.2, 1405971.1, 1406078.8, 1407909.2, 1408196.1, 1408357.4] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -17941,13 +17605,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -18084,10 +17748,6 @@ [2440602.8, 2436200.5, 2434779.8, 2438700.0, 2444149.5, 2448864.8, 2453794.2, 2458561.8, 2462025.0, 2464087.0, 2464440.0, 2466439.8, 2468778.8, 2469877.2, 2470411.5, 2470690.0, 2471396.2, 2472439.8, 2473536.2, 2474217.5, 2475589.8, 2477279.2, 2477372.8, 2477099.5, 2478575.0, 2480247.2, 2480288.2, 2480356.0, 2482739.5, 2482369.8, 2481487.8, 2481388.8, 2483154.5, 2485955.2, 2490048.8, 2493106.8, 2494032.0, 2496157.2, 2498163.0, 2499882.2] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -18158,13 +17818,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -18298,10 +17958,6 @@ [2472688.8, 2467868.2, 2463475.0, 2463178.5, 2464584.0, 2467139.2, 2470273.2, 2473831.8, 2476134.8, 2477061.2, 2477532.0, 2479530.5, 2481653.0, 2483163.8, 2484432.5, 2484954.0, 2485093.0, 2486624.0, 2486392.2, 2486231.5, 2488022.2, 2489802.5, 2490169.8, 2490004.8, 2490748.8, 2490881.8, 2492453.8, 2494057.2, 2494623.2, 2495531.5, 2495514.2, 2495314.2, 2496058.5, 2496702.2, 2498813.5, 2501889.8, 2505216.2, 2505318.5, 2504483.5, 2503786.2] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -18372,13 +18028,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -18513,10 +18169,6 @@ [2227358.8, 2223513.5, 2221320.8, 2221592.0, 2223306.0, 2225309.5, 2228297.0, 2231000.5, 2232254.5, 2233705.5, 2234422.2, 2235969.5, 2236983.0, 2237718.5, 2237707.8, 2238177.0, 2238173.2, 2238975.8, 2239651.0, 2239529.5, 2239888.8, 2240343.0, 2240992.0, 2241948.5, 2242580.5, 2241822.0, 2241361.2, 2241967.2, 2242808.5, 2242468.2, 2241924.2, 2241613.0, 2241938.5, 2243840.5, 2244959.0, 2246978.2, 2249151.5, 2249760.0, 2250057.8, 2250296.2] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -18587,13 +18239,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -18729,10 +18381,6 @@ [2149987.2, 2146647.5, 2144131.5, 2141872.0, 2141546.2, 2142288.2, 2141997.8, 2141741.8, 2141889.5, 2142963.0, 2143886.8, 2144296.0, 2144964.8, 2145243.2, 2145307.8, 2145976.5, 2146445.0, 2148392.5, 2149113.5, 2148293.2, 2148191.2, 2149519.2, 2150263.0, 2151512.5, 2152382.0, 2152712.0, 2154373.2, 2154553.8, 2154237.8, 2153796.5, 2153948.5, 2156158.2, 2157519.0, 2158585.5, 2159681.5, 2161681.2, 2162670.0, 2164630.0, 2166914.2, 2168008.2] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -18803,13 +18451,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -18943,10 +18591,6 @@ [2178502.2, 2173747.8, 2168694.5, 2167407.8, 2167434.8, 2168855.2, 2171946.8, 2173735.0, 2175967.2, 2176587.2, 2177711.8, 2178065.2, 2179331.0, 2180167.2, 2181765.5, 2182920.5, 2183222.0, 2183317.2, 2184692.0, 2184889.0, 2185392.0, 2185522.5, 2186827.2, 2187449.2, 2187156.2, 2186935.5, 2187022.2, 2188706.5, 2189625.5, 2188916.0, 2188172.2, 2187389.5, 2187193.2, 2188782.2, 2191074.2, 2193367.2, 2194068.5, 2194119.5, 2194226.2, 2196252.0] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -19017,13 +18661,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -19159,10 +18803,6 @@ [2108116.0, 2105601.5, 2103040.8, 2101379.5, 2099805.5, 2098706.8, 2098518.2, 2098772.0, 2097868.0, 2096852.2, 2096869.9, 2097990.0, 2099096.0, 2099280.5, 2099442.8, 2098798.8, 2099029.2, 2101091.0, 2101514.5, 2101447.0, 2101895.2, 2102136.5, 2102884.2, 2103186.8, 2104566.5, 2105537.0, 2105493.2, 2105756.0, 2106720.2, 2107304.8, 2107722.8, 2108233.5, 2108529.5, 2110158.0, 2111001.0, 2113576.2, 2116264.5, 2117575.2, 2119251.8, 2119791.0] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -19233,13 +18873,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -19373,10 +19013,6 @@ [2129842.0, 2125907.2, 2122188.5, 2119998.2, 2116783.5, 2115409.2, 2115770.2, 2118137.2, 2119497.8, 2119700.2, 2120012.8, 2120582.5, 2121653.5, 2122366.8, 2122304.0, 2122518.5, 2123670.2, 2125871.2, 2127512.0, 2127391.0, 2127009.0, 2126866.0, 2127044.2, 2128675.8, 2128388.2, 2128142.5, 2129042.0, 2129499.8, 2129285.0, 2129267.2, 2129072.8, 2129220.5, 2131053.0, 2131491.0, 2133275.8, 2136640.5, 2138234.5, 2139517.8, 2140620.8, 2141685.2] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -19447,13 +19083,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -19588,10 +19224,6 @@ [2078377.8, 2074048.2, 2069190.9, 2066972.8, 2066346.6, 2065702.4, 2065427.2, 2065826.2, 2067716.4, 2068371.0, 2067087.6, 2066776.8, 2067249.2, 2067520.6, 2068491.5, 2068834.1, 2069711.6, 2069820.2, 2070184.2, 2071165.2, 2071599.1, 2071612.2, 2072246.9, 2072970.8, 2074318.9, 2074975.4, 2075696.8, 2076379.1, 2076260.1, 2076143.6, 2076309.6, 2078140.6, 2079074.8, 2079386.2, 2081725.9, 2084563.8, 2087330.5, 2090171.6, 2090968.5, 2091386.2] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -19662,13 +19294,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -19804,10 +19436,6 @@ [2048599.5, 2046655.1, 2044937.8, 2044395.8, 2043858.6, 2042736.5, 2042091.4, 2041512.8, 2041094.1, 2040400.4, 2039514.9, 2039258.5, 2039339.6, 2039298.5, 2039109.6, 2037961.2, 2038002.8, 2039331.8, 2039642.6, 2039966.6, 2040028.1, 2040074.8, 2040280.1, 2041471.1, 2041725.6, 2041960.9, 2041968.8, 2042404.5, 2042645.2, 2042252.6, 2042190.0, 2043199.0, 2044385.4, 2045657.5, 2047360.9, 2050179.8, 2052638.9, 2053924.6, 2054096.6, 2053954.0] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -19878,13 +19506,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -20021,10 +19649,6 @@ [2084215.0, 2099170.8, 2103925.2, 2101428.5, 2098566.5, 2097210.2, 2095914.1, 2095176.4, 2095326.9, 2096459.5, 2097142.2, 2097386.8, 2099026.0, 2100528.8, 2100677.0, 2100454.5, 2100489.5, 2103001.8, 2104829.8, 2104583.5, 2104833.0, 2106950.2, 2107190.5, 2107360.8, 2107100.5, 2107634.2, 2107238.5, 2107249.5, 2108096.0, 2107249.2, 2106888.2, 2108399.8, 2108568.2, 2109788.8, 2111464.5, 2114619.0, 2115712.8, 2117073.8, 2117891.5, 2117607.0] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -20095,13 +19719,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -20233,10 +19857,6 @@ [2177584.0, 2173596.8, 2171763.8, 2172666.8, 2175011.0, 2177846.5, 2182117.2, 2185798.2, 2188165.2, 2188564.2, 2189696.8, 2191372.0, 2193608.8, 2194064.5, 2193925.2, 2194704.0, 2194816.5, 2195966.5, 2196816.2, 2196897.2, 2196612.2, 2197320.0, 2198777.5, 2199960.5, 2201978.5, 2201157.2, 2200730.5, 2201745.8, 2200986.2, 2200678.8, 2202022.5, 2201862.2, 2201718.8, 2203403.8, 2206083.0, 2208170.2, 2210549.5, 2212479.0, 2212646.0, 2212428.5] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -20307,13 +19927,13 @@ "custom information document": { "reference dna description": "IPC", "reference sample description": "1000", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", + "BADROX": "N", "omit": false, + "CQCONF": "N", + "NOISE": "N", "highsd": "N" } }, @@ -20445,10 +20065,6 @@ [2289099.0, 2286730.2, 2285097.0, 2283385.8, 2281423.0, 2281193.5, 2282568.5, 2285642.0, 2287473.8, 2287780.8, 2288496.0, 2289822.5, 2291609.2, 2292042.2, 2292313.0, 2292545.2, 2292559.8, 2294006.2, 2296424.0, 2296958.8, 2298039.0, 2298037.8, 2298401.5, 2300309.2, 2303045.0, 2302507.0, 2301772.5, 2301611.2, 2302806.2, 2304443.8, 2304697.5, 2303414.2, 2303301.0, 2305984.2, 2308635.8, 2310956.5, 2312100.0, 2312401.2, 2314598.8, 2315312.5] ] } - }, - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" } } ], @@ -27628,7 +27244,7 @@ "file name": "appbio_quantstudio_example07.txt", "UNC path": "tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_example07.txt", "ASM converter name": "allotropy_appbio_quantstudio_rt_pcr", - "ASM converter version": "0.1.84", + "ASM converter version": "0.1.105", "software name": "Thermo QuantStudio", "software version": "1.0" }, diff --git a/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_example08.json b/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_example08.json index 409c88e00..49b6a23c7 100644 --- a/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_example08.json +++ b/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_example08.json @@ -56,13 +56,13 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "omit": false, - "BADROX": "N", + "Analysis Type": "Multiplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", - "CQCONF": "N" + "omit": false, + "CQCONF": "N", + "NOISE": "N", + "BADROX": "N" } }, "cycle threshold result (qPCR)": { @@ -126,11 +126,7 @@ } ] }, - "target DNA description": "18S", - "custom information document": { - "Analysis Type": "Multiplex", - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18S" }, { "device control aggregate document": { @@ -183,13 +179,13 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "omit": false, - "BADROX": "N", + "Analysis Type": "Multiplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", - "CQCONF": "N" + "omit": false, + "CQCONF": "N", + "NOISE": "N", + "BADROX": "N" } }, "cycle threshold result (qPCR)": { @@ -258,11 +254,7 @@ } ] }, - "target DNA description": "TJP-1 Rhesus", - "custom information document": { - "Analysis Type": "Multiplex", - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "TJP-1 Rhesus" } ], "experimental data identifier": "2022-08-12 145003", @@ -332,13 +324,13 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "omit": false, - "BADROX": "N", + "Analysis Type": "Multiplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", - "CQCONF": "N" + "omit": false, + "CQCONF": "N", + "NOISE": "N", + "BADROX": "N" } }, "cycle threshold result (qPCR)": { @@ -402,11 +394,7 @@ } ] }, - "target DNA description": "18S", - "custom information document": { - "Analysis Type": "Multiplex", - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18S" }, { "device control aggregate document": { @@ -459,13 +447,13 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "omit": false, - "BADROX": "N", + "Analysis Type": "Multiplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", - "CQCONF": "N" + "omit": false, + "CQCONF": "N", + "NOISE": "N", + "BADROX": "N" } }, "cycle threshold result (qPCR)": { @@ -532,11 +520,7 @@ } ] }, - "target DNA description": "TJP-1 Rhesus", - "custom information document": { - "Analysis Type": "Multiplex", - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "TJP-1 Rhesus" } ], "experimental data identifier": "2022-08-12 145003", @@ -606,13 +590,13 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "omit": false, - "BADROX": "N", + "Analysis Type": "Multiplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", - "CQCONF": "N" + "omit": false, + "CQCONF": "N", + "NOISE": "N", + "BADROX": "N" } }, "cycle threshold result (qPCR)": { @@ -676,11 +660,7 @@ } ] }, - "target DNA description": "18S", - "custom information document": { - "Analysis Type": "Multiplex", - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18S" }, { "device control aggregate document": { @@ -733,13 +713,13 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "omit": false, - "BADROX": "N", + "Analysis Type": "Multiplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", - "CQCONF": "N" + "omit": false, + "CQCONF": "N", + "NOISE": "N", + "BADROX": "N" } }, "cycle threshold result (qPCR)": { @@ -806,11 +786,7 @@ } ] }, - "target DNA description": "TJP-1 Rhesus", - "custom information document": { - "Analysis Type": "Multiplex", - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "TJP-1 Rhesus" } ], "experimental data identifier": "2022-08-12 145003", @@ -880,13 +856,13 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "omit": false, - "BADROX": "N", + "Analysis Type": "Multiplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", - "CQCONF": "N" + "omit": false, + "CQCONF": "N", + "NOISE": "N", + "BADROX": "N" } }, "cycle threshold result (qPCR)": { @@ -950,11 +926,7 @@ } ] }, - "target DNA description": "18S", - "custom information document": { - "Analysis Type": "Multiplex", - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18S" }, { "device control aggregate document": { @@ -1007,13 +979,13 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "omit": false, - "BADROX": "N", + "Analysis Type": "Multiplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", - "CQCONF": "N" + "omit": false, + "CQCONF": "N", + "NOISE": "N", + "BADROX": "N" } }, "cycle threshold result (qPCR)": { @@ -1080,11 +1052,7 @@ } ] }, - "target DNA description": "TJP-1 Human", - "custom information document": { - "Analysis Type": "Multiplex", - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "TJP-1 Human" } ], "experimental data identifier": "2022-08-12 145003", @@ -1154,13 +1122,13 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "omit": false, - "BADROX": "N", + "Analysis Type": "Multiplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", - "CQCONF": "N" + "omit": false, + "CQCONF": "N", + "NOISE": "N", + "BADROX": "N" } }, "cycle threshold result (qPCR)": { @@ -1227,11 +1195,7 @@ } ] }, - "target DNA description": "18S", - "custom information document": { - "Analysis Type": "Multiplex", - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18S" }, { "device control aggregate document": { @@ -1284,13 +1248,13 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "omit": false, - "BADROX": "N", + "Analysis Type": "Multiplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", - "CQCONF": "N" + "omit": false, + "CQCONF": "N", + "NOISE": "N", + "BADROX": "N" } }, "cycle threshold result (qPCR)": { @@ -1357,11 +1321,7 @@ } ] }, - "target DNA description": "TJP-1 Human", - "custom information document": { - "Analysis Type": "Multiplex", - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "TJP-1 Human" } ], "experimental data identifier": "2022-08-12 145003", @@ -1431,13 +1391,13 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "omit": false, - "BADROX": "N", + "Analysis Type": "Multiplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", - "CQCONF": "N" + "omit": false, + "CQCONF": "N", + "NOISE": "N", + "BADROX": "N" } }, "cycle threshold result (qPCR)": { @@ -1503,11 +1463,7 @@ } ] }, - "target DNA description": "18S", - "custom information document": { - "Analysis Type": "Multiplex", - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18S" }, { "device control aggregate document": { @@ -1560,13 +1516,13 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "omit": false, - "BADROX": "N", + "Analysis Type": "Multiplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", - "CQCONF": "N" + "omit": false, + "CQCONF": "N", + "NOISE": "N", + "BADROX": "N" } }, "cycle threshold result (qPCR)": { @@ -1633,11 +1589,7 @@ } ] }, - "target DNA description": "TJP-1 Human", - "custom information document": { - "Analysis Type": "Multiplex", - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "TJP-1 Human" } ], "experimental data identifier": "2022-08-12 145003", @@ -1707,13 +1659,13 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "omit": false, - "BADROX": "N", + "Analysis Type": "Multiplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", - "CQCONF": "N" + "omit": false, + "CQCONF": "N", + "NOISE": "N", + "BADROX": "N" } }, "cycle threshold result (qPCR)": { @@ -1777,11 +1729,7 @@ } ] }, - "target DNA description": "18S", - "custom information document": { - "Analysis Type": "Multiplex", - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18S" }, { "device control aggregate document": { @@ -1834,13 +1782,13 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "omit": false, - "BADROX": "N", + "Analysis Type": "Multiplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", - "CQCONF": "N" + "omit": false, + "CQCONF": "N", + "NOISE": "N", + "BADROX": "N" } }, "cycle threshold result (qPCR)": { @@ -1907,11 +1855,7 @@ } ] }, - "target DNA description": "AqP4- Rhesus", - "custom information document": { - "Analysis Type": "Multiplex", - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "AqP4- Rhesus" } ], "experimental data identifier": "2022-08-12 145003", @@ -1981,13 +1925,13 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "omit": false, - "BADROX": "N", + "Analysis Type": "Multiplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", - "CQCONF": "N" + "omit": false, + "CQCONF": "N", + "NOISE": "N", + "BADROX": "N" } }, "cycle threshold result (qPCR)": { @@ -2051,11 +1995,7 @@ } ] }, - "target DNA description": "18S", - "custom information document": { - "Analysis Type": "Multiplex", - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18S" }, { "device control aggregate document": { @@ -2108,13 +2048,13 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "omit": false, - "BADROX": "N", + "Analysis Type": "Multiplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", - "CQCONF": "N" + "omit": false, + "CQCONF": "N", + "NOISE": "N", + "BADROX": "N" } }, "cycle threshold result (qPCR)": { @@ -2181,11 +2121,7 @@ } ] }, - "target DNA description": "AqP4- Rhesus", - "custom information document": { - "Analysis Type": "Multiplex", - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "AqP4- Rhesus" } ], "experimental data identifier": "2022-08-12 145003", @@ -2255,13 +2191,13 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "omit": false, - "BADROX": "N", + "Analysis Type": "Multiplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", - "CQCONF": "N" + "omit": false, + "CQCONF": "N", + "NOISE": "N", + "BADROX": "N" } }, "cycle threshold result (qPCR)": { @@ -2325,11 +2261,7 @@ } ] }, - "target DNA description": "18S", - "custom information document": { - "Analysis Type": "Multiplex", - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18S" }, { "device control aggregate document": { @@ -2382,13 +2314,13 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "omit": false, - "BADROX": "N", + "Analysis Type": "Multiplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", - "CQCONF": "N" + "omit": false, + "CQCONF": "N", + "NOISE": "N", + "BADROX": "N" } }, "cycle threshold result (qPCR)": { @@ -2461,11 +2393,7 @@ } ] }, - "target DNA description": "AqP4- Rhesus", - "custom information document": { - "Analysis Type": "Multiplex", - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "AqP4- Rhesus" } ], "experimental data identifier": "2022-08-12 145003", @@ -2535,13 +2463,13 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "omit": false, - "BADROX": "N", + "Analysis Type": "Multiplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", - "CQCONF": "N" + "omit": false, + "CQCONF": "N", + "NOISE": "N", + "BADROX": "N" } }, "cycle threshold result (qPCR)": { @@ -2605,11 +2533,7 @@ } ] }, - "target DNA description": "18S", - "custom information document": { - "Analysis Type": "Multiplex", - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18S" }, { "device control aggregate document": { @@ -2662,13 +2586,13 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "omit": false, - "BADROX": "N", + "Analysis Type": "Multiplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", - "CQCONF": "N" + "omit": false, + "CQCONF": "N", + "NOISE": "N", + "BADROX": "N" } }, "cycle threshold result (qPCR)": { @@ -2735,11 +2659,7 @@ } ] }, - "target DNA description": "AQP4-Human", - "custom information document": { - "Analysis Type": "Multiplex", - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "AQP4-Human" } ], "experimental data identifier": "2022-08-12 145003", @@ -2809,13 +2729,13 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "omit": false, - "BADROX": "N", + "Analysis Type": "Multiplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", - "CQCONF": "N" + "omit": false, + "CQCONF": "N", + "NOISE": "N", + "BADROX": "N" } }, "cycle threshold result (qPCR)": { @@ -2879,11 +2799,7 @@ } ] }, - "target DNA description": "18S", - "custom information document": { - "Analysis Type": "Multiplex", - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18S" }, { "device control aggregate document": { @@ -2936,13 +2852,13 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "omit": false, - "BADROX": "N", + "Analysis Type": "Multiplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", - "CQCONF": "N" + "omit": false, + "CQCONF": "N", + "NOISE": "N", + "BADROX": "N" } }, "cycle threshold result (qPCR)": { @@ -3009,11 +2925,7 @@ } ] }, - "target DNA description": "AQP4-Human", - "custom information document": { - "Analysis Type": "Multiplex", - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "AQP4-Human" } ], "experimental data identifier": "2022-08-12 145003", @@ -3083,13 +2995,13 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "omit": false, - "BADROX": "N", + "Analysis Type": "Multiplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", - "CQCONF": "N" + "omit": false, + "CQCONF": "N", + "NOISE": "N", + "BADROX": "N" } }, "cycle threshold result (qPCR)": { @@ -3153,11 +3065,7 @@ } ] }, - "target DNA description": "18S", - "custom information document": { - "Analysis Type": "Multiplex", - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18S" }, { "device control aggregate document": { @@ -3210,13 +3118,13 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "omit": false, - "BADROX": "N", + "Analysis Type": "Multiplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", - "CQCONF": "N" + "omit": false, + "CQCONF": "N", + "NOISE": "N", + "BADROX": "N" } }, "cycle threshold result (qPCR)": { @@ -3283,11 +3191,7 @@ } ] }, - "target DNA description": "AQP4-Human", - "custom information document": { - "Analysis Type": "Multiplex", - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "AQP4-Human" } ], "experimental data identifier": "2022-08-12 145003", @@ -3357,13 +3261,13 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "omit": false, - "BADROX": "N", + "Analysis Type": "Multiplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", - "CQCONF": "N" + "omit": false, + "CQCONF": "N", + "NOISE": "N", + "BADROX": "N" } }, "cycle threshold result (qPCR)": { @@ -3427,11 +3331,7 @@ } ] }, - "target DNA description": "18S", - "custom information document": { - "Analysis Type": "Multiplex", - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18S" }, { "device control aggregate document": { @@ -3484,13 +3384,13 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "omit": false, - "BADROX": "N", + "Analysis Type": "Multiplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", - "CQCONF": "N" + "omit": false, + "CQCONF": "N", + "NOISE": "N", + "BADROX": "N" } }, "cycle threshold result (qPCR)": { @@ -3557,11 +3457,7 @@ } ] }, - "target DNA description": "ANPEP-Rhesus", - "custom information document": { - "Analysis Type": "Multiplex", - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "ANPEP-Rhesus" } ], "experimental data identifier": "2022-08-12 145003", @@ -3631,13 +3527,13 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "omit": false, - "BADROX": "N", + "Analysis Type": "Multiplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", - "CQCONF": "N" + "omit": false, + "CQCONF": "N", + "NOISE": "N", + "BADROX": "N" } }, "cycle threshold result (qPCR)": { @@ -3701,11 +3597,7 @@ } ] }, - "target DNA description": "18S", - "custom information document": { - "Analysis Type": "Multiplex", - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18S" }, { "device control aggregate document": { @@ -3758,13 +3650,13 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "omit": false, - "BADROX": "N", + "Analysis Type": "Multiplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", - "CQCONF": "N" + "omit": false, + "CQCONF": "N", + "NOISE": "N", + "BADROX": "N" } }, "cycle threshold result (qPCR)": { @@ -3831,11 +3723,7 @@ } ] }, - "target DNA description": "ANPEP-Rhesus", - "custom information document": { - "Analysis Type": "Multiplex", - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "ANPEP-Rhesus" } ], "experimental data identifier": "2022-08-12 145003", @@ -3905,13 +3793,13 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "omit": false, - "BADROX": "N", + "Analysis Type": "Multiplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", - "CQCONF": "N" + "omit": false, + "CQCONF": "N", + "NOISE": "N", + "BADROX": "N" } }, "cycle threshold result (qPCR)": { @@ -3981,11 +3869,7 @@ } ] }, - "target DNA description": "18S", - "custom information document": { - "Analysis Type": "Multiplex", - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18S" }, { "device control aggregate document": { @@ -4038,13 +3922,13 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "omit": false, - "BADROX": "N", + "Analysis Type": "Multiplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", - "CQCONF": "N" + "omit": false, + "CQCONF": "N", + "NOISE": "N", + "BADROX": "N" } }, "cycle threshold result (qPCR)": { @@ -4129,11 +4013,7 @@ } ] }, - "target DNA description": "ANPEP-Rhesus", - "custom information document": { - "Analysis Type": "Multiplex", - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "ANPEP-Rhesus" } ], "experimental data identifier": "2022-08-12 145003", @@ -4203,13 +4083,13 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "omit": false, - "BADROX": "N", + "Analysis Type": "Multiplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", - "CQCONF": "N" + "omit": false, + "CQCONF": "N", + "NOISE": "N", + "BADROX": "N" } }, "cycle threshold result (qPCR)": { @@ -4281,11 +4161,7 @@ } ] }, - "target DNA description": "18S", - "custom information document": { - "Analysis Type": "Multiplex", - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18S" }, { "device control aggregate document": { @@ -4338,13 +4214,13 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "omit": false, - "BADROX": "N", + "Analysis Type": "Multiplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", - "CQCONF": "N" + "omit": false, + "CQCONF": "N", + "NOISE": "N", + "BADROX": "N" } }, "cycle threshold result (qPCR)": { @@ -4429,11 +4305,7 @@ } ] }, - "target DNA description": "ANPEP-Human", - "custom information document": { - "Analysis Type": "Multiplex", - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "ANPEP-Human" } ], "experimental data identifier": "2022-08-12 145003", @@ -4503,13 +4375,13 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "omit": false, - "BADROX": "N", + "Analysis Type": "Multiplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", - "CQCONF": "N" + "omit": false, + "CQCONF": "N", + "NOISE": "N", + "BADROX": "N" } }, "cycle threshold result (qPCR)": { @@ -4573,11 +4445,7 @@ } ] }, - "target DNA description": "18S", - "custom information document": { - "Analysis Type": "Multiplex", - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18S" }, { "device control aggregate document": { @@ -4630,13 +4498,13 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "omit": false, - "BADROX": "N", + "Analysis Type": "Multiplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", - "CQCONF": "N" + "omit": false, + "CQCONF": "N", + "NOISE": "N", + "BADROX": "N" } }, "cycle threshold result (qPCR)": { @@ -4713,11 +4581,7 @@ } ] }, - "target DNA description": "ANPEP-Human", - "custom information document": { - "Analysis Type": "Multiplex", - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "ANPEP-Human" } ], "experimental data identifier": "2022-08-12 145003", @@ -4787,13 +4651,13 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "omit": false, - "BADROX": "N", + "Analysis Type": "Multiplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", - "CQCONF": "N" + "omit": false, + "CQCONF": "N", + "NOISE": "N", + "BADROX": "N" } }, "cycle threshold result (qPCR)": { @@ -4861,11 +4725,7 @@ } ] }, - "target DNA description": "18S", - "custom information document": { - "Analysis Type": "Multiplex", - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18S" }, { "device control aggregate document": { @@ -4918,13 +4778,13 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "omit": false, - "BADROX": "N", + "Analysis Type": "Multiplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", - "CQCONF": "N" + "omit": false, + "CQCONF": "N", + "NOISE": "N", + "BADROX": "N" } }, "cycle threshold result (qPCR)": { @@ -5009,11 +4869,7 @@ } ] }, - "target DNA description": "ANPEP-Human", - "custom information document": { - "Analysis Type": "Multiplex", - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "ANPEP-Human" } ], "experimental data identifier": "2022-08-12 145003", @@ -6624,7 +6480,7 @@ "file name": "appbio_quantstudio_example08.xlsx", "UNC path": "tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_example08.xlsx", "ASM converter name": "allotropy_appbio_quantstudio_rt_pcr", - "ASM converter version": "0.1.84", + "ASM converter version": "0.1.105", "software name": "Thermo QuantStudio", "software version": "1.0" }, diff --git a/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_example09.json b/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_example09.json index 1ad48916a..3f9a7afbf 100644 --- a/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_example09.json +++ b/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_example09.json @@ -56,13 +56,12 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", + "RQ Min/Max Confidence Level": 95.0, + "omit": false, "NOISE": "N", "OUTLIERRG": "N", - "omit": false + "BADROX": "N", + "CQCONF": "N" } }, "cycle threshold result (qPCR)": { @@ -126,10 +125,7 @@ } ] }, - "target DNA description": "18S", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18S" }, { "device control aggregate document": { @@ -182,13 +178,12 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", + "RQ Min/Max Confidence Level": 95.0, + "omit": false, "NOISE": "N", "OUTLIERRG": "N", - "omit": false + "BADROX": "N", + "CQCONF": "N" } }, "cycle threshold result (qPCR)": { @@ -257,10 +252,7 @@ } ] }, - "target DNA description": "TJP-1 Rhesus", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "TJP-1 Rhesus" } ], "experimental data identifier": "2022-08-12 145003", @@ -330,13 +322,12 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", + "RQ Min/Max Confidence Level": 95.0, + "omit": false, "NOISE": "N", "OUTLIERRG": "N", - "omit": false + "BADROX": "N", + "CQCONF": "N" } }, "cycle threshold result (qPCR)": { @@ -400,10 +391,7 @@ } ] }, - "target DNA description": "18S", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18S" }, { "device control aggregate document": { @@ -456,13 +444,12 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", + "RQ Min/Max Confidence Level": 95.0, + "omit": false, "NOISE": "N", "OUTLIERRG": "N", - "omit": false + "BADROX": "N", + "CQCONF": "N" } }, "cycle threshold result (qPCR)": { @@ -529,10 +516,7 @@ } ] }, - "target DNA description": "TJP-1 Rhesus", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "TJP-1 Rhesus" } ], "experimental data identifier": "2022-08-12 145003", @@ -602,13 +586,12 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", + "RQ Min/Max Confidence Level": 95.0, + "omit": false, "NOISE": "N", "OUTLIERRG": "N", - "omit": false + "BADROX": "N", + "CQCONF": "N" } }, "cycle threshold result (qPCR)": { @@ -672,10 +655,7 @@ } ] }, - "target DNA description": "18S", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18S" }, { "device control aggregate document": { @@ -728,13 +708,12 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", + "RQ Min/Max Confidence Level": 95.0, + "omit": false, "NOISE": "N", "OUTLIERRG": "N", - "omit": false + "BADROX": "N", + "CQCONF": "N" } }, "cycle threshold result (qPCR)": { @@ -801,10 +780,7 @@ } ] }, - "target DNA description": "TJP-1 Rhesus", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "TJP-1 Rhesus" } ], "experimental data identifier": "2022-08-12 145003", @@ -874,13 +850,12 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", + "RQ Min/Max Confidence Level": 95.0, + "omit": false, "NOISE": "N", "OUTLIERRG": "N", - "omit": false + "BADROX": "N", + "CQCONF": "N" } }, "cycle threshold result (qPCR)": { @@ -944,10 +919,7 @@ } ] }, - "target DNA description": "18S", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18S" }, { "device control aggregate document": { @@ -1000,13 +972,12 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", + "RQ Min/Max Confidence Level": 95.0, + "omit": false, "NOISE": "N", "OUTLIERRG": "N", - "omit": false + "BADROX": "N", + "CQCONF": "N" } }, "cycle threshold result (qPCR)": { @@ -1073,10 +1044,7 @@ } ] }, - "target DNA description": "TJP-1 Human", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "TJP-1 Human" } ], "experimental data identifier": "2022-08-12 145003", @@ -1146,13 +1114,12 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", + "RQ Min/Max Confidence Level": 95.0, + "omit": false, "NOISE": "N", "OUTLIERRG": "N", - "omit": false + "BADROX": "N", + "CQCONF": "N" } }, "cycle threshold result (qPCR)": { @@ -1219,10 +1186,7 @@ } ] }, - "target DNA description": "18S", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18S" }, { "device control aggregate document": { @@ -1275,13 +1239,12 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", + "RQ Min/Max Confidence Level": 95.0, + "omit": false, "NOISE": "N", "OUTLIERRG": "N", - "omit": false + "BADROX": "N", + "CQCONF": "N" } }, "cycle threshold result (qPCR)": { @@ -1348,10 +1311,7 @@ } ] }, - "target DNA description": "TJP-1 Human", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "TJP-1 Human" } ], "experimental data identifier": "2022-08-12 145003", @@ -1421,13 +1381,12 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", + "RQ Min/Max Confidence Level": 95.0, + "omit": false, "NOISE": "N", "OUTLIERRG": "N", - "omit": false + "BADROX": "N", + "CQCONF": "N" } }, "cycle threshold result (qPCR)": { @@ -1493,10 +1452,7 @@ } ] }, - "target DNA description": "18S", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18S" }, { "device control aggregate document": { @@ -1549,13 +1505,12 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", + "RQ Min/Max Confidence Level": 95.0, + "omit": false, "NOISE": "N", "OUTLIERRG": "N", - "omit": false + "BADROX": "N", + "CQCONF": "N" } }, "cycle threshold result (qPCR)": { @@ -1622,10 +1577,7 @@ } ] }, - "target DNA description": "TJP-1 Human", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "TJP-1 Human" } ], "experimental data identifier": "2022-08-12 145003", @@ -1695,13 +1647,12 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", + "RQ Min/Max Confidence Level": 95.0, + "omit": false, "NOISE": "N", "OUTLIERRG": "N", - "omit": false + "BADROX": "N", + "CQCONF": "N" } }, "cycle threshold result (qPCR)": { @@ -1765,10 +1716,7 @@ } ] }, - "target DNA description": "18S", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18S" }, { "device control aggregate document": { @@ -1821,13 +1769,12 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", + "RQ Min/Max Confidence Level": 95.0, + "omit": false, "NOISE": "N", "OUTLIERRG": "N", - "omit": false + "BADROX": "N", + "CQCONF": "N" } }, "cycle threshold result (qPCR)": { @@ -1894,10 +1841,7 @@ } ] }, - "target DNA description": "AqP4- Rhesus", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "AqP4- Rhesus" } ], "experimental data identifier": "2022-08-12 145003", @@ -1967,13 +1911,12 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", + "RQ Min/Max Confidence Level": 95.0, + "omit": false, "NOISE": "N", "OUTLIERRG": "N", - "omit": false + "BADROX": "N", + "CQCONF": "N" } }, "cycle threshold result (qPCR)": { @@ -2037,10 +1980,7 @@ } ] }, - "target DNA description": "18S", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18S" }, { "device control aggregate document": { @@ -2093,13 +2033,12 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", + "RQ Min/Max Confidence Level": 95.0, + "omit": false, "NOISE": "N", "OUTLIERRG": "N", - "omit": false + "BADROX": "N", + "CQCONF": "N" } }, "cycle threshold result (qPCR)": { @@ -2166,10 +2105,7 @@ } ] }, - "target DNA description": "AqP4- Rhesus", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "AqP4- Rhesus" } ], "experimental data identifier": "2022-08-12 145003", @@ -2239,13 +2175,12 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", + "RQ Min/Max Confidence Level": 95.0, + "omit": false, "NOISE": "N", "OUTLIERRG": "N", - "omit": false + "BADROX": "N", + "CQCONF": "N" } }, "cycle threshold result (qPCR)": { @@ -2309,10 +2244,7 @@ } ] }, - "target DNA description": "18S", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18S" }, { "device control aggregate document": { @@ -2365,13 +2297,12 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", + "RQ Min/Max Confidence Level": 95.0, + "omit": false, "NOISE": "N", "OUTLIERRG": "N", - "omit": false + "BADROX": "N", + "CQCONF": "N" } }, "cycle threshold result (qPCR)": { @@ -2444,10 +2375,7 @@ } ] }, - "target DNA description": "AqP4- Rhesus", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "AqP4- Rhesus" } ], "experimental data identifier": "2022-08-12 145003", @@ -2517,13 +2445,12 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", + "RQ Min/Max Confidence Level": 95.0, + "omit": false, "NOISE": "N", "OUTLIERRG": "N", - "omit": false + "BADROX": "N", + "CQCONF": "N" } }, "cycle threshold result (qPCR)": { @@ -2587,10 +2514,7 @@ } ] }, - "target DNA description": "18S", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18S" }, { "device control aggregate document": { @@ -2643,13 +2567,12 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", + "RQ Min/Max Confidence Level": 95.0, + "omit": false, "NOISE": "N", "OUTLIERRG": "N", - "omit": false + "BADROX": "N", + "CQCONF": "N" } }, "cycle threshold result (qPCR)": { @@ -2716,10 +2639,7 @@ } ] }, - "target DNA description": "AQP4-Human", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "AQP4-Human" } ], "experimental data identifier": "2022-08-12 145003", @@ -2789,13 +2709,12 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", + "RQ Min/Max Confidence Level": 95.0, + "omit": false, "NOISE": "N", "OUTLIERRG": "N", - "omit": false + "BADROX": "N", + "CQCONF": "N" } }, "cycle threshold result (qPCR)": { @@ -2859,10 +2778,7 @@ } ] }, - "target DNA description": "18S", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18S" }, { "device control aggregate document": { @@ -2915,13 +2831,12 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", + "RQ Min/Max Confidence Level": 95.0, + "omit": false, "NOISE": "N", "OUTLIERRG": "N", - "omit": false + "BADROX": "N", + "CQCONF": "N" } }, "cycle threshold result (qPCR)": { @@ -2988,10 +2903,7 @@ } ] }, - "target DNA description": "AQP4-Human", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "AQP4-Human" } ], "experimental data identifier": "2022-08-12 145003", @@ -3061,13 +2973,12 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", + "RQ Min/Max Confidence Level": 95.0, + "omit": false, "NOISE": "N", "OUTLIERRG": "N", - "omit": false + "BADROX": "N", + "CQCONF": "N" } }, "cycle threshold result (qPCR)": { @@ -3131,10 +3042,7 @@ } ] }, - "target DNA description": "18S", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18S" }, { "device control aggregate document": { @@ -3187,13 +3095,12 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", + "RQ Min/Max Confidence Level": 95.0, + "omit": false, "NOISE": "N", "OUTLIERRG": "N", - "omit": false + "BADROX": "N", + "CQCONF": "N" } }, "cycle threshold result (qPCR)": { @@ -3260,10 +3167,7 @@ } ] }, - "target DNA description": "AQP4-Human", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "AQP4-Human" } ], "experimental data identifier": "2022-08-12 145003", @@ -3333,13 +3237,12 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", + "RQ Min/Max Confidence Level": 95.0, + "omit": false, "NOISE": "N", "OUTLIERRG": "N", - "omit": false + "BADROX": "N", + "CQCONF": "N" } }, "cycle threshold result (qPCR)": { @@ -3403,10 +3306,7 @@ } ] }, - "target DNA description": "18S", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18S" }, { "device control aggregate document": { @@ -3459,13 +3359,12 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", + "RQ Min/Max Confidence Level": 95.0, + "omit": false, "NOISE": "N", "OUTLIERRG": "N", - "omit": false + "BADROX": "N", + "CQCONF": "N" } }, "cycle threshold result (qPCR)": { @@ -3532,10 +3431,7 @@ } ] }, - "target DNA description": "ANPEP-Rhesus", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "ANPEP-Rhesus" } ], "experimental data identifier": "2022-08-12 145003", @@ -3605,13 +3501,12 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", + "RQ Min/Max Confidence Level": 95.0, + "omit": false, "NOISE": "N", "OUTLIERRG": "N", - "omit": false + "BADROX": "N", + "CQCONF": "N" } }, "cycle threshold result (qPCR)": { @@ -3675,10 +3570,7 @@ } ] }, - "target DNA description": "18S", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18S" }, { "device control aggregate document": { @@ -3731,13 +3623,12 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", + "RQ Min/Max Confidence Level": 95.0, + "omit": false, "NOISE": "N", "OUTLIERRG": "N", - "omit": false + "BADROX": "N", + "CQCONF": "N" } }, "cycle threshold result (qPCR)": { @@ -3804,10 +3695,7 @@ } ] }, - "target DNA description": "ANPEP-Rhesus", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "ANPEP-Rhesus" } ], "experimental data identifier": "2022-08-12 145003", @@ -3877,13 +3765,12 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", + "RQ Min/Max Confidence Level": 95.0, + "omit": false, "NOISE": "N", "OUTLIERRG": "N", - "omit": false + "BADROX": "N", + "CQCONF": "N" } }, "cycle threshold result (qPCR)": { @@ -3953,10 +3840,7 @@ } ] }, - "target DNA description": "18S", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18S" }, { "device control aggregate document": { @@ -4009,13 +3893,12 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", + "RQ Min/Max Confidence Level": 95.0, + "omit": false, "NOISE": "N", "OUTLIERRG": "N", - "omit": false + "BADROX": "N", + "CQCONF": "N" } }, "cycle threshold result (qPCR)": { @@ -4100,10 +3983,7 @@ } ] }, - "target DNA description": "ANPEP-Rhesus", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "ANPEP-Rhesus" } ], "experimental data identifier": "2022-08-12 145003", @@ -4173,13 +4053,12 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", + "RQ Min/Max Confidence Level": 95.0, + "omit": false, "NOISE": "N", "OUTLIERRG": "N", - "omit": false + "BADROX": "N", + "CQCONF": "N" } }, "cycle threshold result (qPCR)": { @@ -4251,10 +4130,7 @@ } ] }, - "target DNA description": "18S", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18S" }, { "device control aggregate document": { @@ -4307,13 +4183,12 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", + "RQ Min/Max Confidence Level": 95.0, + "omit": false, "NOISE": "N", "OUTLIERRG": "N", - "omit": false + "BADROX": "N", + "CQCONF": "N" } }, "cycle threshold result (qPCR)": { @@ -4398,10 +4273,7 @@ } ] }, - "target DNA description": "ANPEP-Human", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "ANPEP-Human" } ], "experimental data identifier": "2022-08-12 145003", @@ -4471,13 +4343,12 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", + "RQ Min/Max Confidence Level": 95.0, + "omit": false, "NOISE": "N", "OUTLIERRG": "N", - "omit": false + "BADROX": "N", + "CQCONF": "N" } }, "cycle threshold result (qPCR)": { @@ -4541,10 +4412,7 @@ } ] }, - "target DNA description": "18S", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18S" }, { "device control aggregate document": { @@ -4597,13 +4465,12 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", + "RQ Min/Max Confidence Level": 95.0, + "omit": false, "NOISE": "N", "OUTLIERRG": "N", - "omit": false + "BADROX": "N", + "CQCONF": "N" } }, "cycle threshold result (qPCR)": { @@ -4680,10 +4547,7 @@ } ] }, - "target DNA description": "ANPEP-Human", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "ANPEP-Human" } ], "experimental data identifier": "2022-08-12 145003", @@ -4753,13 +4617,12 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", + "RQ Min/Max Confidence Level": 95.0, + "omit": false, "NOISE": "N", "OUTLIERRG": "N", - "omit": false + "BADROX": "N", + "CQCONF": "N" } }, "cycle threshold result (qPCR)": { @@ -4827,10 +4690,7 @@ } ] }, - "target DNA description": "18S", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18S" }, { "device control aggregate document": { @@ -4883,13 +4743,12 @@ "custom information document": { "reference dna description": "18S", "reference sample description": "13Jul2022-Hs-1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", + "RQ Min/Max Confidence Level": 95.0, + "omit": false, "NOISE": "N", "OUTLIERRG": "N", - "omit": false + "BADROX": "N", + "CQCONF": "N" } }, "cycle threshold result (qPCR)": { @@ -4974,10 +4833,7 @@ } ] }, - "target DNA description": "ANPEP-Human", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "ANPEP-Human" } ], "experimental data identifier": "2022-08-12 145003", @@ -6588,7 +6444,7 @@ "file name": "appbio_quantstudio_example09.xlsx", "UNC path": "tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_example09.xlsx", "ASM converter name": "allotropy_appbio_quantstudio_rt_pcr", - "ASM converter version": "0.1.84", + "ASM converter version": "0.1.105", "software name": "Thermo QuantStudio", "software version": "1.0" }, diff --git a/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_minimal_broken_path_calc_doc.json b/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_minimal_broken_path_calc_doc.json index 975a2c912..1ee15e6e9 100644 --- a/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_minimal_broken_path_calc_doc.json +++ b/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_minimal_broken_path_calc_doc.json @@ -56,13 +56,13 @@ "custom information document": { "reference dna description": "RNaseP", "reference sample description": "800", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", - "BADROX": "N", - "NOISE": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "OUTLIERRG": "N", - "omit": false + "BADROX": "N", + "omit": false, + "CQCONF": "N", + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -126,11 +126,7 @@ } ] }, - "target DNA description": "RNaseP", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" - } + "target DNA description": "RNaseP" } ], "experimental data identifier": "QuantStudio96-Well Relative Standard Curve Example", @@ -221,7 +217,7 @@ "file name": "appbio_quantstudio_minimal_broken_path_calc_doc.txt", "UNC path": "tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_minimal_broken_path_calc_doc.txt", "ASM converter name": "allotropy_appbio_quantstudio_rt_pcr", - "ASM converter version": "0.1.84", + "ASM converter version": "0.1.105", "software name": "Thermo QuantStudio", "software version": "1.0" }, diff --git a/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_minimal_missing_results.json b/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_minimal_missing_results.json index 1632f01df..e578729a4 100644 --- a/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_minimal_missing_results.json +++ b/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_minimal_missing_results.json @@ -52,15 +52,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "Method": "Auto", - "omit": false, + "BADROX": "N", "SNP Assay Name": "CYP19_2", - "CQCONF": "N", "NOISE": "N", + "omit": false, + "Method": "Auto", "OUTLIERRG": "N", - "BADROX": "N" + "CQCONF": "N" } }, "normalized reporter data cube": { @@ -127,12 +125,12 @@ "genotyping qPCR result": "Negative Control (NC)", "custom information document": { "Pass.Ref": 846041.75, - "Allele2 Delta Rn": 0.029, + "Allele2 Amp Score": 0.0, "Allele2 Ct Threshold": 0.132, + "Allele2 Delta Rn": 0.029, + "Allele1 Cq Conf": 0.0, "Allele2 Cq Conf": 0.0, - "Allele2 Amp Score": 0.0, "Allele1 Amp Score": 0.0, - "Allele1 Cq Conf": 0.0, "Quality(%)": 100.0 } } @@ -166,11 +164,11 @@ "custom information document": { "well identifier": 1, "sample color": "RGB(238,238,0)", - "Allele2 Color": "RGB(0,139,69)", "SNP Assay Color": "RGB(176,23,31)", "Allele1 Color": "RGB(0,0,255)", + "Allele2 Quencher": "NFQ-MGB", "Allele1 Quencher": "NFQ-MGB", - "Allele2 Quencher": "NFQ-MGB" + "Allele2 Color": "RGB(0,139,69)" } }, "processed data aggregate document": { @@ -192,13 +190,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "omit": false, - "CQCONF": "N", + "BADROX": "N", "NOISE": "N", + "omit": false, "OUTLIERRG": "N", - "BADROX": "N" + "CQCONF": "N" } }, "normalized reporter data cube": { @@ -289,7 +285,7 @@ "file name": "appbio_quantstudio_minimal_missing_results.txt", "UNC path": "tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_minimal_missing_results.txt", "ASM converter name": "allotropy_appbio_quantstudio_rt_pcr", - "ASM converter version": "0.1.84", + "ASM converter version": "0.1.105", "software name": "Thermo QuantStudio", "software version": "1.0" }, diff --git a/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_minimal_test01.json b/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_minimal_test01.json index ff021e050..cd964a14b 100644 --- a/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_minimal_test01.json +++ b/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_minimal_test01.json @@ -57,15 +57,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "BADROX": "N", "noamp": "N", - "expfail": "N", + "CQCONF": "N", "omit": false, + "BADROX": "N", "NOISE": "N", "OUTLIERRG": "N", - "CQCONF": "N" + "expfail": "N" } }, "normalized reporter result": { @@ -241,15 +239,13 @@ "unit": "(unitless)" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "BADROX": "N", "noamp": "N", - "expfail": "N", + "CQCONF": "N", "omit": false, + "BADROX": "N", "NOISE": "N", "OUTLIERRG": "N", - "CQCONF": "N" + "expfail": "N" } }, "normalized reporter result": { @@ -461,7 +457,7 @@ "file name": "appbio_quantstudio_minimal_test01.txt", "UNC path": "tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_minimal_test01.txt", "ASM converter name": "allotropy_appbio_quantstudio_rt_pcr", - "ASM converter version": "0.1.84", + "ASM converter version": "0.1.105", "software name": "Thermo QuantStudio", "software version": "1.0" }, diff --git a/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_minimal_test02.json b/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_minimal_test02.json index 4cf8af309..0f1fd9172 100644 --- a/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_minimal_test02.json +++ b/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_minimal_test02.json @@ -55,13 +55,11 @@ "custom information document": { "reference dna description": "N/A", "reference sample description": "N/A", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "CQCONF": "N", "BADROX": "N", - "NOISE": "N", "OUTLIERRG": "N", - "omit": false + "CQCONF": "N", + "omit": false, + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -260,7 +258,7 @@ "file name": "appbio_quantstudio_minimal_test02.txt", "UNC path": "tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_minimal_test02.txt", "ASM converter name": "allotropy_appbio_quantstudio_rt_pcr", - "ASM converter version": "0.1.84", + "ASM converter version": "0.1.105", "software name": "Thermo QuantStudio", "software version": "1.0" }, diff --git a/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_minimal_test03.json b/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_minimal_test03.json index f87062567..211f461df 100644 --- a/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_minimal_test03.json +++ b/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_minimal_test03.json @@ -52,15 +52,13 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "omit": false, "BADROX": "N", + "SNP Assay Name": "CYP19_2", + "omit": false, "Method": "Auto", "OUTLIERRG": "N", - "SNP Assay Name": "CYP19_2", - "CQCONF": "N" + "CQCONF": "N", + "NOISE": "N" } }, "normalized reporter data cube": { @@ -126,14 +124,14 @@ }, "genotyping qPCR result": "Negative Control (NC)", "custom information document": { - "Quality(%)": 100.0, "Allele2 Delta Rn": 0.029, - "Allele1 Cq Conf": 0.0, + "Quality(%)": 100.0, "Allele2 Cq Conf": 0.0, - "Allele2 Ct Threshold": 0.132, - "Allele1 Amp Score": 0.0, "Pass.Ref": 846041.75, - "Allele2 Amp Score": 0.0 + "Allele2 Ct Threshold": 0.132, + "Allele2 Amp Score": 0.0, + "Allele1 Cq Conf": 0.0, + "Allele1 Amp Score": 0.0 } } ] @@ -166,11 +164,11 @@ "custom information document": { "well identifier": 1, "sample color": "RGB(238,238,0)", + "SNP Assay Color": "RGB(176,23,31)", "Allele2 Quencher": "NFQ-MGB", + "Allele1 Quencher": "NFQ-MGB", "Allele1 Color": "RGB(0,0,255)", - "SNP Assay Color": "RGB(176,23,31)", - "Allele2 Color": "RGB(0,139,69)", - "Allele1 Quencher": "NFQ-MGB" + "Allele2 Color": "RGB(0,139,69)" } }, "processed data aggregate document": { @@ -192,13 +190,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "omit": false, "BADROX": "N", + "omit": false, "OUTLIERRG": "N", - "CQCONF": "N" + "CQCONF": "N", + "NOISE": "N" } }, "normalized reporter data cube": { @@ -289,7 +285,7 @@ "file name": "appbio_quantstudio_minimal_test03.txt", "UNC path": "tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_minimal_test03.txt", "ASM converter name": "allotropy_appbio_quantstudio_rt_pcr", - "ASM converter version": "0.1.84", + "ASM converter version": "0.1.105", "software name": "Thermo QuantStudio", "software version": "1.0" }, diff --git a/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_minimal_test04.json b/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_minimal_test04.json index 7a0e46343..0f36506b5 100644 --- a/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_minimal_test04.json +++ b/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_minimal_test04.json @@ -56,13 +56,13 @@ "custom information document": { "reference dna description": "RNaseP", "reference sample description": "800", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "CQCONF": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", + "NOISE": "N", + "omit": false, "OUTLIERRG": "N", - "omit": false + "CQCONF": "N" } }, "cycle threshold result (qPCR)": { @@ -126,11 +126,7 @@ } ] }, - "target DNA description": "RNaseP", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" - } + "target DNA description": "RNaseP" } ], "experimental data identifier": "QuantStudio96-Well Relative Standard Curve Example", @@ -200,13 +196,13 @@ "custom information document": { "reference dna description": "RNaseP", "reference sample description": "800", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "CQCONF": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", + "NOISE": "N", + "omit": false, "OUTLIERRG": "N", - "omit": false + "CQCONF": "N" } }, "cycle threshold result (qPCR)": { @@ -272,11 +268,7 @@ } ] }, - "target DNA description": "RNaseP", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" - } + "target DNA description": "RNaseP" } ], "experimental data identifier": "QuantStudio96-Well Relative Standard Curve Example", @@ -623,7 +615,7 @@ "file name": "appbio_quantstudio_minimal_test04.txt", "UNC path": "tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_minimal_test04.txt", "ASM converter name": "allotropy_appbio_quantstudio_rt_pcr", - "ASM converter version": "0.1.84", + "ASM converter version": "0.1.105", "software name": "Thermo QuantStudio", "software version": "1.0" }, diff --git a/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_minimal_test07.json b/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_minimal_test07.json index 018a5875e..e297ddad1 100644 --- a/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_minimal_test07.json +++ b/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_minimal_test07.json @@ -56,13 +56,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "CQCONF": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", + "NOISE": "N", + "omit": false, "OUTLIERRG": "N", - "omit": false + "CQCONF": "N" } }, "cycle threshold result (qPCR)": { @@ -126,11 +126,7 @@ } ] }, - "target DNA description": "TGF-B", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" - } + "target DNA description": "TGF-B" } ], "experimental data identifier": "QuantStudio96-Well Comparative Ct Example", @@ -200,13 +196,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "CQCONF": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", + "NOISE": "N", + "omit": false, "OUTLIERRG": "N", - "omit": false + "CQCONF": "N" } }, "cycle threshold result (qPCR)": { @@ -272,11 +268,7 @@ } ] }, - "target DNA description": "TGF-B", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" - } + "target DNA description": "TGF-B" } ], "experimental data identifier": "QuantStudio96-Well Comparative Ct Example", @@ -346,13 +338,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "CQCONF": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", + "NOISE": "N", + "omit": false, "OUTLIERRG": "N", - "omit": false + "CQCONF": "N" } }, "cycle threshold result (qPCR)": { @@ -416,11 +408,7 @@ } ] }, - "target DNA description": "TGF-B", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" - } + "target DNA description": "TGF-B" } ], "experimental data identifier": "QuantStudio96-Well Comparative Ct Example", @@ -490,13 +478,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "CQCONF": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", + "NOISE": "N", + "omit": false, "OUTLIERRG": "N", - "omit": false + "CQCONF": "N" } }, "cycle threshold result (qPCR)": { @@ -560,11 +548,7 @@ } ] }, - "target DNA description": "TGF-B", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" - } + "target DNA description": "TGF-B" } ], "experimental data identifier": "QuantStudio96-Well Comparative Ct Example", @@ -634,13 +618,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "CQCONF": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", + "NOISE": "N", + "omit": false, "OUTLIERRG": "N", - "omit": false + "CQCONF": "N" } }, "cycle threshold result (qPCR)": { @@ -704,11 +688,7 @@ } ] }, - "target DNA description": "TGF-B", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" - } + "target DNA description": "TGF-B" } ], "experimental data identifier": "QuantStudio96-Well Comparative Ct Example", @@ -778,13 +758,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "CQCONF": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", + "NOISE": "N", + "omit": false, "OUTLIERRG": "N", - "omit": false + "CQCONF": "N" } }, "cycle threshold result (qPCR)": { @@ -848,11 +828,7 @@ } ] }, - "target DNA description": "GAPDH", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" - } + "target DNA description": "GAPDH" } ], "experimental data identifier": "QuantStudio96-Well Comparative Ct Example", @@ -922,13 +898,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "CQCONF": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", + "NOISE": "N", + "omit": false, "OUTLIERRG": "N", - "omit": false + "CQCONF": "N" } }, "cycle threshold result (qPCR)": { @@ -992,11 +968,7 @@ } ] }, - "target DNA description": "GAPDH", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" - } + "target DNA description": "GAPDH" } ], "experimental data identifier": "QuantStudio96-Well Comparative Ct Example", @@ -1066,13 +1038,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "CQCONF": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", + "NOISE": "N", + "omit": false, "OUTLIERRG": "N", - "omit": false + "CQCONF": "N" } }, "cycle threshold result (qPCR)": { @@ -1136,11 +1108,7 @@ } ] }, - "target DNA description": "GAPDH", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" - } + "target DNA description": "GAPDH" } ], "experimental data identifier": "QuantStudio96-Well Comparative Ct Example", @@ -1210,13 +1178,13 @@ "custom information document": { "reference dna description": "GAPDH", "reference sample description": "Liver", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "CQCONF": "N", + "Analysis Type": "Singleplex", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", + "NOISE": "N", + "omit": false, "OUTLIERRG": "N", - "omit": false + "CQCONF": "N" } }, "cycle threshold result (qPCR)": { @@ -1280,11 +1248,7 @@ } ] }, - "target DNA description": "GAPDH", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0, - "Analysis Type": "Singleplex" - } + "target DNA description": "GAPDH" } ], "experimental data identifier": "QuantStudio96-Well Comparative Ct Example", @@ -1983,7 +1947,7 @@ "file name": "appbio_quantstudio_minimal_test07.txt", "UNC path": "tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_minimal_test07.txt", "ASM converter name": "allotropy_appbio_quantstudio_rt_pcr", - "ASM converter version": "0.1.84", + "ASM converter version": "0.1.105", "software name": "Thermo QuantStudio", "software version": "1.0" }, diff --git a/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_multiple_cal_doc_wells.json b/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_multiple_cal_doc_wells.json index 19274127e..8f3e27e57 100644 --- a/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_multiple_cal_doc_wells.json +++ b/tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_multiple_cal_doc_wells.json @@ -54,13 +54,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "omit": false, - "CQCONF": "N", + "BADROX": "N", "NOISE": "N", + "omit": false, "OUTLIERRG": "N", - "BADROX": "N" + "CQCONF": "N" } }, "cycle threshold result (qPCR)": { @@ -175,13 +173,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "omit": false, - "CQCONF": "N", + "BADROX": "N", "NOISE": "N", + "omit": false, "OUTLIERRG": "N", - "BADROX": "N" + "CQCONF": "N" } }, "cycle threshold result (qPCR)": { @@ -313,13 +309,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "omit": false, - "CQCONF": "N", + "BADROX": "N", "NOISE": "N", + "omit": false, "OUTLIERRG": "N", - "BADROX": "N" + "CQCONF": "N" } }, "cycle threshold result (qPCR)": { @@ -434,13 +428,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "omit": false, - "CQCONF": "N", + "BADROX": "N", "NOISE": "N", + "omit": false, "OUTLIERRG": "N", - "BADROX": "N" + "CQCONF": "N" } }, "cycle threshold result (qPCR)": { @@ -1075,7 +1067,7 @@ "file name": "appbio_quantstudio_multiple_cal_doc_wells.txt", "UNC path": "tests/parsers/appbio_quantstudio/testdata/appbio_quantstudio_multiple_cal_doc_wells.txt", "ASM converter name": "allotropy_appbio_quantstudio_rt_pcr", - "ASM converter version": "0.1.84", + "ASM converter version": "0.1.105", "software name": "Thermo QuantStudio", "software version": "1.0" }, diff --git a/tests/parsers/appbio_quantstudio/testdata/example_quantsudio_results_only.json b/tests/parsers/appbio_quantstudio/testdata/example_quantsudio_results_only.json index e502f654f..d1b7b326c 100644 --- a/tests/parsers/appbio_quantstudio/testdata/example_quantsudio_results_only.json +++ b/tests/parsers/appbio_quantstudio/testdata/example_quantsudio_results_only.json @@ -29,23 +29,23 @@ "well identifier": 1, "sample color": "RGB(176,23,31)", "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.021, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, "CT": 16.484, - "Target Name.1": "3'UTR", - "Ct Mean": 16.461, - "Task.1": "STANDARD", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "STANDARD", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Ct Threshold": 0.137, - "Cq Conf": 0.97, - "Amp Score": 1.238, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 16.461, "Quantity": 100000000.0, + "Amp Score": 1.238, + "Baseline Start": 1.0, + "Cq Conf": 0.97, "Baseline End": 40.0 } }, @@ -68,13 +68,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -82,10 +80,10 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "STANDARD", - "Sample Color": "RGB(176,23,31)", "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Sample Color": "RGB(176,23,31)" } } ] @@ -141,23 +139,23 @@ "well identifier": 2, "sample color": "RGB(176,23,31)", "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.021, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, "CT": 16.442, - "Target Name.1": "3'UTR", - "Ct Mean": 16.461, - "Task.1": "STANDARD", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "STANDARD", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Ct Threshold": 0.137, - "Cq Conf": 0.972, - "Amp Score": 1.239, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 16.461, "Quantity": 100000000.0, + "Amp Score": 1.239, + "Baseline Start": 1.0, + "Cq Conf": 0.972, "Baseline End": 40.0 } }, @@ -180,13 +178,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -194,10 +190,10 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "STANDARD", - "Sample Color": "RGB(176,23,31)", "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Sample Color": "RGB(176,23,31)" } } ] @@ -253,23 +249,23 @@ "well identifier": 3, "sample color": "RGB(176,23,31)", "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.021, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, "CT": 16.458, - "Target Name.1": "3'UTR", - "Ct Mean": 16.461, - "Task.1": "STANDARD", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "STANDARD", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Ct Threshold": 0.137, - "Cq Conf": 0.971, - "Amp Score": 1.241, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 16.461, "Quantity": 100000000.0, + "Amp Score": 1.241, + "Baseline Start": 1.0, + "Cq Conf": 0.971, "Baseline End": 40.0 } }, @@ -292,13 +288,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -306,10 +300,10 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "STANDARD", - "Sample Color": "RGB(176,23,31)", "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Sample Color": "RGB(176,23,31)" } } ] @@ -364,25 +358,25 @@ "custom information document": { "well identifier": 4, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.09, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 8114.291, "CT": 25.711, - "Target Name.1": "3'UTR", - "Ct Mean": 25.612, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 127155.96, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 8114.291, - "Ct Threshold": 0.137, - "Cq Conf": 0.976, - "Amp Score": 1.227, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 25.612, "Quantity": 118248.2, + "Amp Score": 1.227, + "Baseline Start": 1.0, + "Cq Conf": 0.976, "Baseline End": 40.0 } }, @@ -405,13 +399,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -419,9 +411,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -476,25 +468,25 @@ "custom information document": { "well identifier": 5, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.09, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 8114.291, "CT": 25.536, - "Target Name.1": "3'UTR", - "Ct Mean": 25.612, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 127155.96, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 8114.291, - "Ct Threshold": 0.137, - "Cq Conf": 0.969, - "Amp Score": 1.229, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 25.612, "Quantity": 134125.92, + "Amp Score": 1.229, + "Baseline Start": 1.0, + "Cq Conf": 0.969, "Baseline End": 40.0 } }, @@ -517,13 +509,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -531,9 +521,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -588,25 +578,25 @@ "custom information document": { "well identifier": 6, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.09, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 8114.291, "CT": 25.589, - "Target Name.1": "3'UTR", - "Ct Mean": 25.612, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 127155.96, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 8114.291, - "Ct Threshold": 0.137, - "Cq Conf": 0.978, - "Amp Score": 1.235, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 25.612, "Quantity": 129093.73, + "Amp Score": 1.235, + "Baseline Start": 1.0, + "Cq Conf": 0.978, "Baseline End": 40.0 } }, @@ -629,13 +619,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -643,9 +631,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -700,25 +688,25 @@ "custom information document": { "well identifier": 7, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.067, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 7416.039, "CT": 25.41, - "Target Name.1": "3'UTR", - "Ct Mean": 25.373, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 150986.0, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 7416.039, - "Ct Threshold": 0.137, - "Cq Conf": 0.979, - "Amp Score": 1.242, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 25.373, "Quantity": 146919.3, + "Amp Score": 1.242, + "Baseline Start": 1.0, + "Cq Conf": 0.979, "Baseline End": 40.0 } }, @@ -741,13 +729,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -755,9 +741,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -812,25 +798,25 @@ "custom information document": { "well identifier": 8, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.067, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 7416.039, "CT": 25.295, - "Target Name.1": "3'UTR", - "Ct Mean": 25.373, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 150986.0, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 7416.039, - "Ct Threshold": 0.137, - "Cq Conf": 0.977, - "Amp Score": 1.254, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 25.373, "Quantity": 159545.77, + "Amp Score": 1.254, + "Baseline Start": 1.0, + "Cq Conf": 0.977, "Baseline End": 40.0 } }, @@ -853,13 +839,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -867,9 +851,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -924,25 +908,25 @@ "custom information document": { "well identifier": 9, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.067, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 7416.039, "CT": 25.414, - "Target Name.1": "3'UTR", - "Ct Mean": 25.373, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 150986.0, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 7416.039, - "Ct Threshold": 0.137, - "Cq Conf": 0.977, - "Amp Score": 1.243, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 25.373, "Quantity": 146492.94, + "Amp Score": 1.243, + "Baseline Start": 1.0, + "Cq Conf": 0.977, "Baseline End": 40.0 } }, @@ -965,13 +949,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -979,9 +961,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -1036,26 +1018,26 @@ "custom information document": { "well identifier": 10, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.173, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 8806.251, "CT": 26.456, - "Target Name.1": "3'UTR", - "Ct Mean": 26.441, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 70227.5, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 8806.251, - "Ct Threshold": 0.137, - "Cq Conf": 0.977, - "Amp Score": 1.238, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 26.441, "Quantity": 69138.76, - "Baseline End": 40.0 + "Amp Score": 1.238, + "Baseline Start": 1.0, + "Cq Conf": 0.977, + "Baseline End": 40.0 } }, "processed data aggregate document": { @@ -1077,13 +1059,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -1091,9 +1071,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -1148,25 +1128,25 @@ "custom information document": { "well identifier": 11, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.173, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 8806.251, "CT": 26.262, - "Target Name.1": "3'UTR", - "Ct Mean": 26.441, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 70227.5, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 8806.251, - "Ct Threshold": 0.137, - "Cq Conf": 0.972, - "Amp Score": 1.25, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 26.441, "Quantity": 79527.5, + "Amp Score": 1.25, + "Baseline Start": 1.0, + "Cq Conf": 0.972, "Baseline End": 40.0 } }, @@ -1189,13 +1169,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -1203,9 +1181,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -1260,25 +1238,25 @@ "custom information document": { "well identifier": 12, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.173, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 8806.251, "CT": 26.607, - "Target Name.1": "3'UTR", - "Ct Mean": 26.441, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 70227.5, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 8806.251, - "Ct Threshold": 0.137, - "Cq Conf": 0.979, - "Amp Score": 1.231, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 26.441, "Quantity": 62016.242, + "Amp Score": 1.231, + "Baseline Start": 1.0, + "Cq Conf": 0.979, "Baseline End": 40.0 } }, @@ -1301,13 +1279,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -1315,9 +1291,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -1373,23 +1349,23 @@ "well identifier": 13, "sample color": "RGB(0,0,255)", "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.095, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, "CT": 19.525, - "Target Name.1": "3'UTR", - "Ct Mean": 19.597, - "Task.1": "STANDARD", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "STANDARD", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Ct Threshold": 0.137, - "Cq Conf": 0.974, - "Amp Score": 1.228, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 19.597, "Quantity": 10000000.0, + "Amp Score": 1.228, + "Baseline Start": 1.0, + "Cq Conf": 0.974, "Baseline End": 40.0 } }, @@ -1412,13 +1388,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -1426,10 +1400,10 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "STANDARD", - "Sample Color": "RGB(0,0,255)", "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Sample Color": "RGB(0,0,255)" } } ] @@ -1485,23 +1459,23 @@ "well identifier": 14, "sample color": "RGB(0,0,255)", "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.095, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, "CT": 19.704, - "Target Name.1": "3'UTR", - "Ct Mean": 19.597, - "Task.1": "STANDARD", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "STANDARD", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Ct Threshold": 0.137, - "Cq Conf": 0.972, - "Amp Score": 1.215, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 19.597, "Quantity": 10000000.0, + "Amp Score": 1.215, + "Baseline Start": 1.0, + "Cq Conf": 0.972, "Baseline End": 40.0 } }, @@ -1524,13 +1498,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -1538,10 +1510,10 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "STANDARD", - "Sample Color": "RGB(0,0,255)", "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Sample Color": "RGB(0,0,255)" } } ] @@ -1597,23 +1569,23 @@ "well identifier": 15, "sample color": "RGB(0,0,255)", "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.095, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, "CT": 19.561, - "Target Name.1": "3'UTR", - "Ct Mean": 19.597, - "Task.1": "STANDARD", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "STANDARD", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Ct Threshold": 0.137, - "Cq Conf": 0.976, - "Amp Score": 1.235, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 19.597, "Quantity": 10000000.0, + "Amp Score": 1.235, + "Baseline Start": 1.0, + "Cq Conf": 0.976, "Baseline End": 40.0 } }, @@ -1636,13 +1608,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -1650,10 +1620,10 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "STANDARD", - "Sample Color": "RGB(0,0,255)", "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Sample Color": "RGB(0,0,255)" } } ] @@ -1708,25 +1678,25 @@ "custom information document": { "well identifier": 16, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.1, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 9880.973, "CT": 25.4, - "Target Name.1": "3'UTR", - "Ct Mean": 25.495, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 138438.23, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 9880.973, - "Ct Threshold": 0.137, - "Cq Conf": 0.976, - "Amp Score": 1.239, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 25.495, "Quantity": 147943.78, + "Amp Score": 1.239, + "Baseline Start": 1.0, + "Cq Conf": 0.976, "Baseline End": 40.0 } }, @@ -1749,13 +1719,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -1763,9 +1731,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -1820,25 +1788,25 @@ "custom information document": { "well identifier": 17, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.1, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 9880.973, "CT": 25.485, - "Target Name.1": "3'UTR", - "Ct Mean": 25.495, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 138438.23, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 9880.973, - "Ct Threshold": 0.137, - "Cq Conf": 0.977, - "Amp Score": 1.237, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 25.495, "Quantity": 139150.52, + "Amp Score": 1.237, + "Baseline Start": 1.0, + "Cq Conf": 0.977, "Baseline End": 40.0 } }, @@ -1861,13 +1829,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -1875,9 +1841,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -1932,25 +1898,25 @@ "custom information document": { "well identifier": 18, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.1, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 9880.973, "CT": 25.599, - "Target Name.1": "3'UTR", - "Ct Mean": 25.495, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 138438.23, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 9880.973, - "Ct Threshold": 0.137, - "Cq Conf": 0.978, - "Amp Score": 1.223, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 25.495, "Quantity": 128220.38, + "Amp Score": 1.223, + "Baseline Start": 1.0, + "Cq Conf": 0.978, "Baseline End": 40.0 } }, @@ -1973,13 +1939,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -1987,9 +1951,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -2044,25 +2008,25 @@ "custom information document": { "well identifier": 19, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.112, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 826.66, "CT": 28.996, - "Target Name.1": "3'UTR", - "Ct Mean": 29.109, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 10248.948, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 826.66, - "Ct Threshold": 0.137, - "Cq Conf": 0.977, - "Amp Score": 1.214, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 29.109, "Quantity": 11091.27, + "Amp Score": 1.214, + "Baseline Start": 1.0, + "Cq Conf": 0.977, "Baseline End": 40.0 } }, @@ -2085,13 +2049,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -2099,9 +2061,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -2156,25 +2118,25 @@ "custom information document": { "well identifier": 20, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.112, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 826.66, "CT": 29.22, - "Target Name.1": "3'UTR", - "Ct Mean": 29.109, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 10248.948, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 826.66, - "Ct Threshold": 0.137, - "Cq Conf": 0.973, - "Amp Score": 1.207, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 29.109, "Quantity": 9438.896, + "Amp Score": 1.207, + "Baseline Start": 1.0, + "Cq Conf": 0.973, "Baseline End": 40.0 } }, @@ -2197,13 +2159,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -2211,9 +2171,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -2268,25 +2228,25 @@ "custom information document": { "well identifier": 21, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.112, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 826.66, "CT": 29.11, - "Target Name.1": "3'UTR", - "Ct Mean": 29.109, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 10248.948, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 826.66, - "Ct Threshold": 0.137, - "Cq Conf": 0.972, - "Amp Score": 1.214, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 29.109, "Quantity": 10216.678, + "Amp Score": 1.214, + "Baseline Start": 1.0, + "Cq Conf": 0.972, "Baseline End": 40.0 } }, @@ -2309,13 +2269,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -2323,9 +2281,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -2380,25 +2338,25 @@ "custom information document": { "well identifier": 22, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.05, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 2183.959, "CT": 26.692, - "Target Name.1": "3'UTR", - "Ct Mean": 26.64, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 60557.844, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 2183.959, - "Ct Threshold": 0.137, - "Cq Conf": 0.978, - "Amp Score": 1.224, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 26.64, "Quantity": 58334.375, + "Amp Score": 1.224, + "Baseline Start": 1.0, + "Cq Conf": 0.978, "Baseline End": 40.0 } }, @@ -2421,13 +2379,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -2435,9 +2391,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -2492,25 +2448,25 @@ "custom information document": { "well identifier": 23, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.05, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 2183.959, "CT": 26.638, - "Target Name.1": "3'UTR", - "Ct Mean": 26.64, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 60557.844, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 2183.959, - "Ct Threshold": 0.137, - "Cq Conf": 0.978, - "Amp Score": 1.238, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 26.64, "Quantity": 60639.13, + "Amp Score": 1.238, + "Baseline Start": 1.0, + "Cq Conf": 0.978, "Baseline End": 40.0 } }, @@ -2533,13 +2489,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -2547,9 +2501,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -2604,25 +2558,25 @@ "custom information document": { "well identifier": 24, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.05, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 2183.959, "CT": 26.592, - "Target Name.1": "3'UTR", - "Ct Mean": 26.64, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 60557.844, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 2183.959, - "Ct Threshold": 0.137, - "Cq Conf": 0.977, - "Amp Score": 1.236, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 26.64, "Quantity": 62700.023, + "Amp Score": 1.236, + "Baseline Start": 1.0, + "Cq Conf": 0.977, "Baseline End": 40.0 } }, @@ -2645,13 +2599,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -2659,9 +2611,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -2717,23 +2669,23 @@ "well identifier": 25, "sample color": "RGB(0,139,69)", "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.053, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, "CT": 22.638, - "Target Name.1": "3'UTR", - "Ct Mean": 22.622, - "Task.1": "STANDARD", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "STANDARD", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Ct Threshold": 0.137, - "Cq Conf": 0.975, - "Amp Score": 1.238, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 22.622, "Quantity": 1000000.0, + "Amp Score": 1.238, + "Baseline Start": 1.0, + "Cq Conf": 0.975, "Baseline End": 40.0 } }, @@ -2756,13 +2708,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -2770,10 +2720,10 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "STANDARD", - "Sample Color": "RGB(0,139,69)", "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Sample Color": "RGB(0,139,69)" } } ] @@ -2829,23 +2779,23 @@ "well identifier": 26, "sample color": "RGB(0,139,69)", "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.053, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, "CT": 22.665, - "Target Name.1": "3'UTR", - "Ct Mean": 22.622, - "Task.1": "STANDARD", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "STANDARD", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Ct Threshold": 0.137, - "Cq Conf": 0.979, - "Amp Score": 1.239, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 22.622, "Quantity": 1000000.0, + "Amp Score": 1.239, + "Baseline Start": 1.0, + "Cq Conf": 0.979, "Baseline End": 40.0 } }, @@ -2868,13 +2818,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -2882,10 +2830,10 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "STANDARD", - "Sample Color": "RGB(0,139,69)", "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Sample Color": "RGB(0,139,69)" } } ] @@ -2941,23 +2889,23 @@ "well identifier": 27, "sample color": "RGB(0,139,69)", "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.053, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, "CT": 22.563, - "Target Name.1": "3'UTR", - "Ct Mean": 22.622, - "Task.1": "STANDARD", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "STANDARD", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Ct Threshold": 0.137, - "Cq Conf": 0.978, - "Amp Score": 1.241, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 22.622, "Quantity": 1000000.0, + "Amp Score": 1.241, + "Baseline Start": 1.0, + "Cq Conf": 0.978, "Baseline End": 40.0 } }, @@ -2980,13 +2928,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -2994,10 +2940,10 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "STANDARD", - "Sample Color": "RGB(0,139,69)", "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Sample Color": "RGB(0,139,69)" } } ] @@ -3052,25 +2998,25 @@ "custom information document": { "well identifier": 28, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.147, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 16417.756, "CT": 25.483, - "Target Name.1": "3'UTR", - "Ct Mean": 25.363, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 152540.33, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 16417.756, - "Ct Threshold": 0.137, - "Cq Conf": 0.979, - "Amp Score": 1.235, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 25.363, "Quantity": 139350.08, + "Amp Score": 1.235, + "Baseline Start": 1.0, + "Cq Conf": 0.979, "Baseline End": 40.0 } }, @@ -3093,13 +3039,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -3107,9 +3051,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -3164,25 +3108,25 @@ "custom information document": { "well identifier": 29, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.147, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 16417.756, "CT": 25.2, - "Target Name.1": "3'UTR", - "Ct Mean": 25.363, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 152540.33, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 16417.756, - "Ct Threshold": 0.137, - "Cq Conf": 0.976, - "Amp Score": 1.249, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 25.363, "Quantity": 170927.64, + "Amp Score": 1.249, + "Baseline Start": 1.0, + "Cq Conf": 0.976, "Baseline End": 40.0 } }, @@ -3205,13 +3149,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -3219,9 +3161,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -3276,25 +3218,25 @@ "custom information document": { "well identifier": 30, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.147, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 16417.756, "CT": 25.406, - "Target Name.1": "3'UTR", - "Ct Mean": 25.363, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 152540.33, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 16417.756, - "Ct Threshold": 0.137, - "Cq Conf": 0.978, - "Amp Score": 1.233, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 25.363, "Quantity": 147343.27, + "Amp Score": 1.233, + "Baseline Start": 1.0, + "Cq Conf": 0.978, "Baseline End": 40.0 } }, @@ -3317,13 +3259,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -3331,9 +3271,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -3388,25 +3328,25 @@ "custom information document": { "well identifier": 31, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.022, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 179.019, "CT": 28.935, - "Target Name.1": "3'UTR", - "Ct Mean": 28.953, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 11444.05, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 179.019, - "Ct Threshold": 0.137, - "Cq Conf": 0.977, - "Amp Score": 1.233, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 28.953, "Quantity": 11587.785, + "Amp Score": 1.233, + "Baseline Start": 1.0, + "Cq Conf": 0.977, "Baseline End": 40.0 } }, @@ -3429,13 +3369,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -3443,9 +3381,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -3500,25 +3438,25 @@ "custom information document": { "well identifier": 32, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.022, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 179.019, "CT": 28.977, - "Target Name.1": "3'UTR", - "Ct Mean": 28.953, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 11444.05, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 179.019, - "Ct Threshold": 0.137, - "Cq Conf": 0.974, - "Amp Score": 1.227, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 28.953, "Quantity": 11243.523, + "Amp Score": 1.227, + "Baseline Start": 1.0, + "Cq Conf": 0.974, "Baseline End": 40.0 } }, @@ -3541,13 +3479,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -3555,9 +3491,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -3612,25 +3548,25 @@ "custom information document": { "well identifier": 33, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.022, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 179.019, "CT": 28.946, - "Target Name.1": "3'UTR", - "Ct Mean": 28.953, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 11444.05, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 179.019, - "Ct Threshold": 0.137, - "Cq Conf": 0.979, - "Amp Score": 1.228, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 28.953, "Quantity": 11500.839, + "Amp Score": 1.228, + "Baseline Start": 1.0, + "Cq Conf": 0.979, "Baseline End": 40.0 } }, @@ -3653,13 +3589,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -3667,9 +3601,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -3724,25 +3658,25 @@ "custom information document": { "well identifier": 34, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.016, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 1120.347, "CT": 25.984, - "Target Name.1": "3'UTR", - "Ct Mean": 26.001, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 95976.81, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 1120.347, - "Ct Threshold": 0.137, - "Cq Conf": 0.98, - "Amp Score": 1.224, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 26.001, "Quantity": 97135.05, + "Amp Score": 1.224, + "Baseline Start": 1.0, + "Cq Conf": 0.98, "Baseline End": 40.0 } }, @@ -3765,13 +3699,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -3779,9 +3711,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -3836,25 +3768,25 @@ "custom information document": { "well identifier": 35, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.016, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 1120.347, "CT": 26.016, - "Target Name.1": "3'UTR", - "Ct Mean": 26.001, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 95976.81, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 1120.347, - "Ct Threshold": 0.137, - "Cq Conf": 0.975, - "Amp Score": 1.225, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 26.001, "Quantity": 94898.65, + "Amp Score": 1.225, + "Baseline Start": 1.0, + "Cq Conf": 0.975, "Baseline End": 40.0 } }, @@ -3877,13 +3809,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -3891,9 +3821,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -3948,25 +3878,25 @@ "custom information document": { "well identifier": 36, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.016, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 1120.347, "CT": 26.002, - "Target Name.1": "3'UTR", - "Ct Mean": 26.001, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 95976.81, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 1120.347, - "Ct Threshold": 0.137, - "Cq Conf": 0.974, - "Amp Score": 1.229, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 26.001, "Quantity": 95896.74, + "Amp Score": 1.229, + "Baseline Start": 1.0, + "Cq Conf": 0.974, "Baseline End": 40.0 } }, @@ -3989,13 +3919,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -4003,9 +3931,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -4061,23 +3989,23 @@ "well identifier": 37, "sample color": "RGB(255,127,0)", "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.091, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, "CT": 25.709, - "Target Name.1": "3'UTR", - "Ct Mean": 25.807, - "Task.1": "STANDARD", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "STANDARD", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Ct Threshold": 0.137, - "Cq Conf": 0.978, - "Amp Score": 1.246, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 25.807, "Quantity": 100000.0, + "Amp Score": 1.246, + "Baseline Start": 1.0, + "Cq Conf": 0.978, "Baseline End": 40.0 } }, @@ -4100,13 +4028,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -4114,10 +4040,10 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "STANDARD", - "Sample Color": "RGB(255,127,0)", "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Sample Color": "RGB(255,127,0)" } } ] @@ -4173,23 +4099,23 @@ "well identifier": 38, "sample color": "RGB(255,127,0)", "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.091, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, "CT": 25.822, - "Target Name.1": "3'UTR", - "Ct Mean": 25.807, - "Task.1": "STANDARD", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "STANDARD", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Ct Threshold": 0.137, - "Cq Conf": 0.978, - "Amp Score": 1.233, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 25.807, "Quantity": 100000.0, + "Amp Score": 1.233, + "Baseline Start": 1.0, + "Cq Conf": 0.978, "Baseline End": 40.0 } }, @@ -4212,13 +4138,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -4226,10 +4150,10 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "STANDARD", - "Sample Color": "RGB(255,127,0)", "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Sample Color": "RGB(255,127,0)" } } ] @@ -4285,23 +4209,23 @@ "well identifier": 39, "sample color": "RGB(255,127,0)", "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.091, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, "CT": 25.888, - "Target Name.1": "3'UTR", - "Ct Mean": 25.807, - "Task.1": "STANDARD", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "STANDARD", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Ct Threshold": 0.137, - "Cq Conf": 0.979, - "Amp Score": 1.229, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 25.807, "Quantity": 100000.0, + "Amp Score": 1.229, + "Baseline Start": 1.0, + "Cq Conf": 0.979, "Baseline End": 40.0 } }, @@ -4324,13 +4248,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -4338,10 +4260,10 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "STANDARD", - "Sample Color": "RGB(255,127,0)", "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Sample Color": "RGB(255,127,0)" } } ] @@ -4396,25 +4318,25 @@ "custom information document": { "well identifier": 40, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.081, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 4369.961, "CT": 26.389, - "Target Name.1": "3'UTR", - "Ct Mean": 26.366, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 73857.68, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 4369.961, - "Ct Threshold": 0.137, - "Cq Conf": 0.976, - "Amp Score": 1.23, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 26.366, "Quantity": 72527.85, + "Amp Score": 1.23, + "Baseline Start": 1.0, + "Cq Conf": 0.976, "Baseline End": 40.0 } }, @@ -4437,13 +4359,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -4451,9 +4371,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -4508,25 +4428,25 @@ "custom information document": { "well identifier": 41, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.081, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 4369.961, "CT": 26.275, - "Target Name.1": "3'UTR", - "Ct Mean": 26.366, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 73857.68, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 4369.961, - "Ct Threshold": 0.137, - "Cq Conf": 0.975, - "Amp Score": 1.25, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 26.366, "Quantity": 78738.06, + "Amp Score": 1.25, + "Baseline Start": 1.0, + "Cq Conf": 0.975, "Baseline End": 40.0 } }, @@ -4549,13 +4469,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -4563,9 +4481,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -4620,25 +4538,25 @@ "custom information document": { "well identifier": 42, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.081, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 4369.961, "CT": 26.433, - "Target Name.1": "3'UTR", - "Ct Mean": 26.366, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 73857.68, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 4369.961, - "Ct Threshold": 0.137, - "Cq Conf": 0.976, - "Amp Score": 1.229, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 26.366, "Quantity": 70307.11, + "Amp Score": 1.229, + "Baseline Start": 1.0, + "Cq Conf": 0.976, "Baseline End": 40.0 } }, @@ -4661,13 +4579,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -4675,9 +4591,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -4732,25 +4648,25 @@ "custom information document": { "well identifier": 43, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.02, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 166.884, "CT": 28.917, - "Target Name.1": "3'UTR", - "Ct Mean": 28.939, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 11554.353, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 166.884, - "Ct Threshold": 0.137, - "Cq Conf": 0.976, - "Amp Score": 1.226, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 28.939, "Quantity": 11743.95, + "Amp Score": 1.226, + "Baseline Start": 1.0, + "Cq Conf": 0.976, "Baseline End": 40.0 } }, @@ -4773,13 +4689,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -4787,9 +4701,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -4844,25 +4758,25 @@ "custom information document": { "well identifier": 44, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.02, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 166.884, "CT": 28.947, - "Target Name.1": "3'UTR", - "Ct Mean": 28.939, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 11554.353, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 166.884, - "Ct Threshold": 0.137, - "Cq Conf": 0.975, - "Amp Score": 1.224, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 28.939, "Quantity": 11489.387, + "Amp Score": 1.224, + "Baseline Start": 1.0, + "Cq Conf": 0.975, "Baseline End": 40.0 } }, @@ -4885,13 +4799,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -4899,9 +4811,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -4956,25 +4868,25 @@ "custom information document": { "well identifier": 45, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.02, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 166.884, "CT": 28.954, - "Target Name.1": "3'UTR", - "Ct Mean": 28.939, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 11554.353, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 166.884, - "Ct Threshold": 0.137, - "Cq Conf": 0.975, - "Amp Score": 1.222, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 28.939, "Quantity": 11429.722, + "Amp Score": 1.222, + "Baseline Start": 1.0, + "Cq Conf": 0.975, "Baseline End": 40.0 } }, @@ -4997,13 +4909,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -5011,9 +4921,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -5068,25 +4978,25 @@ "custom information document": { "well identifier": 46, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.027, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 2456.136, "CT": 25.61, - "Target Name.1": "3'UTR", - "Ct Mean": 25.633, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 125084.98, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 2456.136, - "Ct Threshold": 0.137, - "Cq Conf": 0.977, - "Amp Score": 1.237, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 25.633, "Quantity": 127176.32, + "Amp Score": 1.237, + "Baseline Start": 1.0, + "Cq Conf": 0.977, "Baseline End": 40.0 } }, @@ -5109,13 +5019,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -5123,9 +5031,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -5180,25 +5088,25 @@ "custom information document": { "well identifier": 47, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.027, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 2456.136, "CT": 25.626, - "Target Name.1": "3'UTR", - "Ct Mean": 25.633, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 125084.98, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 2456.136, - "Ct Threshold": 0.137, - "Cq Conf": 0.976, - "Amp Score": 1.238, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 25.633, "Quantity": 125698.33, + "Amp Score": 1.238, + "Baseline Start": 1.0, + "Cq Conf": 0.976, "Baseline End": 40.0 } }, @@ -5221,13 +5129,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -5235,9 +5141,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -5292,25 +5198,25 @@ "custom information document": { "well identifier": 48, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.027, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 2456.136, "CT": 25.663, - "Target Name.1": "3'UTR", - "Ct Mean": 25.633, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 125084.98, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 2456.136, - "Ct Threshold": 0.137, - "Cq Conf": 0.978, - "Amp Score": 1.235, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 25.633, "Quantity": 122380.3, + "Amp Score": 1.235, + "Baseline Start": 1.0, + "Cq Conf": 0.978, "Baseline End": 40.0 } }, @@ -5333,13 +5239,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -5347,9 +5251,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -5405,23 +5309,23 @@ "well identifier": 49, "sample color": "RGB(139,137,112)", "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.096, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, "CT": 28.974, - "Target Name.1": "3'UTR", - "Ct Mean": 29.074, - "Task.1": "STANDARD", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "STANDARD", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Ct Threshold": 0.137, - "Cq Conf": 0.976, - "Amp Score": 1.229, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 29.074, "Quantity": 10000.0, + "Amp Score": 1.229, + "Baseline Start": 1.0, + "Cq Conf": 0.976, "Baseline End": 40.0 } }, @@ -5444,13 +5348,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -5458,10 +5360,10 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "STANDARD", - "Sample Color": "RGB(139,137,112)", "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Sample Color": "RGB(139,137,112)" } } ] @@ -5517,23 +5419,23 @@ "well identifier": 50, "sample color": "RGB(139,137,112)", "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.096, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, "CT": 29.166, - "Target Name.1": "3'UTR", - "Ct Mean": 29.074, - "Task.1": "STANDARD", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "STANDARD", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Ct Threshold": 0.137, - "Cq Conf": 0.974, - "Amp Score": 1.216, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 29.074, "Quantity": 10000.0, + "Amp Score": 1.216, + "Baseline Start": 1.0, + "Cq Conf": 0.974, "Baseline End": 40.0 } }, @@ -5556,13 +5458,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -5570,10 +5470,10 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "STANDARD", - "Sample Color": "RGB(139,137,112)", "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Sample Color": "RGB(139,137,112)" } } ] @@ -5629,23 +5529,23 @@ "well identifier": 51, "sample color": "RGB(139,137,112)", "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.096, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, "CT": 29.083, - "Target Name.1": "3'UTR", - "Ct Mean": 29.074, - "Task.1": "STANDARD", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "STANDARD", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Ct Threshold": 0.137, - "Cq Conf": 0.971, - "Amp Score": 1.222, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 29.074, "Quantity": 10000.0, + "Amp Score": 1.222, + "Baseline Start": 1.0, + "Cq Conf": 0.971, "Baseline End": 40.0 } }, @@ -5668,13 +5568,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -5682,10 +5580,10 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "STANDARD", - "Sample Color": "RGB(139,137,112)", "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Sample Color": "RGB(139,137,112)" } } ] @@ -5740,25 +5638,25 @@ "custom information document": { "well identifier": 52, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.01, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 504.716, "CT": 26.487, - "Target Name.1": "3'UTR", - "Ct Mean": 26.499, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 67030.78, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 504.716, - "Ct Threshold": 0.137, - "Cq Conf": 0.977, - "Amp Score": 1.232, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 26.499, "Quantity": 67612.87, + "Amp Score": 1.232, + "Baseline Start": 1.0, + "Cq Conf": 0.977, "Baseline End": 40.0 } }, @@ -5781,13 +5679,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -5795,9 +5691,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -5852,25 +5748,25 @@ "custom information document": { "well identifier": 53, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.01, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 504.716, "CT": 26.504, - "Target Name.1": "3'UTR", - "Ct Mean": 26.499, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 67030.78, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 504.716, - "Ct Threshold": 0.137, - "Cq Conf": 0.977, - "Amp Score": 1.241, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 26.499, "Quantity": 66764.69, + "Amp Score": 1.241, + "Baseline Start": 1.0, + "Cq Conf": 0.977, "Baseline End": 40.0 } }, @@ -5893,13 +5789,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -5907,9 +5801,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -5960,29 +5854,29 @@ "sample identifier": "5000018696637", "location identifier": "54", "sample role type": "unknown sample role", - "well location identifier": "E6", - "custom information document": { - "well identifier": 54, - "target color": "RGB(176,23,31)", - "Ct SD": 0.01, - "Automatic Ct Threshold": "True", - "CT": 26.505, - "Target Name.1": "3'UTR", - "Ct Mean": 26.499, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", + "well location identifier": "E6", + "custom information document": { + "well identifier": 54, + "target color": "RGB(176,23,31)", "Slope": -3.196, + "Ct SD": 0.01, + "Ct Threshold": 0.137, + "Quantity SD": 504.716, + "CT": 26.505, "R(superscript 2)": 0.999, "Quantity Mean": 67030.78, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 504.716, - "Ct Threshold": 0.137, - "Cq Conf": 0.976, - "Amp Score": 1.232, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 26.499, "Quantity": 66714.8, + "Amp Score": 1.232, + "Baseline Start": 1.0, + "Cq Conf": 0.976, "Baseline End": 40.0 } }, @@ -6005,13 +5899,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -6019,9 +5911,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -6076,25 +5968,25 @@ "custom information document": { "well identifier": 55, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.146, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 15593.715, "CT": 25.268, - "Target Name.1": "3'UTR", - "Ct Mean": 25.435, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 144782.52, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 15593.715, - "Ct Threshold": 0.137, - "Cq Conf": 0.976, - "Amp Score": 1.237, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 25.435, "Quantity": 162735.75, + "Amp Score": 1.237, + "Baseline Start": 1.0, + "Cq Conf": 0.976, "Baseline End": 40.0 } }, @@ -6117,13 +6009,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -6131,9 +6021,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -6188,25 +6078,25 @@ "custom information document": { "well identifier": 56, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.146, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 15593.715, "CT": 25.507, - "Target Name.1": "3'UTR", - "Ct Mean": 25.435, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 144782.52, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 15593.715, - "Ct Threshold": 0.137, - "Cq Conf": 0.977, - "Amp Score": 1.23, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 25.435, "Quantity": 136999.75, + "Amp Score": 1.23, + "Baseline Start": 1.0, + "Cq Conf": 0.977, "Baseline End": 40.0 } }, @@ -6229,13 +6119,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -6243,9 +6131,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -6300,25 +6188,25 @@ "custom information document": { "well identifier": 57, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.146, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 15593.715, "CT": 25.531, - "Target Name.1": "3'UTR", - "Ct Mean": 25.435, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 144782.52, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 15593.715, - "Ct Threshold": 0.137, - "Cq Conf": 0.976, - "Amp Score": 1.23, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 25.435, "Quantity": 134612.08, + "Amp Score": 1.23, + "Baseline Start": 1.0, + "Cq Conf": 0.976, "Baseline End": 40.0 } }, @@ -6341,13 +6229,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -6355,9 +6241,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -6412,25 +6298,25 @@ "custom information document": { "well identifier": 58, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.022, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 1726.502, "CT": 25.79, - "Target Name.1": "3'UTR", - "Ct Mean": 25.801, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 110814.74, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 1726.502, - "Ct Threshold": 0.137, - "Cq Conf": 0.977, - "Amp Score": 1.237, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 25.801, "Quantity": 111732.78, + "Amp Score": 1.237, + "Baseline Start": 1.0, + "Cq Conf": 0.977, "Baseline End": 40.0 } }, @@ -6453,13 +6339,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -6467,9 +6351,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -6524,25 +6408,25 @@ "custom information document": { "well identifier": 59, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.022, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 1726.502, "CT": 25.826, - "Target Name.1": "3'UTR", - "Ct Mean": 25.801, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 110814.74, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 1726.502, - "Ct Threshold": 0.137, - "Cq Conf": 0.978, - "Amp Score": 1.238, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 25.801, "Quantity": 108823.17, + "Amp Score": 1.238, + "Baseline Start": 1.0, + "Cq Conf": 0.978, "Baseline End": 40.0 } }, @@ -6565,13 +6449,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -6579,9 +6461,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -6636,25 +6518,25 @@ "custom information document": { "well identifier": 60, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.022, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 1726.502, "CT": 25.788, - "Target Name.1": "3'UTR", - "Ct Mean": 25.801, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 110814.74, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 1726.502, - "Ct Threshold": 0.137, - "Cq Conf": 0.977, - "Amp Score": 1.238, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 25.801, "Quantity": 111888.27, + "Amp Score": 1.238, + "Baseline Start": 1.0, + "Cq Conf": 0.977, "Baseline End": 40.0 } }, @@ -6677,13 +6559,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -6691,9 +6571,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -6749,23 +6629,23 @@ "well identifier": 61, "sample color": "RGB(238,121,66)", "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.055, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, "CT": 32.548, - "Target Name.1": "3'UTR", - "Ct Mean": 32.511, - "Task.1": "STANDARD", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "STANDARD", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Ct Threshold": 0.137, - "Cq Conf": 0.97, - "Amp Score": 1.228, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 32.511, "Quantity": 1000.0, + "Amp Score": 1.228, + "Baseline Start": 1.0, + "Cq Conf": 0.97, "Baseline End": 40.0 } }, @@ -6788,13 +6668,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -6802,10 +6680,10 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "STANDARD", - "Sample Color": "RGB(238,121,66)", "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Sample Color": "RGB(238,121,66)" } } ] @@ -6861,23 +6739,23 @@ "well identifier": 62, "sample color": "RGB(238,121,66)", "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.055, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, "CT": 32.538, - "Target Name.1": "3'UTR", - "Ct Mean": 32.511, - "Task.1": "STANDARD", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "STANDARD", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Ct Threshold": 0.137, - "Cq Conf": 0.97, - "Amp Score": 1.221, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 32.511, "Quantity": 1000.0, + "Amp Score": 1.221, + "Baseline Start": 1.0, + "Cq Conf": 0.97, "Baseline End": 40.0 } }, @@ -6900,13 +6778,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -6914,10 +6790,10 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "STANDARD", - "Sample Color": "RGB(238,121,66)", "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Sample Color": "RGB(238,121,66)" } } ] @@ -6973,23 +6849,23 @@ "well identifier": 63, "sample color": "RGB(238,121,66)", "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.055, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, "CT": 32.448, - "Target Name.1": "3'UTR", - "Ct Mean": 32.511, - "Task.1": "STANDARD", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "STANDARD", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Ct Threshold": 0.137, - "Cq Conf": 0.968, - "Amp Score": 1.227, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 32.511, "Quantity": 1000.0, + "Amp Score": 1.227, + "Baseline Start": 1.0, + "Cq Conf": 0.968, "Baseline End": 40.0 } }, @@ -7012,13 +6888,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -7026,10 +6900,10 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "STANDARD", - "Sample Color": "RGB(238,121,66)", "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Sample Color": "RGB(238,121,66)" } } ] @@ -7084,25 +6958,25 @@ "custom information document": { "well identifier": 64, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.019, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 790.115, "CT": 26.671, - "Target Name.1": "3'UTR", - "Ct Mean": 26.689, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 58470.562, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 790.115, - "Ct Threshold": 0.137, - "Cq Conf": 0.977, - "Amp Score": 1.23, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 26.689, "Quantity": 59191.734, + "Amp Score": 1.23, + "Baseline Start": 1.0, + "Cq Conf": 0.977, "Baseline End": 40.0 } }, @@ -7125,13 +6999,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -7139,9 +7011,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -7196,25 +7068,25 @@ "custom information document": { "well identifier": 65, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.019, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 790.115, "CT": 26.709, - "Target Name.1": "3'UTR", - "Ct Mean": 26.689, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 58470.562, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 790.115, - "Ct Threshold": 0.137, - "Cq Conf": 0.979, - "Amp Score": 1.226, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 26.689, "Quantity": 57626.02, + "Amp Score": 1.226, + "Baseline Start": 1.0, + "Cq Conf": 0.979, "Baseline End": 40.0 } }, @@ -7237,13 +7109,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -7251,9 +7121,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -7308,25 +7178,25 @@ "custom information document": { "well identifier": 66, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.019, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 790.115, "CT": 26.686, - "Target Name.1": "3'UTR", - "Ct Mean": 26.689, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 58470.562, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 790.115, - "Ct Threshold": 0.137, - "Cq Conf": 0.977, - "Amp Score": 1.225, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 26.689, "Quantity": 58593.94, + "Amp Score": 1.225, + "Baseline Start": 1.0, + "Cq Conf": 0.977, "Baseline End": 40.0 } }, @@ -7349,13 +7219,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -7363,9 +7231,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -7420,25 +7288,25 @@ "custom information document": { "well identifier": 67, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.02, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 544.895, "CT": 27.305, - "Target Name.1": "3'UTR", - "Ct Mean": 27.314, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 37252.613, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 544.895, - "Ct Threshold": 0.137, - "Cq Conf": 0.974, - "Amp Score": 1.23, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 27.314, "Quantity": 37493.668, + "Amp Score": 1.23, + "Baseline Start": 1.0, + "Cq Conf": 0.974, "Baseline End": 40.0 } }, @@ -7461,13 +7329,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -7475,9 +7341,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -7532,25 +7398,25 @@ "custom information document": { "well identifier": 68, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.02, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 544.895, "CT": 27.3, - "Target Name.1": "3'UTR", - "Ct Mean": 27.314, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 37252.613, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 544.895, - "Ct Threshold": 0.137, - "Cq Conf": 0.974, - "Amp Score": 1.23, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 27.314, "Quantity": 37635.41, + "Amp Score": 1.23, + "Baseline Start": 1.0, + "Cq Conf": 0.974, "Baseline End": 40.0 } }, @@ -7573,13 +7439,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -7587,9 +7451,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -7644,25 +7508,25 @@ "custom information document": { "well identifier": 69, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.02, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 544.895, "CT": 27.338, - "Target Name.1": "3'UTR", - "Ct Mean": 27.314, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 37252.613, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 544.895, - "Ct Threshold": 0.137, - "Cq Conf": 0.976, - "Amp Score": 1.234, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 27.314, "Quantity": 36628.77, + "Amp Score": 1.234, + "Baseline Start": 1.0, + "Cq Conf": 0.976, "Baseline End": 40.0 } }, @@ -7685,13 +7549,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -7699,9 +7561,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -7756,25 +7618,25 @@ "custom information document": { "well identifier": 70, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.024, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 638.22, "CT": 27.312, - "Target Name.1": "3'UTR", - "Ct Mean": 27.336, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 36683.934, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 638.22, - "Ct Threshold": 0.137, - "Cq Conf": 0.974, - "Amp Score": 1.244, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 27.336, "Quantity": 37308.855, + "Amp Score": 1.244, + "Baseline Start": 1.0, + "Cq Conf": 0.974, "Baseline End": 40.0 } }, @@ -7797,13 +7659,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -7811,9 +7671,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -7868,25 +7728,25 @@ "custom information document": { "well identifier": 71, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.024, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 638.22, "CT": 27.335, - "Target Name.1": "3'UTR", - "Ct Mean": 27.336, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 36683.934, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 638.22, - "Ct Threshold": 0.137, - "Cq Conf": 0.975, - "Amp Score": 1.242, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 27.336, "Quantity": 36709.742, + "Amp Score": 1.242, + "Baseline Start": 1.0, + "Cq Conf": 0.975, "Baseline End": 40.0 } }, @@ -7909,13 +7769,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -7923,9 +7781,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -7980,25 +7838,25 @@ "custom information document": { "well identifier": 72, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.024, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 638.22, "CT": 27.36, - "Target Name.1": "3'UTR", - "Ct Mean": 27.336, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 36683.934, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 638.22, - "Ct Threshold": 0.137, - "Cq Conf": 0.973, - "Amp Score": 1.241, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 27.336, "Quantity": 36033.2, + "Amp Score": 1.241, + "Baseline Start": 1.0, + "Cq Conf": 0.973, "Baseline End": 40.0 } }, @@ -8021,13 +7879,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -8035,9 +7891,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -8091,25 +7947,25 @@ "well location identifier": "G1", "custom information document": { "well identifier": 73, - "sample color": "RGB(0,245,255)", - "target color": "RGB(176,23,31)", - "Ct SD": 0.023, - "Automatic Ct Threshold": "True", - "CT": 26.831, - "Target Name.1": "3'UTR", - "Ct Mean": 26.828, - "Task.1": "Accuracy Control", - "Baseline Start": 1.0, - "Omit": "False", + "sample color": "RGB(0,245,255)", + "target color": "RGB(176,23,31)", "Slope": -3.196, + "Ct SD": 0.023, + "Ct Threshold": 0.137, + "CT": 26.831, "R(superscript 2)": 0.999, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "Accuracy Control", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Ct Threshold": 0.137, - "Cq Conf": 0.976, - "Amp Score": 1.229, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 26.828, "Quantity": 52766.062, + "Amp Score": 1.229, + "Baseline Start": 1.0, + "Cq Conf": 0.976, "Baseline End": 40.0 } }, @@ -8132,13 +7988,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -8146,10 +8000,10 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "Accuracy Control", - "Sample Color": "RGB(0,245,255)", "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Sample Color": "RGB(0,245,255)" } } ] @@ -8205,23 +8059,23 @@ "well identifier": 74, "sample color": "RGB(0,245,255)", "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.023, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, "CT": 26.849, - "Target Name.1": "3'UTR", - "Ct Mean": 26.828, - "Task.1": "Accuracy Control", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "Accuracy Control", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Ct Threshold": 0.137, - "Cq Conf": 0.978, - "Amp Score": 1.222, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 26.828, "Quantity": 52087.52, + "Amp Score": 1.222, + "Baseline Start": 1.0, + "Cq Conf": 0.978, "Baseline End": 40.0 } }, @@ -8244,13 +8098,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -8258,10 +8110,10 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "Accuracy Control", - "Sample Color": "RGB(0,245,255)", "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Sample Color": "RGB(0,245,255)" } } ] @@ -8317,23 +8169,23 @@ "well identifier": 75, "sample color": "RGB(0,245,255)", "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.023, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, "CT": 26.803, - "Target Name.1": "3'UTR", - "Ct Mean": 26.828, - "Task.1": "Accuracy Control", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "Accuracy Control", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Ct Threshold": 0.137, - "Cq Conf": 0.978, - "Amp Score": 1.228, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 26.828, "Quantity": 53849.484, + "Amp Score": 1.228, + "Baseline Start": 1.0, + "Cq Conf": 0.978, "Baseline End": 40.0 } }, @@ -8356,13 +8208,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -8370,10 +8220,10 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "Accuracy Control", - "Sample Color": "RGB(0,245,255)", "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Sample Color": "RGB(0,245,255)" } } ] @@ -8428,25 +8278,25 @@ "custom information document": { "well identifier": 76, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.054, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 5956.035, "CT": 25.359, - "Target Name.1": "3'UTR", - "Ct Mean": 25.352, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 153194.39, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 5956.035, - "Ct Threshold": 0.137, - "Cq Conf": 0.977, - "Amp Score": 1.23, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 25.352, "Quantity": 152405.33, + "Amp Score": 1.23, + "Baseline Start": 1.0, + "Cq Conf": 0.977, "Baseline End": 40.0 } }, @@ -8469,13 +8319,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -8483,9 +8331,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -8540,25 +8388,25 @@ "custom information document": { "well identifier": 77, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.054, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 5956.035, "CT": 25.403, - "Target Name.1": "3'UTR", - "Ct Mean": 25.352, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 153194.39, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 5956.035, - "Ct Threshold": 0.137, - "Cq Conf": 0.974, - "Amp Score": 1.229, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 25.352, "Quantity": 147672.23, + "Amp Score": 1.229, + "Baseline Start": 1.0, + "Cq Conf": 0.974, "Baseline End": 40.0 } }, @@ -8581,13 +8429,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -8595,9 +8441,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -8652,25 +8498,25 @@ "custom information document": { "well identifier": 78, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.054, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 5956.035, "CT": 25.296, - "Target Name.1": "3'UTR", - "Ct Mean": 25.352, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 153194.39, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 5956.035, - "Ct Threshold": 0.137, - "Cq Conf": 0.975, - "Amp Score": 1.229, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 25.352, "Quantity": 159505.64, + "Amp Score": 1.229, + "Baseline Start": 1.0, + "Cq Conf": 0.975, "Baseline End": 40.0 } }, @@ -8693,13 +8539,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -8707,9 +8551,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -8764,25 +8608,25 @@ "custom information document": { "well identifier": 79, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.057, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 5568.196, "CT": 25.478, - "Target Name.1": "3'UTR", - "Ct Mean": 25.499, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 137788.48, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 5568.196, - "Ct Threshold": 0.137, - "Cq Conf": 0.975, - "Amp Score": 1.23, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 25.499, "Quantity": 139886.89, + "Amp Score": 1.23, + "Baseline Start": 1.0, + "Cq Conf": 0.975, "Baseline End": 40.0 } }, @@ -8805,13 +8649,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -8819,9 +8661,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -8876,25 +8718,25 @@ "custom information document": { "well identifier": 80, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.057, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 5568.196, "CT": 25.457, - "Target Name.1": "3'UTR", - "Ct Mean": 25.499, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 137788.48, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 5568.196, - "Ct Threshold": 0.137, - "Cq Conf": 0.973, - "Amp Score": 1.234, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 25.499, "Quantity": 142002.56, + "Amp Score": 1.234, + "Baseline Start": 1.0, + "Cq Conf": 0.973, "Baseline End": 40.0 } }, @@ -8917,13 +8759,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -8931,9 +8771,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -8988,25 +8828,25 @@ "custom information document": { "well identifier": 81, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.057, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 5568.196, "CT": 25.564, - "Target Name.1": "3'UTR", - "Ct Mean": 25.499, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 137788.48, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 5568.196, - "Ct Threshold": 0.137, - "Cq Conf": 0.975, - "Amp Score": 1.238, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 25.499, "Quantity": 131475.97, + "Amp Score": 1.238, + "Baseline Start": 1.0, + "Cq Conf": 0.975, "Baseline End": 40.0 } }, @@ -9029,13 +8869,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -9043,9 +8881,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -9101,20 +8939,20 @@ "well identifier": 82, "sample color": "RGB(142,142,56)", "target color": "RGB(176,23,31)", - "Automatic Ct Threshold": "True", - "CT": "Undetermined", - "Target Name.1": "3'UTR", - "Task.1": "NTC", - "Baseline Start": 1.0, - "Omit": "False", "Slope": -3.196, + "Ct Threshold": 0.137, + "CT": "Undetermined", "R(superscript 2)": 0.999, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "NTC", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Ct Threshold": 0.137, - "Cq Conf": 0.0, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, "Amp Score": 0.0, + "Baseline Start": 1.0, + "Cq Conf": 0.0, "Baseline End": 40.0 } }, @@ -9137,20 +8975,18 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "NTC", - "Sample Color": "RGB(142,142,56)", "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Sample Color": "RGB(142,142,56)" } } ] @@ -9206,20 +9042,20 @@ "well identifier": 83, "sample color": "RGB(142,142,56)", "target color": "RGB(176,23,31)", - "Automatic Ct Threshold": "True", - "CT": "Undetermined", - "Target Name.1": "3'UTR", - "Task.1": "NTC", - "Baseline Start": 1.0, - "Omit": "False", "Slope": -3.196, + "Ct Threshold": 0.137, + "CT": "Undetermined", "R(superscript 2)": 0.999, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "NTC", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Ct Threshold": 0.137, - "Cq Conf": 0.0, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, "Amp Score": 0.0, + "Baseline Start": 1.0, + "Cq Conf": 0.0, "Baseline End": 40.0 } }, @@ -9242,20 +9078,18 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "NTC", - "Sample Color": "RGB(142,142,56)", "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Sample Color": "RGB(142,142,56)" } } ] @@ -9311,20 +9145,20 @@ "well identifier": 84, "sample color": "RGB(142,142,56)", "target color": "RGB(176,23,31)", - "Automatic Ct Threshold": "True", - "CT": "Undetermined", - "Target Name.1": "3'UTR", - "Task.1": "NTC", - "Baseline Start": 1.0, - "Omit": "False", "Slope": -3.196, + "Ct Threshold": 0.137, + "CT": "Undetermined", "R(superscript 2)": 0.999, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "NTC", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Ct Threshold": 0.137, - "Cq Conf": 0.0, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, "Amp Score": 0.0, + "Baseline Start": 1.0, + "Cq Conf": 0.0, "Baseline End": 40.0 } }, @@ -9347,20 +9181,18 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "NTC", - "Sample Color": "RGB(142,142,56)", "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Sample Color": "RGB(142,142,56)" } } ] @@ -9415,25 +9247,25 @@ "custom information document": { "well identifier": 88, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.023, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 2339.245, "CT": 25.421, - "Target Name.1": "3'UTR", - "Ct Mean": 25.447, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 143018.86, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 2339.245, - "Ct Threshold": 0.137, - "Cq Conf": 0.975, - "Amp Score": 1.229, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 25.447, "Quantity": 145708.97, + "Amp Score": 1.229, + "Baseline Start": 1.0, + "Cq Conf": 0.975, "Baseline End": 40.0 } }, @@ -9456,13 +9288,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -9470,9 +9300,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -9527,25 +9357,25 @@ "custom information document": { "well identifier": 89, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.023, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 2339.245, "CT": 25.462, - "Target Name.1": "3'UTR", - "Ct Mean": 25.447, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 143018.86, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 2339.245, - "Ct Threshold": 0.137, - "Cq Conf": 0.975, - "Amp Score": 1.224, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 25.447, "Quantity": 141462.69, + "Amp Score": 1.224, + "Baseline Start": 1.0, + "Cq Conf": 0.975, "Baseline End": 40.0 } }, @@ -9568,13 +9398,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -9582,9 +9410,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -9639,25 +9467,25 @@ "custom information document": { "well identifier": 90, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.023, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 2339.245, "CT": 25.458, - "Target Name.1": "3'UTR", - "Ct Mean": 25.447, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 143018.86, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 2339.245, - "Ct Threshold": 0.137, - "Cq Conf": 0.977, - "Amp Score": 1.23, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 25.447, "Quantity": 141884.94, + "Amp Score": 1.23, + "Baseline Start": 1.0, + "Cq Conf": 0.977, "Baseline End": 40.0 } }, @@ -9680,13 +9508,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -9694,9 +9520,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -9751,25 +9577,25 @@ "custom information document": { "well identifier": 91, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.109, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 8105.485, "CT": 25.797, - "Target Name.1": "3'UTR", - "Ct Mean": 25.866, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 105956.56, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 8105.485, - "Ct Threshold": 0.137, - "Cq Conf": 0.977, - "Amp Score": 1.229, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 25.866, "Quantity": 111128.73, + "Amp Score": 1.229, + "Baseline Start": 1.0, + "Cq Conf": 0.977, "Baseline End": 40.0 } }, @@ -9792,13 +9618,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -9806,9 +9630,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -9863,25 +9687,25 @@ "custom information document": { "well identifier": 92, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.109, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 8105.485, "CT": 25.81, - "Target Name.1": "3'UTR", - "Ct Mean": 25.866, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 105956.56, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 8105.485, - "Ct Threshold": 0.137, - "Cq Conf": 0.977, - "Amp Score": 1.224, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 25.866, "Quantity": 110125.89, + "Amp Score": 1.224, + "Baseline Start": 1.0, + "Cq Conf": 0.977, "Baseline End": 40.0 } }, @@ -9904,13 +9728,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -9918,9 +9740,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -9975,25 +9797,25 @@ "custom information document": { "well identifier": 93, "target color": "RGB(176,23,31)", + "Slope": -3.196, "Ct SD": 0.109, - "Automatic Ct Threshold": "True", + "Ct Threshold": 0.137, + "Quantity SD": 8105.485, "CT": 25.991, - "Target Name.1": "3'UTR", - "Ct Mean": 25.866, - "Task.1": "UNKNOWN", - "Baseline Start": 1.0, - "Omit": "False", - "Slope": -3.196, "R(superscript 2)": 0.999, "Quantity Mean": 105956.56, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "UNKNOWN", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Quantity SD": 8105.485, - "Ct Threshold": 0.137, - "Cq Conf": 0.976, - "Amp Score": 1.21, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, + "Ct Mean": 25.866, "Quantity": 96615.086, + "Amp Score": 1.21, + "Baseline Start": 1.0, + "Cq Conf": 0.976, "Baseline End": 40.0 } }, @@ -10016,13 +9838,11 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "cycle threshold result (qPCR)": { @@ -10030,9 +9850,9 @@ "unit": "(unitless)" }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "UNKNOWN", - "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Target Name.1": "3'UTR" } } ] @@ -10088,20 +9908,20 @@ "well identifier": 94, "sample color": "RGB(238,238,0)", "target color": "RGB(176,23,31)", - "Automatic Ct Threshold": "True", - "CT": "Undetermined", - "Target Name.1": "3'UTR", - "Task.1": "NTC", - "Baseline Start": 1.0, - "Omit": "False", "Slope": -3.196, + "Ct Threshold": 0.137, + "CT": "Undetermined", "R(superscript 2)": 0.999, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "NTC", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Ct Threshold": 0.137, - "Cq Conf": 0.0, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, "Amp Score": 0.0, + "Baseline Start": 1.0, + "Cq Conf": 0.0, "Baseline End": 40.0 } }, @@ -10124,20 +9944,18 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "NTC", - "Sample Color": "RGB(238,238,0)", "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Sample Color": "RGB(238,238,0)" } } ] @@ -10193,20 +10011,20 @@ "well identifier": 95, "sample color": "RGB(238,238,0)", "target color": "RGB(176,23,31)", - "Automatic Ct Threshold": "True", - "CT": "Undetermined", - "Target Name.1": "3'UTR", - "Task.1": "NTC", - "Baseline Start": 1.0, - "Omit": "False", "Slope": -3.196, + "Ct Threshold": 0.137, + "CT": "Undetermined", "R(superscript 2)": 0.999, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "NTC", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Ct Threshold": 0.137, - "Cq Conf": 0.0, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, "Amp Score": 0.0, + "Baseline Start": 1.0, + "Cq Conf": 0.0, "Baseline End": 40.0 } }, @@ -10229,20 +10047,18 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "NTC", - "Sample Color": "RGB(238,238,0)", "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Sample Color": "RGB(238,238,0)" } } ] @@ -10298,20 +10114,20 @@ "well identifier": 96, "sample color": "RGB(238,238,0)", "target color": "RGB(176,23,31)", - "Automatic Ct Threshold": "True", - "CT": "Undetermined", - "Target Name.1": "3'UTR", - "Task.1": "NTC", - "Baseline Start": 1.0, - "Omit": "False", "Slope": -3.196, + "Ct Threshold": 0.137, + "CT": "Undetermined", "R(superscript 2)": 0.999, "Y-Intercept": 41.924, - "Efficiency": 105.533, + "Omit": "False", + "Task.1": "NTC", + "Target Name.1": "3'UTR", "Automatic Baseline": "True", - "Ct Threshold": 0.137, - "Cq Conf": 0.0, + "Automatic Ct Threshold": "True", + "Efficiency": 105.533, "Amp Score": 0.0, + "Baseline Start": 1.0, + "Cq Conf": 0.0, "Baseline End": 40.0 } }, @@ -10334,20 +10150,18 @@ "unit": "#" }, "custom information document": { - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", + "omit": false, "BADROX": "N", + "OUTLIERRG": "N", "CQCONF": "N", - "omit": false, - "OUTLIERRG": "N" + "NOISE": "N" } }, "custom information document": { + "Target Color": "RGB(176,23,31)", "Task.1": "NTC", - "Sample Color": "RGB(238,238,0)", "Target Name.1": "3'UTR", - "Target Color": "RGB(176,23,31)" + "Sample Color": "RGB(238,238,0)" } } ] @@ -18043,7 +17857,7 @@ "file name": "example_quantsudio_results_only.txt", "UNC path": "tests/parsers/appbio_quantstudio/testdata/example_quantsudio_results_only.txt", "ASM converter name": "allotropy_appbio_quantstudio_rt_pcr", - "ASM converter version": "0.1.84", + "ASM converter version": "0.1.105", "software name": "Thermo QuantStudio", "software version": "1.0" }, diff --git a/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_design_and_analysis_example15_v1.5.2.json b/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_design_and_analysis_example15_v1.5.2.json index b7ffdf4ce..b29a98e21 100644 --- a/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_design_and_analysis_example15_v1.5.2.json +++ b/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_design_and_analysis_example15_v1.5.2.json @@ -56,15 +56,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -144,10 +143,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -217,15 +213,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -306,10 +301,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -379,15 +371,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -466,10 +457,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -539,15 +527,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -627,10 +614,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -700,15 +684,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -790,10 +773,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -863,15 +843,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -950,10 +929,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -1023,15 +999,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -1113,10 +1088,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -1186,15 +1158,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -1273,10 +1244,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -1346,15 +1314,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -1433,10 +1400,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -1506,15 +1470,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -1595,10 +1558,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -1668,15 +1628,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -1762,10 +1721,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -1835,15 +1791,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -1927,10 +1882,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -2000,15 +1952,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -2081,10 +2032,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -2154,15 +2102,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -2237,10 +2184,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -2310,15 +2254,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -2391,10 +2334,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -2464,15 +2404,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -2550,10 +2489,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -2623,15 +2559,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -2702,10 +2637,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -2775,15 +2707,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -2860,10 +2791,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -2933,15 +2861,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -3015,10 +2942,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -3088,15 +3012,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -3170,10 +3093,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -3243,15 +3163,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -3335,10 +3254,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -3408,15 +3324,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -3498,10 +3413,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -3571,15 +3483,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -3662,10 +3573,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -3735,15 +3643,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -3824,10 +3731,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -3897,15 +3801,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -3986,10 +3889,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -4059,15 +3959,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -4148,10 +4047,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -4221,15 +4117,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -4309,10 +4204,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -4382,15 +4274,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -4472,10 +4363,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -4545,15 +4433,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -4635,10 +4522,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -4708,15 +4592,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -4800,10 +4683,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -4873,15 +4753,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -4961,10 +4840,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -5034,15 +4910,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -5125,10 +5000,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -5198,15 +5070,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -5282,10 +5153,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -5355,15 +5223,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -5442,10 +5309,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -5515,15 +5379,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -5595,10 +5458,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -5668,15 +5528,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -5751,10 +5610,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -5824,15 +5680,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -5916,10 +5771,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -5989,15 +5841,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -6082,10 +5933,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -6155,15 +6003,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -6247,10 +6094,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -6320,15 +6164,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -6410,10 +6253,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -6483,15 +6323,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -6572,10 +6411,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -6645,15 +6481,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -6733,10 +6568,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -6806,15 +6638,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -6894,10 +6725,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -6967,15 +6795,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -7055,10 +6882,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -7128,15 +6952,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -7216,10 +7039,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -7289,15 +7109,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -7378,10 +7197,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -7451,15 +7267,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -7541,10 +7356,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -7614,15 +7426,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -7705,10 +7516,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -7778,15 +7586,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -7867,10 +7674,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -7940,15 +7744,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -8025,10 +7828,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -8098,15 +7898,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -8183,10 +7982,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -8256,15 +8052,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -8342,10 +8137,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -8415,15 +8207,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "Y", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "normalized reporter data cube": { @@ -8493,10 +8284,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -8566,15 +8354,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "Y", - "omit": false, - "expfail": "Y", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "Y" } }, "normalized reporter data cube": { @@ -8660,10 +8447,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -8733,15 +8517,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "Y", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "normalized reporter data cube": { @@ -8832,10 +8615,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -8905,15 +8685,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "Y", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "normalized reporter data cube": { @@ -9009,10 +8788,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -9082,15 +8858,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -9173,10 +8948,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -9246,15 +9018,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -9334,10 +9105,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -9407,15 +9175,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -9496,10 +9263,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -9569,15 +9333,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -9657,10 +9420,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -9730,15 +9490,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "Y", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -9819,10 +9578,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -9892,15 +9648,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -9980,10 +9735,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -10053,15 +9805,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -10143,10 +9894,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -10216,15 +9964,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -10305,10 +10052,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -10378,15 +10122,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -10470,10 +10213,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -10543,15 +10283,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -10631,10 +10370,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -10704,15 +10440,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -10795,10 +10530,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -10868,15 +10600,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -10958,10 +10689,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -11031,15 +10759,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -11114,10 +10841,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -11187,15 +10911,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -11271,10 +10994,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -11344,15 +11064,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -11424,10 +11143,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -11497,15 +11213,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -11578,10 +11293,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -11651,15 +11363,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -11740,10 +11451,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -11813,15 +11521,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -11901,10 +11608,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -11974,15 +11678,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -12064,10 +11767,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -12137,15 +11837,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -12225,10 +11924,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -12298,15 +11994,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -12386,10 +12081,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -12459,15 +12151,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -12549,10 +12240,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -12622,15 +12310,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -12712,10 +12399,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -12785,15 +12469,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -12874,10 +12557,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -12947,15 +12627,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -13035,10 +12714,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -13108,15 +12784,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -13195,10 +12870,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -13268,15 +12940,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -13359,10 +13030,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -13432,15 +13100,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -13521,10 +13188,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -13594,15 +13258,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -13680,10 +13343,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -13753,15 +13413,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -13839,10 +13498,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -13912,15 +13568,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -13993,10 +13648,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -14066,15 +13718,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -14150,10 +13801,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -14223,182 +13871,177 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "RQ Min/Max Confidence Level": 95.0, + "CQCONF": "N", + "BADROX": "N", + "prfdrop": "N", + "omit": false, "NOISE": "N", "OUTLIERRG": "N", + "expfail": "N" + } + }, + "cycle threshold result (qPCR)": { + "value": 33.01687, + "unit": "(unitless)" + }, + "normalized reporter data cube": { + "label": "normalized reporter", + "cube-structure": { + "dimensions": [ + { + "@componentDatatype": "double", + "concept": "cycle count", + "unit": "#" + } + ], + "measures": [ + { + "@componentDatatype": "double", + "concept": "normalized reporter result", + "unit": "(unitless)" + } + ] + }, + "data": { + "dimensions": [ + [1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 17.0, 18.0, 19.0, 20.0, 21.0, 22.0, 23.0, 24.0, 25.0, 26.0, 27.0, 28.0, 29.0, 30.0, 31.0, 32.0, 33.0, 34.0, 35.0, 36.0, 37.0, 38.0, 39.0, 40.0] + ], + "measures": [ + [1.5429160594940186, 1.545878291130066, 1.5539801120758057, 1.561037302017212, 1.576067566871643, 1.593557357788086, 1.6106252670288086, 1.6237043142318726, 1.6293431520462036, 1.6342085599899292, 1.6369907855987549, 1.6415780782699585, 1.6435396671295166, 1.6465628147125244, 1.6482473611831665, 1.6527295112609863, 1.6596959829330444, 1.664772391319275, 1.6670295000076294, 1.6668885946273804, 1.6707772016525269, 1.6813725233078003, 1.687798023223877, 1.6895127296447754, 1.6896090507507324, 1.6955636739730835, 1.7039440870285034, 1.712814211845398, 1.7309787273406982, 1.7509799003601074, 1.8077857494354248, 1.9111958742141724, 2.0679712295532227, 2.3275671005249023, 2.6862378120422363, 3.1535396575927734, 3.6761109828948975, 4.205107688903809, 4.733292579650879, 5.172106742858887] + ] + } + }, + "baseline corrected reporter data cube": { + "label": "baseline corrected reporter", + "cube-structure": { + "dimensions": [ + { + "@componentDatatype": "double", + "concept": "cycle count", + "unit": "#" + } + ], + "measures": [ + { + "@componentDatatype": "double", + "concept": "baseline corrected reporter result", + "unit": "(unitless)" + } + ] + }, + "data": { + "dimensions": [ + [1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 17.0, 18.0, 19.0, 20.0, 21.0, 22.0, 23.0, 24.0, 25.0, 26.0, 27.0, 28.0, 29.0, 30.0, 31.0, 32.0, 33.0, 34.0, 35.0, 36.0, 37.0, 38.0, 39.0, 40.0] + ], + "measures": [ + [ + -0.02751464955508709, + -0.02989061176776886, + -0.027126984670758247, + -0.02540798857808113, + -0.015715917572379112, + -0.0035643214359879494, 0.008165393956005573, 0.01590624637901783, 0.01620689034461975, 0.015734104439616203, 0.013178137131035328, 0.012427235953509808, 0.00905063096433878, 0.006735584232956171, 0.0030819368548691273, 0.002225893083959818, 0.003854170674458146, 0.0035923852119594812, 0.0005112999933771789, + -0.004967799410223961, + -0.00641738623380661, + -0.0011602584272623062, + -7.295241812244058e-05, + -0.0036964400205761194, + -0.008938312530517578, + -0.008321883156895638, + -0.0052796644158661366, + -0.001747733331285417, 0.011078588664531708, 0.025741567835211754, 0.0772092193365097, 0.17528115212917328, 0.3267183005809784, 0.5809760093688965, 0.9343085289001465, 1.3962721824645996, 1.9135053157806396, 2.437163829803467, 2.960010528564453, 3.393486499786377] + ] + } + }, + "custom information document": { + "Amp Status": "Amp" + } + } + ] + }, + "target DNA description": "MYGENE" + } + ], + "experimental data identifier": "experiment", + "experiment type": "comparative CT qPCR experiment", + "container type": "PCR reaction block", + "well volume": { + "value": 40, + "unit": "μL" + }, + "plate well count": { + "value": 384, + "unit": "#" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "qPCR", + "measurement method identifier": "Ct", + "total cycle number setting": { + "value": 40.0, + "unit": "(unitless)" + }, + "qPCR detection chemistry": "TAQMAN", + "quencher dye setting": "NFQ-MGB", + "reporter dye setting": "FAM", + "passive reference dye setting": "ROX" + } + ] + }, + "measurement identifier": "APPBIO_QUANTSTUDIO_DESIGNANDANALYSIS_TEST_ID_89", + "measurement time": "2024-05-20T19:39:52-07:00", + "sample document": { + "sample identifier": "10", + "location identifier": "146", + "sample role type": "unknown sample role", + "well location identifier": "G2", + "custom information document": { + "well identifier": 146, + "sample color": "RGB(238,238,0)", + "target color": "RGB(0,0,255)" + } + }, + "processed data aggregate document": { + "processed data document": [ + { + "data processing document": { + "automatic cycle threshold enabled setting": true, + "cycle threshold value setting (qPCR)": { + "value": 0.3374647180932824, + "unit": "(unitless)" + }, + "automatic baseline determination enabled setting": true, + "baseline determination start cycle setting": { + "value": 3, + "unit": "#" + }, + "baseline determination end cycle setting": { + "value": 27, + "unit": "#" + }, + "custom information document": { + "reference dna description": "MYGENE", + "reference sample description": "1", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", + "BADROX": "N", + "prfdrop": "Y", "omit": false, - "expfail": "N", - "prfdrop": "N", - "BADROX": "N" + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { - "value": 33.01687, - "unit": "(unitless)" - }, - "normalized reporter data cube": { - "label": "normalized reporter", - "cube-structure": { - "dimensions": [ - { - "@componentDatatype": "double", - "concept": "cycle count", - "unit": "#" - } - ], - "measures": [ - { - "@componentDatatype": "double", - "concept": "normalized reporter result", - "unit": "(unitless)" - } - ] - }, - "data": { - "dimensions": [ - [1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 17.0, 18.0, 19.0, 20.0, 21.0, 22.0, 23.0, 24.0, 25.0, 26.0, 27.0, 28.0, 29.0, 30.0, 31.0, 32.0, 33.0, 34.0, 35.0, 36.0, 37.0, 38.0, 39.0, 40.0] - ], - "measures": [ - [1.5429160594940186, 1.545878291130066, 1.5539801120758057, 1.561037302017212, 1.576067566871643, 1.593557357788086, 1.6106252670288086, 1.6237043142318726, 1.6293431520462036, 1.6342085599899292, 1.6369907855987549, 1.6415780782699585, 1.6435396671295166, 1.6465628147125244, 1.6482473611831665, 1.6527295112609863, 1.6596959829330444, 1.664772391319275, 1.6670295000076294, 1.6668885946273804, 1.6707772016525269, 1.6813725233078003, 1.687798023223877, 1.6895127296447754, 1.6896090507507324, 1.6955636739730835, 1.7039440870285034, 1.712814211845398, 1.7309787273406982, 1.7509799003601074, 1.8077857494354248, 1.9111958742141724, 2.0679712295532227, 2.3275671005249023, 2.6862378120422363, 3.1535396575927734, 3.6761109828948975, 4.205107688903809, 4.733292579650879, 5.172106742858887] - ] - } - }, - "baseline corrected reporter data cube": { - "label": "baseline corrected reporter", - "cube-structure": { - "dimensions": [ - { - "@componentDatatype": "double", - "concept": "cycle count", - "unit": "#" - } - ], - "measures": [ - { - "@componentDatatype": "double", - "concept": "baseline corrected reporter result", - "unit": "(unitless)" - } - ] - }, - "data": { - "dimensions": [ - [1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 17.0, 18.0, 19.0, 20.0, 21.0, 22.0, 23.0, 24.0, 25.0, 26.0, 27.0, 28.0, 29.0, 30.0, 31.0, 32.0, 33.0, 34.0, 35.0, 36.0, 37.0, 38.0, 39.0, 40.0] - ], - "measures": [ - [ - -0.02751464955508709, - -0.02989061176776886, - -0.027126984670758247, - -0.02540798857808113, - -0.015715917572379112, - -0.0035643214359879494, 0.008165393956005573, 0.01590624637901783, 0.01620689034461975, 0.015734104439616203, 0.013178137131035328, 0.012427235953509808, 0.00905063096433878, 0.006735584232956171, 0.0030819368548691273, 0.002225893083959818, 0.003854170674458146, 0.0035923852119594812, 0.0005112999933771789, - -0.004967799410223961, - -0.00641738623380661, - -0.0011602584272623062, - -7.295241812244058e-05, - -0.0036964400205761194, - -0.008938312530517578, - -0.008321883156895638, - -0.0052796644158661366, - -0.001747733331285417, 0.011078588664531708, 0.025741567835211754, 0.0772092193365097, 0.17528115212917328, 0.3267183005809784, 0.5809760093688965, 0.9343085289001465, 1.3962721824645996, 1.9135053157806396, 2.437163829803467, 2.960010528564453, 3.393486499786377] - ] - } - }, - "custom information document": { - "Amp Status": "Amp" - } - } - ] - }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } - } - ], - "experimental data identifier": "experiment", - "experiment type": "comparative CT qPCR experiment", - "container type": "PCR reaction block", - "well volume": { - "value": 40, - "unit": "μL" - }, - "plate well count": { - "value": 384, - "unit": "#" - } - } - }, - { - "measurement aggregate document": { - "measurement document": [ - { - "device control aggregate document": { - "device control document": [ - { - "device type": "qPCR", - "measurement method identifier": "Ct", - "total cycle number setting": { - "value": 40.0, - "unit": "(unitless)" - }, - "qPCR detection chemistry": "TAQMAN", - "quencher dye setting": "NFQ-MGB", - "reporter dye setting": "FAM", - "passive reference dye setting": "ROX" - } - ] - }, - "measurement identifier": "APPBIO_QUANTSTUDIO_DESIGNANDANALYSIS_TEST_ID_89", - "measurement time": "2024-05-20T19:39:52-07:00", - "sample document": { - "sample identifier": "10", - "location identifier": "146", - "sample role type": "unknown sample role", - "well location identifier": "G2", - "custom information document": { - "well identifier": 146, - "sample color": "RGB(238,238,0)", - "target color": "RGB(0,0,255)" - } - }, - "processed data aggregate document": { - "processed data document": [ - { - "data processing document": { - "automatic cycle threshold enabled setting": true, - "cycle threshold value setting (qPCR)": { - "value": 0.3374647180932824, - "unit": "(unitless)" - }, - "automatic baseline determination enabled setting": true, - "baseline determination start cycle setting": { - "value": 3, - "unit": "#" - }, - "baseline determination end cycle setting": { - "value": 27, - "unit": "#" - }, - "custom information document": { - "reference dna description": "MYGENE", - "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", - "CQCONF": "N", - "omit": false, - "expfail": "N", - "prfdrop": "Y", - "BADROX": "N" - } - }, - "cycle threshold result (qPCR)": { - "value": 32.633278, + "value": 32.633278, "unit": "(unitless)" }, "normalized reporter data cube": { @@ -14476,10 +14119,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -14549,15 +14189,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -14636,10 +14275,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -14709,15 +14345,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -14800,10 +14435,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -14873,15 +14505,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -14960,10 +14591,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -15033,15 +14661,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "Y", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -15123,10 +14750,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -15196,15 +14820,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -15283,10 +14906,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -15356,15 +14976,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -15445,10 +15064,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -15518,15 +15134,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -15607,10 +15222,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -15680,15 +15292,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -15771,10 +15382,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -15844,15 +15452,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -15937,10 +15544,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -16010,15 +15614,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -16103,10 +15706,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -16176,15 +15776,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -16256,10 +15855,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -16329,15 +15925,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -16411,10 +16006,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -16484,15 +16076,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -16564,10 +16155,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -16637,15 +16225,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -16720,10 +16307,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -16793,15 +16377,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -16881,10 +16464,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -16954,15 +16534,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -17044,10 +16623,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -17117,15 +16693,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -17206,10 +16781,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -17279,15 +16851,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -17371,10 +16942,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -17444,15 +17012,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -17532,10 +17099,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -17605,15 +17169,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -17694,10 +17257,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -17767,15 +17327,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -17857,10 +17416,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -17930,15 +17486,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -18020,10 +17575,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -18093,15 +17645,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -18180,10 +17731,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -18253,15 +17801,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -18339,10 +17886,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -18412,15 +17956,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -18503,10 +18046,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -18576,15 +18116,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -18666,10 +18205,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -18739,15 +18275,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -18823,10 +18358,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -18896,15 +18428,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -18982,10 +18513,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -19055,15 +18583,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -19140,10 +18667,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -19213,15 +18737,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -19298,10 +18821,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -19371,15 +18891,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -19462,10 +18981,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -19535,15 +19051,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -19626,10 +19141,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -19699,15 +19211,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -19788,10 +19299,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -19861,15 +19369,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -19952,10 +19459,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -20025,15 +19529,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -20112,10 +19615,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -20185,15 +19685,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -20273,10 +19772,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -20346,15 +19842,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -20435,10 +19930,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -20508,15 +20000,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -20597,10 +20088,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -20670,15 +20158,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -20763,10 +20250,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -20836,15 +20320,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -20928,10 +20411,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -21001,15 +20481,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -21092,10 +20571,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -21165,15 +20641,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -21256,10 +20731,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -21329,15 +20801,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -21411,10 +20882,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -21484,15 +20952,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -21565,10 +21032,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -21638,15 +21102,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -21721,10 +21184,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -21794,15 +21254,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -21880,10 +21339,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -21953,15 +21409,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -22043,10 +21498,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -22116,15 +21568,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -22203,10 +21654,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -22276,15 +21724,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -22364,10 +21811,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -22437,15 +21881,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -22529,10 +21972,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -22602,15 +22042,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -22691,10 +22130,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -22764,15 +22200,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -22854,10 +22289,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -22927,15 +22359,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -23015,10 +22446,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -23088,15 +22516,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -23178,10 +22605,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -23251,15 +22675,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -23339,10 +22762,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -23412,15 +22832,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -23498,10 +22917,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -23571,15 +22987,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -23656,10 +23071,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -23729,15 +23141,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -23818,10 +23229,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -23891,15 +23299,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -23977,10 +23384,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -24050,15 +23454,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -24137,10 +23540,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -24210,15 +23610,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -24296,10 +23695,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -24369,15 +23765,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -24455,10 +23850,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -24528,15 +23920,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -24616,10 +24007,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -24689,15 +24077,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -24778,10 +24165,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -24851,15 +24235,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -24939,10 +24322,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -25012,15 +24392,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -25102,10 +24481,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -25175,15 +24551,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -25261,10 +24636,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -25334,15 +24706,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -25421,10 +24792,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -25494,15 +24862,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -25581,10 +24948,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -25654,15 +25018,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -25741,10 +25104,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -25814,15 +25174,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -25905,10 +25264,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -25978,15 +25334,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -26065,10 +25420,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -26138,15 +25490,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -26230,10 +25581,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -26303,15 +25651,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -26393,10 +25740,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -26466,15 +25810,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -26551,10 +25894,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -26624,15 +25964,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -26708,10 +26047,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -26781,15 +26117,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -26865,10 +26200,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -26938,15 +26270,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -27022,10 +26353,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -27095,15 +26423,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -27184,10 +26511,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -27257,15 +26581,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -27348,10 +26671,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -27421,15 +26741,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -27509,10 +26828,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -27582,15 +26898,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -27672,10 +26987,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -27745,15 +27057,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -27833,10 +27144,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -27906,15 +27214,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -27992,10 +27299,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -28065,15 +27369,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -28152,10 +27455,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -28225,15 +27525,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "Y", "prfdrop": "N", - "BADROX": "Y" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -28316,10 +27615,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -28389,15 +27685,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -28478,10 +27773,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -28551,15 +27843,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -28641,10 +27932,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -28714,15 +28002,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -28805,10 +28092,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -28878,15 +28162,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -28967,10 +28250,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -29040,15 +28320,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -29124,10 +28403,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -29197,15 +28473,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -29282,10 +28557,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -29355,15 +28627,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -29440,10 +28711,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -29513,15 +28781,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -29598,10 +28865,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -29671,15 +28935,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -29759,10 +29022,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -29832,15 +29092,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -29925,10 +29184,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -29998,15 +29254,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -30088,10 +29343,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -30161,15 +29413,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -30249,10 +29500,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -30322,15 +29570,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -30412,10 +29659,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -30485,15 +29729,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -30574,10 +29817,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -30647,15 +29887,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -30735,10 +29974,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -30808,15 +30044,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -30898,10 +30133,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -30971,15 +30203,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -31061,10 +30292,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -31134,15 +30362,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -31223,10 +30450,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -31296,15 +30520,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -31387,10 +30610,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -31460,15 +30680,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -31550,10 +30769,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -31623,15 +30839,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -31704,10 +30919,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -31777,15 +30989,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -31862,10 +31073,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -31935,15 +31143,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -32017,10 +31224,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -32090,15 +31294,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -32175,10 +31378,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -32248,15 +31448,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -32338,10 +31537,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -32411,15 +31607,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -32500,10 +31695,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -32573,15 +31765,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -32662,10 +31853,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -32735,15 +31923,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "Y", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -32827,10 +32014,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -32900,15 +32084,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -32992,10 +32175,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -33065,15 +32245,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -33156,10 +32335,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -33229,15 +32405,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -33318,10 +32493,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -33391,15 +32563,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -33479,10 +32650,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -33552,15 +32720,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -33641,10 +32808,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -33714,15 +32878,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -33803,10 +32966,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -33876,15 +33036,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -33967,10 +33126,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -34040,15 +33196,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -34129,10 +33284,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -34202,15 +33354,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -34288,10 +33439,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -34361,15 +33509,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -34446,10 +33593,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -34519,15 +33663,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -34606,10 +33749,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -34679,15 +33819,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "Y", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -34764,10 +33903,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -34837,15 +33973,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -34926,10 +34061,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -34999,15 +34131,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -35087,10 +34218,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -35160,15 +34288,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -35249,10 +34376,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -35322,15 +34446,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -35410,10 +34533,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -35483,15 +34603,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -35571,10 +34690,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -35644,15 +34760,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -35730,10 +34845,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -35803,178 +34915,173 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, + "CQCONF": "N", + "BADROX": "N", + "prfdrop": "N", + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" + } + }, + "cycle threshold result (qPCR)": { + "value": 31.984074, + "unit": "(unitless)" + }, + "normalized reporter data cube": { + "label": "normalized reporter", + "cube-structure": { + "dimensions": [ + { + "@componentDatatype": "double", + "concept": "cycle count", + "unit": "#" + } + ], + "measures": [ + { + "@componentDatatype": "double", + "concept": "normalized reporter result", + "unit": "(unitless)" + } + ] + }, + "data": { + "dimensions": [ + [1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 17.0, 18.0, 19.0, 20.0, 21.0, 22.0, 23.0, 24.0, 25.0, 26.0, 27.0, 28.0, 29.0, 30.0, 31.0, 32.0, 33.0, 34.0, 35.0, 36.0, 37.0, 38.0, 39.0, 40.0] + ], + "measures": [ + [1.5096584558486938, 1.5132650136947632, 1.5175596475601196, 1.525278091430664, 1.5418723821640015, 1.5840562582015991, 1.6380596160888672, 1.6553725004196167, 1.6845473051071167, 1.6954573392868042, 1.7144285440444946, 1.7206741571426392, 1.7261115312576294, 1.7346367835998535, 1.7398838996887207, 1.7482459545135498, 1.747692584991455, 1.756264328956604, 1.7596557140350342, 1.7680996656417847, 1.7700682878494263, 1.7791062593460083, 1.7837530374526978, 1.792762279510498, 1.7969157695770264, 1.8069965839385986, 1.8108797073364258, 1.8351832628250122, 1.8728117942810059, 1.9360570907592773, 2.0495212078094482, 2.2480995655059814, 2.5448038578033447, 2.9593570232391357, 3.460876226425171, 4.022573947906494, 4.59685754776001, 5.159114360809326, 5.676995754241943, 6.086970329284668] + ] + } + }, + "baseline corrected reporter data cube": { + "label": "baseline corrected reporter", + "cube-structure": { + "dimensions": [ + { + "@componentDatatype": "double", + "concept": "cycle count", + "unit": "#" + } + ], + "measures": [ + { + "@componentDatatype": "double", + "concept": "baseline corrected reporter result", + "unit": "(unitless)" + } + ] + }, + "data": { + "dimensions": [ + [1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 17.0, 18.0, 19.0, 20.0, 21.0, 22.0, 23.0, 24.0, 25.0, 26.0, 27.0, 28.0, 29.0, 30.0, 31.0, 32.0, 33.0, 34.0, 35.0, 36.0, 37.0, 38.0, 39.0, 40.0] + ], + "measures": [ + [ + -0.04480341449379921, + -0.05255615711212158, + -0.059620823711156845, + -0.06326168030500412, + -0.058026693761348724, + -0.027202118188142776, 0.015441938303411007, 0.021395521238446236, 0.03921102359890938, 0.03876175731420517, 0.04637366160750389, 0.041259970515966415, 0.03533804416656494, 0.032503996044397354, 0.026391809806227684, 0.023394564166665077, 0.011481893248856068, 0.00869433581829071, 0.0007264191517606378, + -0.0021889307536184788, + -0.011579609476029873, + -0.0139009403064847, + -0.02061346359550953, + -0.022963522002100945, + -0.030169334262609482, + -0.031447820365428925, + -0.038923997431993484, + -0.025979744270443916, 0.0002894849458243698, 0.052175480872392654, 0.15428029000759125, 0.34149935841560364, 0.6268443465232849, 1.0300382375717163, 1.520198106765747, 2.0705366134643555, 2.633460760116577, 3.1843583583831787, 3.690880537033081, 4.089495658874512] + ] + } + }, + "custom information document": { + "Amp Status": "Amp" + } + } + ] + }, + "target DNA description": "MYGENE" + } + ], + "experimental data identifier": "experiment", + "experiment type": "comparative CT qPCR experiment", + "container type": "PCR reaction block", + "well volume": { + "value": 40, + "unit": "μL" + }, + "plate well count": { + "value": 384, + "unit": "#" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "qPCR", + "measurement method identifier": "Ct", + "total cycle number setting": { + "value": 40.0, + "unit": "(unitless)" + }, + "qPCR detection chemistry": "TAQMAN", + "quencher dye setting": "NFQ-MGB", + "reporter dye setting": "FAM", + "passive reference dye setting": "ROX" + } + ] + }, + "measurement identifier": "APPBIO_QUANTSTUDIO_DESIGNANDANALYSIS_TEST_ID_223", + "measurement time": "2024-05-20T19:39:52-07:00", + "sample document": { + "sample identifier": "28", + "location identifier": "344", + "sample role type": "unknown sample role", + "well location identifier": "O8", + "custom information document": { + "well identifier": 344, + "sample color": "RGB(139,137,112)", + "target color": "RGB(0,0,255)" + } + }, + "processed data aggregate document": { + "processed data document": [ + { + "data processing document": { + "automatic cycle threshold enabled setting": true, + "cycle threshold value setting (qPCR)": { + "value": 0.3374647180932824, + "unit": "(unitless)" + }, + "automatic baseline determination enabled setting": true, + "baseline determination start cycle setting": { + "value": 3, + "unit": "#" + }, + "baseline determination end cycle setting": { + "value": 26, + "unit": "#" + }, + "custom information document": { + "reference dna description": "MYGENE", + "reference sample description": "1", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" - } - }, - "cycle threshold result (qPCR)": { - "value": 31.984074, - "unit": "(unitless)" - }, - "normalized reporter data cube": { - "label": "normalized reporter", - "cube-structure": { - "dimensions": [ - { - "@componentDatatype": "double", - "concept": "cycle count", - "unit": "#" - } - ], - "measures": [ - { - "@componentDatatype": "double", - "concept": "normalized reporter result", - "unit": "(unitless)" - } - ] - }, - "data": { - "dimensions": [ - [1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 17.0, 18.0, 19.0, 20.0, 21.0, 22.0, 23.0, 24.0, 25.0, 26.0, 27.0, 28.0, 29.0, 30.0, 31.0, 32.0, 33.0, 34.0, 35.0, 36.0, 37.0, 38.0, 39.0, 40.0] - ], - "measures": [ - [1.5096584558486938, 1.5132650136947632, 1.5175596475601196, 1.525278091430664, 1.5418723821640015, 1.5840562582015991, 1.6380596160888672, 1.6553725004196167, 1.6845473051071167, 1.6954573392868042, 1.7144285440444946, 1.7206741571426392, 1.7261115312576294, 1.7346367835998535, 1.7398838996887207, 1.7482459545135498, 1.747692584991455, 1.756264328956604, 1.7596557140350342, 1.7680996656417847, 1.7700682878494263, 1.7791062593460083, 1.7837530374526978, 1.792762279510498, 1.7969157695770264, 1.8069965839385986, 1.8108797073364258, 1.8351832628250122, 1.8728117942810059, 1.9360570907592773, 2.0495212078094482, 2.2480995655059814, 2.5448038578033447, 2.9593570232391357, 3.460876226425171, 4.022573947906494, 4.59685754776001, 5.159114360809326, 5.676995754241943, 6.086970329284668] - ] - } - }, - "baseline corrected reporter data cube": { - "label": "baseline corrected reporter", - "cube-structure": { - "dimensions": [ - { - "@componentDatatype": "double", - "concept": "cycle count", - "unit": "#" - } - ], - "measures": [ - { - "@componentDatatype": "double", - "concept": "baseline corrected reporter result", - "unit": "(unitless)" - } - ] - }, - "data": { - "dimensions": [ - [1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 17.0, 18.0, 19.0, 20.0, 21.0, 22.0, 23.0, 24.0, 25.0, 26.0, 27.0, 28.0, 29.0, 30.0, 31.0, 32.0, 33.0, 34.0, 35.0, 36.0, 37.0, 38.0, 39.0, 40.0] - ], - "measures": [ - [ - -0.04480341449379921, - -0.05255615711212158, - -0.059620823711156845, - -0.06326168030500412, - -0.058026693761348724, - -0.027202118188142776, 0.015441938303411007, 0.021395521238446236, 0.03921102359890938, 0.03876175731420517, 0.04637366160750389, 0.041259970515966415, 0.03533804416656494, 0.032503996044397354, 0.026391809806227684, 0.023394564166665077, 0.011481893248856068, 0.00869433581829071, 0.0007264191517606378, - -0.0021889307536184788, - -0.011579609476029873, - -0.0139009403064847, - -0.02061346359550953, - -0.022963522002100945, - -0.030169334262609482, - -0.031447820365428925, - -0.038923997431993484, - -0.025979744270443916, 0.0002894849458243698, 0.052175480872392654, 0.15428029000759125, 0.34149935841560364, 0.6268443465232849, 1.0300382375717163, 1.520198106765747, 2.0705366134643555, 2.633460760116577, 3.1843583583831787, 3.690880537033081, 4.089495658874512] - ] - } - }, - "custom information document": { - "Amp Status": "Amp" - } - } - ] - }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } - } - ], - "experimental data identifier": "experiment", - "experiment type": "comparative CT qPCR experiment", - "container type": "PCR reaction block", - "well volume": { - "value": 40, - "unit": "μL" - }, - "plate well count": { - "value": 384, - "unit": "#" - } - } - }, - { - "measurement aggregate document": { - "measurement document": [ - { - "device control aggregate document": { - "device control document": [ - { - "device type": "qPCR", - "measurement method identifier": "Ct", - "total cycle number setting": { - "value": 40.0, - "unit": "(unitless)" - }, - "qPCR detection chemistry": "TAQMAN", - "quencher dye setting": "NFQ-MGB", - "reporter dye setting": "FAM", - "passive reference dye setting": "ROX" - } - ] - }, - "measurement identifier": "APPBIO_QUANTSTUDIO_DESIGNANDANALYSIS_TEST_ID_223", - "measurement time": "2024-05-20T19:39:52-07:00", - "sample document": { - "sample identifier": "28", - "location identifier": "344", - "sample role type": "unknown sample role", - "well location identifier": "O8", - "custom information document": { - "well identifier": 344, - "sample color": "RGB(139,137,112)", - "target color": "RGB(0,0,255)" - } - }, - "processed data aggregate document": { - "processed data document": [ - { - "data processing document": { - "automatic cycle threshold enabled setting": true, - "cycle threshold value setting (qPCR)": { - "value": 0.3374647180932824, - "unit": "(unitless)" - }, - "automatic baseline determination enabled setting": true, - "baseline determination start cycle setting": { - "value": 3, - "unit": "#" - }, - "baseline determination end cycle setting": { - "value": 26, - "unit": "#" - }, - "custom information document": { - "reference dna description": "MYGENE", - "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, + "omit": false, "NOISE": "N", "OUTLIERRG": "N", - "CQCONF": "N", - "omit": false, - "expfail": "N", - "prfdrop": "N", - "BADROX": "N" + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -36056,10 +35163,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -36129,15 +35233,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -36218,10 +35321,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -36291,15 +35391,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -36380,10 +35479,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -36453,15 +35549,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -36544,10 +35639,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -36617,15 +35709,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -36708,10 +35799,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -36781,15 +35869,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -36865,10 +35952,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -36938,15 +36022,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -37021,10 +36104,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -37094,15 +36174,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -37180,10 +36259,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -37253,15 +36329,14 @@ "custom information document": { "reference dna description": "MYGENE", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "NOISE": "N", - "OUTLIERRG": "N", + "RQ Min/Max Confidence Level": 95.0, "CQCONF": "N", - "omit": false, - "expfail": "N", + "BADROX": "N", "prfdrop": "N", - "BADROX": "N" + "omit": false, + "NOISE": "N", + "OUTLIERRG": "N", + "expfail": "N" } }, "cycle threshold result (qPCR)": { @@ -37336,10 +36411,7 @@ } ] }, - "target DNA description": "MYGENE", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "MYGENE" } ], "experimental data identifier": "experiment", @@ -44206,7 +43278,7 @@ "file name": "appbio_quantstudio_design_and_analysis_example15_v1.5.2.xlsx", "UNC path": "tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_design_and_analysis_example15_v1.5.2.xlsx", "ASM converter name": "allotropy_appbio_quantstudio_design_&_analysis", - "ASM converter version": "0.1.84", + "ASM converter version": "0.1.105", "software name": "Design & Analysis Software", "software version": "1.x" }, @@ -44217,36 +43289,36 @@ "product manufacturer": "ThermoFisher Scientific" }, "custom information document": { + "Stage/ Cycle where Ct Analysis is performed": "Stage2, Step2", + "Calibration Uniformity performed on": "02-28-2024", + "Calibration Pure Dye ABY performed on": "02-28-2024", "Calibration Pure Dye MUSTANG PURPLE is expired": "No", - "Calibration Pure Dye TAMRA performed on": "02-28-2024", + "Calibration ROI performed on": "02-28-2024", + "Calibration Pure Dye CY5 is expired": "No", + "Calibration Uniformity is expired": "No", + "Calibration Pure Dye ROX is expired": "No", + "Calibration Pure Dye JUN is expired": "No", + "Calibration Pure Dye FAM is expired": "No", + "Calibration Pure Dye SYBR performed on": "02-28-2024", + "Calibration Pure Dye VIC is expired": "No", + "Calibration ROI is expired": "No", + "Calibration Pure Dye JUN performed on": "02-28-2024", + "Calibration Pure Dye ABY is expired": "No", + "Calibration Pure Dye ROX performed on": "02-28-2024", + "Calibration Pure Dye VIC performed on": "02-28-2024", + "Calibration Pure Dye CY5 performed on": "02-28-2024", "Calibration Background performed on": "02-28-2024", + "Calibration Pure Dye TAMRA is expired": "No", + "Calibration Pure Dye NED performed on": "02-28-2024", + "Calibration Pure Dye TAMRA performed on": "02-28-2024", "Experiment File Name": "C:\\Applied Biosystems\\QuantStudio Design & Analysis Software\\User Files\\experiments\\experiment.eds", - "Calibration Pure Dye ABY performed on": "02-28-2024", - "Calibration ROI performed on": "02-28-2024", "Calibration Background is expired": "No", - "Calibration Pure Dye TAMRA is expired": "No", - "Calibration Pure Dye FAM performed on": "02-28-2024", - "Calibration Pure Dye SYBR is expired": "No", - "Calibration Uniformity performed on": "02-28-2024", - "Calibration Pure Dye VIC performed on": "02-28-2024", "Calibration Pure Dye MUSTANG PURPLE performed on": "02-28-2024", - "Calibration Pure Dye SYBR performed on": "02-28-2024", - "Calibration Pure Dye FAM is expired": "No", - "Stage/ Cycle where Ct Analysis is performed": "Stage2, Step2", - "Calibration Pure Dye ROX performed on": "02-28-2024", + "Calibration Pure Dye SYBR is expired": "No", "Calibration Pure Dye NED is expired": "No", - "Calibration Pure Dye VIC is expired": "No", - "Calibration Pure Dye ABY is expired": "No", + "Calibration Pure Dye FAM performed on": "02-28-2024", "Date Created": "2025-02-26 13:51:14 PM PST", - "Calibration Pure Dye NED performed on": "02-28-2024", - "Calibration Pure Dye JUN performed on": "02-28-2024", - "Calibration Uniformity is expired": "No", - "Calibration Pure Dye JUN is expired": "No", - "Signal Smoothing On": "true", - "Calibration Pure Dye CY5 is expired": "No", - "Calibration Pure Dye CY5 performed on": "02-28-2024", - "Calibration ROI is expired": "No", - "Calibration Pure Dye ROX is expired": "No" + "Signal Smoothing On": "true" } } } diff --git a/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_design_and_analysis_example16_v1.5.2.json b/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_design_and_analysis_example16_v1.5.2.json index c16f6139b..a6dee0753 100644 --- a/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_design_and_analysis_example16_v1.5.2.json +++ b/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_design_and_analysis_example16_v1.5.2.json @@ -56,15 +56,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -138,10 +137,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -211,15 +207,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -294,10 +289,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -367,15 +359,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "Y", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -449,10 +440,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -522,15 +510,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -607,10 +594,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -680,15 +664,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -761,10 +744,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -834,15 +814,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -916,10 +895,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -989,15 +965,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -1073,10 +1048,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -1146,15 +1118,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -1233,10 +1204,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -1306,15 +1274,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "Y", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "Y", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -1386,10 +1353,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -1459,15 +1423,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -1540,10 +1503,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -1613,15 +1573,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -1694,10 +1653,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -1767,15 +1723,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -1848,10 +1803,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -1921,15 +1873,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -2003,10 +1954,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -2076,15 +2024,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -2157,10 +2104,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -2230,15 +2174,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -2311,10 +2254,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -2384,15 +2324,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -2467,10 +2406,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -2540,15 +2476,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -2622,10 +2557,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -2695,15 +2627,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "Y", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "Y", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -2774,10 +2705,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -2847,15 +2775,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -2927,10 +2854,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -3000,15 +2924,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "Y", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "Y", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -3080,10 +3003,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -3153,15 +3073,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -3234,10 +3153,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -3307,15 +3223,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "Y", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "Y", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -3388,10 +3303,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -3461,15 +3373,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "Y", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -3541,10 +3452,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -3614,15 +3522,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -3697,10 +3604,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -3770,15 +3674,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -3853,10 +3756,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -3926,15 +3826,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -4011,10 +3910,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -4084,15 +3980,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -4167,10 +4062,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -4240,15 +4132,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -4325,10 +4216,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -4398,15 +4286,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "Y", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -4481,10 +4368,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -4554,15 +4438,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -4637,10 +4520,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -4710,15 +4590,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -4792,10 +4671,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -4865,15 +4741,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -4949,10 +4824,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -5022,15 +4894,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -5104,10 +4975,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -5177,15 +5045,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -5259,10 +5126,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -5332,15 +5196,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -5415,10 +5278,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -5488,15 +5348,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -5568,10 +5427,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -5641,15 +5497,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -5727,10 +5582,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -5800,15 +5652,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -5886,10 +5737,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -5959,15 +5807,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -6044,10 +5891,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -6117,15 +5961,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -6204,10 +6047,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -6277,15 +6117,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -6359,10 +6198,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -6432,15 +6268,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -6512,10 +6347,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -6585,15 +6417,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -6666,10 +6497,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -6739,15 +6567,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -6823,10 +6650,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -6896,15 +6720,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -6982,10 +6805,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -7055,15 +6875,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -7139,10 +6958,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -7212,15 +7028,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -7295,10 +7110,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -7368,15 +7180,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -7450,10 +7261,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -7523,15 +7331,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -7603,10 +7410,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -7676,15 +7480,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -7756,10 +7559,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -7829,15 +7629,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -7911,10 +7710,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -7983,15 +7779,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -8067,10 +7862,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -8140,15 +7932,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "Y", - "highsd": "N" + "omit": false } }, "normalized reporter data cube": { @@ -8224,10 +8015,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -8297,15 +8085,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "Y", - "highsd": "N" + "omit": false } }, "normalized reporter data cube": { @@ -8392,10 +8179,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -8465,15 +8249,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "Y", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "Y" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -8558,10 +8341,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -8631,15 +8411,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "Y", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "Y", - "highsd": "Y" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -8727,10 +8506,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -8800,15 +8576,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -8886,10 +8661,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -8959,15 +8731,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -9049,10 +8820,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -9122,15 +8890,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -9207,10 +8974,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -9280,15 +9044,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -9364,10 +9127,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -9437,15 +9197,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -9519,10 +9278,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -9592,15 +9348,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -9673,10 +9428,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -9746,15 +9498,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -9826,10 +9577,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -9899,15 +9647,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -9986,10 +9733,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -10059,15 +9803,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -10142,10 +9885,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -10215,15 +9955,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -10300,10 +10039,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -10373,15 +10109,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -10457,10 +10192,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -10530,15 +10262,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -10611,10 +10342,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -10684,15 +10412,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -10764,10 +10491,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -10837,15 +10561,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -10919,10 +10642,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -10992,15 +10712,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -11073,10 +10792,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -11146,15 +10862,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "Y", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "Y", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -11228,10 +10943,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -11301,15 +11013,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -11386,10 +11097,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -11459,15 +11167,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -11546,10 +11253,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -11619,15 +11323,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -11701,10 +11404,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -11774,15 +11474,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -11858,10 +11557,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -11931,15 +11627,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -12015,10 +11710,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -12088,15 +11780,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -12172,10 +11863,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -12245,15 +11933,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -12330,10 +12017,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -12403,15 +12087,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -12488,10 +12171,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -12561,15 +12241,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -12647,10 +12326,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -12720,15 +12396,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -12805,10 +12480,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -12878,15 +12550,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -12962,10 +12633,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -13035,15 +12703,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -13117,10 +12784,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -13190,15 +12854,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -13276,10 +12939,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -13349,15 +13009,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -13430,10 +13089,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -13503,15 +13159,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -13584,10 +13239,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -13657,15 +13309,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -13739,10 +13390,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -13812,15 +13460,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -13898,10 +13545,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -13971,15 +13615,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -14055,10 +13698,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -14128,15 +13768,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -14210,10 +13849,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -14283,15 +13919,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -14364,10 +13999,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -14437,15 +14069,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -14518,10 +14149,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -14591,15 +14219,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -14672,10 +14299,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -14745,15 +14369,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -14830,10 +14453,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -14903,15 +14523,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -14983,10 +14602,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -15056,15 +14672,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -15140,10 +14755,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -15213,15 +14825,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -15294,10 +14905,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -15367,15 +14975,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -15452,10 +15059,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -15525,15 +15129,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -15605,10 +15208,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -15678,15 +15278,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -15761,10 +15360,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -15834,15 +15430,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -15915,10 +15510,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -15988,15 +15580,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -16071,10 +15662,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -16144,15 +15732,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -16225,10 +15812,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -16298,15 +15882,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -16380,10 +15963,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -16453,15 +16033,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -16536,10 +16115,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -16609,15 +16185,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -16693,10 +16268,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -16766,15 +16338,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -16850,10 +16421,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -16923,15 +16491,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -17009,10 +16576,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -17082,15 +16646,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -17166,10 +16729,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -17239,15 +16799,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -17321,10 +16880,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -17394,15 +16950,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -17480,10 +17035,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -17553,15 +17105,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -17639,10 +17190,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -17712,15 +17260,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -17795,10 +17342,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -17868,15 +17412,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -17954,10 +17497,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -18027,15 +17567,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -18108,10 +17647,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -18181,15 +17717,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -18261,10 +17796,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -18334,15 +17866,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -18415,10 +17946,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -18488,15 +18016,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -18569,10 +18096,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -18642,15 +18166,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -18723,10 +18246,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -18796,15 +18316,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -18879,10 +18398,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -18952,15 +18468,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -19033,10 +18548,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -19106,15 +18618,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -19189,10 +18700,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -19262,15 +18770,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -19344,10 +18851,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -19417,15 +18921,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -19499,10 +19002,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -19572,15 +19072,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -19656,10 +19155,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -19729,15 +19225,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -19809,10 +19304,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -19882,15 +19374,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -19965,10 +19456,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -20038,15 +19526,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -20121,10 +19608,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -20194,15 +19678,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -20275,10 +19758,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -20348,15 +19828,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -20430,10 +19909,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -20503,15 +19979,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -20586,10 +20061,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -20659,15 +20131,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -20740,10 +20211,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -20813,15 +20281,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -20894,10 +20361,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -20967,15 +20431,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -21048,10 +20511,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -21121,15 +20581,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -21205,10 +20664,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -21278,15 +20734,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -21363,10 +20818,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -21436,15 +20888,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -21520,10 +20971,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -21593,15 +21041,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "Y", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "Y", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -21679,10 +21126,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -21752,15 +21196,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -21839,10 +21282,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -21912,15 +21352,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -21998,10 +21437,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -22071,15 +21507,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "Y", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "Y", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -22155,10 +21590,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -22228,15 +21660,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -22312,10 +21743,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -22385,15 +21813,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -22466,10 +21893,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -22539,15 +21963,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -22622,10 +22045,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -22695,15 +22115,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -22778,10 +22197,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -22851,15 +22267,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -22932,10 +22347,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -23005,15 +22417,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -23084,10 +22495,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -23157,15 +22565,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -23236,10 +22643,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -23309,15 +22713,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -23389,10 +22792,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -23462,15 +22862,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -23545,10 +22944,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -23618,15 +23014,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -23699,10 +23094,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -23772,15 +23164,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -23856,10 +23247,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -23929,15 +23317,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -24009,10 +23396,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -24082,15 +23466,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -24166,10 +23549,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -24239,15 +23619,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -24321,10 +23700,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -24394,15 +23770,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -24477,10 +23852,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -24550,15 +23922,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -24631,10 +24002,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -24704,15 +24072,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -24786,10 +24153,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -24859,15 +24223,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -24942,10 +24305,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -25015,15 +24375,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -25096,10 +24455,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -25169,15 +24525,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -25250,10 +24605,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -25323,15 +24675,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -25402,10 +24753,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -25475,15 +24823,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -25557,10 +24904,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -25630,15 +24974,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -25712,10 +25055,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -25785,15 +25125,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -25865,10 +25204,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -25938,15 +25274,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -26020,10 +25355,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -26093,15 +25425,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -26174,10 +25505,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -26247,15 +25575,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -26329,10 +25656,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -26402,15 +25726,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -26487,10 +25810,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -26560,15 +25880,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -26643,10 +25962,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -26716,15 +26032,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -26802,10 +26117,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -26875,15 +26187,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -26960,10 +26271,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -27033,15 +26341,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -27115,10 +26422,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -27188,15 +26492,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -27271,10 +26574,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -27344,15 +26644,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -27430,10 +26729,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -27503,15 +26799,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -27587,10 +26882,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -27660,15 +26952,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -27748,10 +27039,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -27821,15 +27109,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -27905,10 +27192,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -27978,15 +27262,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -28059,10 +27342,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -28132,15 +27412,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -28215,10 +27494,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -28288,15 +27564,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -28368,10 +27643,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -28441,15 +27713,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -28520,10 +27791,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -28593,15 +27861,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -28673,10 +27940,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -28746,15 +28010,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -28828,10 +28091,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -28901,15 +28161,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -28987,10 +28246,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -29060,15 +28316,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -29145,10 +28400,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -29218,15 +28470,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -29301,10 +28552,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -29374,15 +28622,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -29457,10 +28704,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -29530,15 +28774,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "Y", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "Y", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -29614,10 +28857,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -29687,15 +28927,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -29768,10 +29007,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -29841,15 +29077,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "Y", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "Y", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -29924,10 +29159,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -29997,15 +29229,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -30081,10 +29312,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -30154,15 +29382,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -30243,10 +29470,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -30316,15 +29540,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -30403,10 +29626,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -30476,15 +29696,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -30558,10 +29777,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -30631,15 +29847,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -30712,10 +29927,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -30785,15 +29997,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -30867,10 +30078,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -30940,15 +30148,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -31022,10 +30229,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -31095,15 +30299,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -31175,10 +30378,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -31248,15 +30448,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -31336,10 +30535,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -31409,15 +30605,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -31496,10 +30691,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -31569,15 +30761,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -31655,10 +30846,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -31728,15 +30916,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -31809,10 +30996,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -31882,15 +31066,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "Y", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "Y", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -31966,10 +31149,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -32039,15 +31219,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "Y", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "Y", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -32121,10 +31300,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -32194,15 +31370,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "Y", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "Y", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -32276,10 +31451,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -32349,15 +31521,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -32433,10 +31604,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -32506,15 +31674,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -32592,10 +31759,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -32665,15 +31829,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -32749,10 +31912,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -32822,15 +31982,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -32902,10 +32061,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -32975,15 +32131,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -33058,10 +32213,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -33131,15 +32283,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -33211,10 +32362,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -33284,15 +32432,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -33365,10 +32512,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -33438,15 +32582,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -33518,10 +32661,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -33591,15 +32731,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -33674,10 +32813,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -33747,15 +32883,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -33828,10 +32963,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -33901,15 +33033,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "Y", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "Y", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -33980,10 +33111,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -34053,15 +33181,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -34138,10 +33265,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -34211,15 +33335,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "Y", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "Y", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -34295,10 +33418,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -34368,15 +33488,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "Y", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "Y", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -34449,10 +33568,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -34522,15 +33638,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "Y", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "Y", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -34604,10 +33719,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -34677,15 +33789,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "Y", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "Y", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -34760,10 +33871,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -34833,15 +33941,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "Y", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "Y", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -34914,10 +34021,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -34987,15 +34091,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "Y", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "Y", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -35071,10 +34174,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -35144,15 +34244,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -35224,10 +34323,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -35297,15 +34393,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -35378,10 +34473,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -35451,15 +34543,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -35533,10 +34624,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -35606,15 +34694,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -35688,10 +34775,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -35761,15 +34845,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -35840,10 +34923,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -35913,15 +34993,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -35992,10 +35071,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -36065,15 +35141,14 @@ "custom information document": { "reference dna description": "18s", "reference sample description": "1", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, - "prfdrop": "N", + "RQ Min/Max Confidence Level": 95.0, "BADROX": "N", - "omit": false, + "highsd": "N", "NOISE": "N", + "prfdrop": "N", "OUTLIERRG": "N", "CQCONF": "N", - "highsd": "N" + "omit": false } }, "cycle threshold result (qPCR)": { @@ -36147,10 +35222,7 @@ } ] }, - "target DNA description": "18s", - "custom information document": { - "RQ Min/Max Confidence Level": 95.0 - } + "target DNA description": "18s" } ], "experimental data identifier": "experiment", @@ -43097,7 +42169,7 @@ "file name": "appbio_quantstudio_design_and_analysis_example16_v1.5.2.xlsx", "UNC path": "tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_design_and_analysis_example16_v1.5.2.xlsx", "ASM converter name": "allotropy_appbio_quantstudio_design_&_analysis", - "ASM converter version": "0.1.84", + "ASM converter version": "0.1.105", "software name": "Design & Analysis Software", "software version": "1.x" }, @@ -43108,36 +42180,36 @@ "product manufacturer": "ThermoFisher Scientific" }, "custom information document": { - "Experiment File Name": "C:\\Applied Biosystems\\QuantStudio Design & Analysis Software\\User Files\\experiments\\experiment.eds", - "Calibration Background performed on": "02-28-2024", - "Calibration Pure Dye VIC is expired": "No", "Calibration Pure Dye VIC performed on": "02-28-2024", - "Calibration Pure Dye TAMRA performed on": "02-28-2024", - "Calibration Pure Dye JUN is expired": "No", - "Calibration Pure Dye FAM performed on": "02-28-2024", "Calibration Pure Dye JUN performed on": "02-28-2024", - "Calibration ROI is expired": "No", + "Calibration Pure Dye ROX performed on": "02-28-2024", + "Calibration Uniformity performed on": "02-28-2024", "Date Created": "2025-02-26 13:51:49 PM PST", - "Calibration Pure Dye ABY performed on": "02-28-2024", "Calibration Pure Dye NED performed on": "02-28-2024", - "Calibration Pure Dye ABY is expired": "No", - "Calibration Uniformity performed on": "02-28-2024", - "Calibration Background is expired": "No", - "Calibration Pure Dye FAM is expired": "No", - "Calibration Uniformity is expired": "No", - "Calibration ROI performed on": "02-28-2024", - "Calibration Pure Dye NED is expired": "No", - "Signal Smoothing On": "true", "Calibration Pure Dye ROX is expired": "No", - "Calibration Pure Dye CY5 performed on": "02-28-2024", - "Calibration Pure Dye CY5 is expired": "No", - "Stage/ Cycle where Ct Analysis is performed": "Stage2, Step2", "Calibration Pure Dye MUSTANG PURPLE performed on": "02-28-2024", + "Calibration Uniformity is expired": "No", "Calibration Pure Dye MUSTANG PURPLE is expired": "No", - "Calibration Pure Dye ROX performed on": "02-28-2024", + "Calibration Pure Dye NED is expired": "No", + "Calibration ROI performed on": "02-28-2024", + "Calibration Background performed on": "02-28-2024", + "Calibration Pure Dye TAMRA performed on": "02-28-2024", + "Calibration Pure Dye ABY performed on": "02-28-2024", + "Calibration Pure Dye VIC is expired": "No", + "Calibration Pure Dye FAM is expired": "No", "Calibration Pure Dye SYBR performed on": "02-28-2024", "Calibration Pure Dye TAMRA is expired": "No", - "Calibration Pure Dye SYBR is expired": "No" + "Calibration ROI is expired": "No", + "Calibration Pure Dye FAM performed on": "02-28-2024", + "Calibration Background is expired": "No", + "Experiment File Name": "C:\\Applied Biosystems\\QuantStudio Design & Analysis Software\\User Files\\experiments\\experiment.eds", + "Calibration Pure Dye ABY is expired": "No", + "Calibration Pure Dye CY5 performed on": "02-28-2024", + "Calibration Pure Dye CY5 is expired": "No", + "Calibration Pure Dye SYBR is expired": "No", + "Calibration Pure Dye JUN is expired": "No", + "Signal Smoothing On": "true", + "Stage/ Cycle where Ct Analysis is performed": "Stage2, Step2" } } } diff --git a/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_design_quantity_test.json b/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_design_quantity_test.json index 76ff77b81..be4d05b98 100644 --- a/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_design_quantity_test.json +++ b/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_design_quantity_test.json @@ -59,8 +59,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -252,8 +250,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -468,8 +464,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -660,8 +654,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -873,8 +865,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -1067,8 +1057,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -1283,8 +1271,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -1476,8 +1462,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -1692,8 +1676,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -1892,8 +1874,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -2112,8 +2092,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -2305,8 +2283,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -2525,8 +2501,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -2726,8 +2700,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -2949,8 +2921,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -3148,8 +3118,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -3368,8 +3336,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -3564,8 +3530,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -3785,8 +3749,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -3978,8 +3940,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -4201,8 +4161,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -4395,8 +4353,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -4615,8 +4571,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -4808,8 +4762,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -5894,7 +5846,7 @@ "file name": "appbio_quantstudio_design_quantity_test.xlsx", "UNC path": "tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_design_quantity_test.xlsx", "ASM converter name": "allotropy_appbio_quantstudio_design_&_analysis", - "ASM converter version": "0.1.84", + "ASM converter version": "0.1.105", "software name": "Design & Analysis Software", "software version": "2.6.0" }, diff --git a/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS1_Standard_Curve_example01.json b/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS1_Standard_Curve_example01.json index b4c8bf127..0885904bb 100644 --- a/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS1_Standard_Curve_example01.json +++ b/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS1_Standard_Curve_example01.json @@ -59,8 +59,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -273,8 +271,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -490,8 +486,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -702,8 +696,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -915,8 +907,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1127,8 +1117,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1343,8 +1331,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1557,8 +1543,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1767,8 +1751,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1981,8 +1963,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2194,8 +2174,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2411,8 +2389,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2622,8 +2598,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2835,8 +2809,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3043,8 +3015,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3258,8 +3228,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3472,8 +3440,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3686,8 +3652,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3896,8 +3860,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4110,8 +4072,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4323,8 +4283,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4536,8 +4494,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4746,8 +4702,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4961,8 +4915,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5177,8 +5129,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5392,8 +5342,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5605,8 +5553,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5818,8 +5764,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6029,8 +5973,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6243,8 +6185,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6454,8 +6394,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6666,8 +6604,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6883,8 +6819,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7098,8 +7032,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7312,8 +7244,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7525,8 +7455,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7737,8 +7665,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7955,8 +7881,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8172,8 +8096,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8389,8 +8311,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8605,8 +8525,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8818,8 +8736,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9032,8 +8948,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9244,8 +9158,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9459,8 +9371,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9675,8 +9585,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9885,8 +9793,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10098,8 +10004,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10313,8 +10217,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10524,8 +10426,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10739,8 +10639,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10951,8 +10849,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11164,8 +11060,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11375,8 +11269,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11586,8 +11478,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11799,8 +11689,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12013,8 +11901,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12225,8 +12111,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12440,8 +12324,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12650,8 +12532,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12859,8 +12739,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13072,8 +12950,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13284,8 +13160,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13498,8 +13372,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13712,8 +13584,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13926,8 +13796,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14140,8 +14008,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14356,8 +14222,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14569,8 +14433,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14783,8 +14645,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14995,8 +14855,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15207,8 +15065,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15421,8 +15277,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15633,8 +15487,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15846,8 +15698,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16058,8 +15908,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16271,8 +16119,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16486,8 +16332,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16699,8 +16543,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16915,8 +16757,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -17128,8 +16968,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -17341,8 +17179,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -17552,8 +17388,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -17766,8 +17600,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -17979,8 +17811,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -18189,8 +18019,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -18401,8 +18229,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -18612,8 +18438,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -18824,8 +18648,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19037,8 +18859,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19250,8 +19070,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19462,8 +19280,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19673,8 +19489,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19882,8 +19696,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -20093,8 +19905,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -20302,8 +20112,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -28992,7 +28800,7 @@ "file name": "appbio_quantstudio_designandanalysis_QS1_Standard_Curve_example01.xlsx", "UNC path": "tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS1_Standard_Curve_example01.xlsx", "ASM converter name": "allotropy_appbio_quantstudio_design_&_analysis", - "ASM converter version": "0.1.84", + "ASM converter version": "0.1.105", "software name": "Design & Analysis Software", "software version": "2.7.0" }, diff --git a/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS3_Relative_Quantification_example02.json b/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS3_Relative_Quantification_example02.json index df71b6863..59cb3f034 100644 --- a/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS3_Relative_Quantification_example02.json +++ b/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS3_Relative_Quantification_example02.json @@ -61,8 +61,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -282,8 +280,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -498,8 +494,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -712,8 +706,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -930,8 +922,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1144,8 +1134,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1357,8 +1345,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1576,8 +1562,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1793,8 +1777,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2010,8 +1992,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2228,8 +2208,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2443,8 +2421,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2657,8 +2633,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2879,8 +2853,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3096,8 +3068,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3310,8 +3280,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3527,8 +3495,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3740,8 +3706,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3954,8 +3918,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4176,8 +4138,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4389,8 +4349,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4607,8 +4565,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4823,8 +4779,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5037,8 +4991,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5251,8 +5203,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5473,8 +5423,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5692,8 +5640,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5909,8 +5855,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6126,8 +6070,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6338,8 +6280,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6552,8 +6492,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6776,8 +6714,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6991,8 +6927,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7209,8 +7143,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7425,8 +7357,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7645,8 +7575,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7860,8 +7788,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8054,8 +7980,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8266,8 +8190,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8459,8 +8381,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8676,8 +8596,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8870,8 +8788,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9085,8 +9001,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9278,8 +9192,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9493,8 +9405,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9687,8 +9597,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9902,8 +9810,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10098,8 +10004,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10313,8 +10217,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10508,8 +10410,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10724,8 +10624,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10917,8 +10815,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11134,8 +11030,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11328,8 +11222,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11543,8 +11435,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11736,8 +11626,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11950,8 +11838,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12143,8 +12029,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12359,8 +12243,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12554,8 +12436,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12768,8 +12648,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12965,8 +12843,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13179,8 +13055,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13371,8 +13245,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13588,8 +13460,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13781,8 +13651,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13995,8 +13863,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14190,8 +14056,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14404,8 +14268,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14598,8 +14460,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14815,8 +14675,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15009,8 +14867,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15225,8 +15081,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15418,8 +15272,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15635,8 +15487,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15827,8 +15677,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16042,8 +15890,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16237,8 +16083,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16454,8 +16298,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16649,8 +16491,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16867,8 +16707,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -17062,8 +16900,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -17278,8 +17114,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -17470,8 +17304,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -17684,8 +17516,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -17879,8 +17709,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -18095,8 +17923,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -18287,8 +18113,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -18503,8 +18327,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -18694,8 +18516,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -18908,8 +18728,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19102,8 +18920,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19318,8 +19134,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19512,8 +19326,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19727,8 +19539,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19919,8 +19729,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -20133,8 +19941,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -20326,8 +20132,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -20543,8 +20347,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -20736,8 +20538,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -20952,8 +20752,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -21146,8 +20944,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -21363,8 +21159,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -21553,8 +21347,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -21766,8 +21558,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -21962,8 +21752,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -22178,8 +21966,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -22372,8 +22158,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -22588,8 +22372,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -22782,8 +22564,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -22998,8 +22778,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -23189,8 +22967,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -23401,8 +23177,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -23594,8 +23368,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -23809,8 +23581,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -24002,8 +23772,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -24217,8 +23985,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -24410,8 +24176,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -24622,8 +24386,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -24817,8 +24579,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -25034,8 +24794,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -25226,8 +24984,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -25438,8 +25194,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -25627,8 +25381,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -25842,8 +25594,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -26035,8 +25785,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -26253,8 +26001,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -26446,8 +26192,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -26661,8 +26405,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -26854,8 +26596,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -27068,8 +26808,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -27260,8 +26998,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -27475,8 +27211,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -27669,8 +27403,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -27887,8 +27619,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -28083,8 +27813,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -28296,8 +28024,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -28488,8 +28214,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -28701,8 +28425,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -28896,8 +28618,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -29111,8 +28831,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -29303,8 +29021,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -29517,8 +29233,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -29710,8 +29424,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -29922,8 +29634,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -30119,8 +29829,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -30335,8 +30043,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -30526,8 +30232,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -30740,8 +30444,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -30932,8 +30634,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -31152,8 +30852,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -31344,8 +31042,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -31560,8 +31256,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -31755,8 +31449,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -31971,8 +31663,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -32164,8 +31854,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -40077,7 +39765,7 @@ "file name": "appbio_quantstudio_designandanalysis_QS3_Relative_Quantification_example02.xlsx", "UNC path": "tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS3_Relative_Quantification_example02.xlsx", "ASM converter name": "allotropy_appbio_quantstudio_design_&_analysis", - "ASM converter version": "0.1.84", + "ASM converter version": "0.1.105", "software name": "Design & Analysis Software", "software version": "2.7.0" }, diff --git a/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS5_Standard_Curve_4Plex_example03.json b/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS5_Standard_Curve_4Plex_example03.json index 9c053f25f..23fc47c73 100644 --- a/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS5_Standard_Curve_4Plex_example03.json +++ b/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS5_Standard_Curve_4Plex_example03.json @@ -58,8 +58,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -248,8 +246,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -436,8 +432,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -619,8 +613,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -825,8 +817,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1015,8 +1005,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1205,8 +1193,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1390,8 +1376,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1599,8 +1583,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1791,8 +1773,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1979,8 +1959,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2163,8 +2141,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2370,8 +2346,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2557,8 +2531,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2743,8 +2715,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2925,8 +2895,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3134,8 +3102,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3326,8 +3292,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3516,8 +3480,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3699,8 +3661,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3910,8 +3870,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4099,8 +4057,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4286,8 +4242,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4470,8 +4424,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4679,8 +4631,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4867,8 +4817,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5055,8 +5003,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5239,8 +5185,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5448,8 +5392,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5636,8 +5578,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5825,8 +5765,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6009,8 +5947,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6218,8 +6154,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6406,8 +6340,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6592,8 +6524,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6775,8 +6705,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6984,8 +6912,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7173,8 +7099,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7360,8 +7284,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7544,8 +7466,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7754,8 +7674,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7942,8 +7860,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8130,8 +8046,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8314,8 +8228,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8525,8 +8437,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8713,8 +8623,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8899,8 +8807,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9084,8 +8990,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9292,8 +9196,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9482,8 +9384,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9671,8 +9571,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9856,8 +9754,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10065,8 +9961,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10256,8 +10150,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10444,8 +10336,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10627,8 +10517,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10834,8 +10722,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11025,8 +10911,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11212,8 +11096,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11395,8 +11277,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11601,8 +11481,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11789,8 +11667,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11976,8 +11852,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12159,8 +12033,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12368,8 +12240,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12557,8 +12427,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12745,8 +12613,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12929,8 +12795,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13137,8 +13001,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13327,8 +13189,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13512,8 +13372,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13694,8 +13552,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13904,8 +13760,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14092,8 +13946,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14279,8 +14131,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14463,8 +14313,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14673,8 +14521,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14863,8 +14709,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15049,8 +14893,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15234,8 +15076,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15442,8 +15282,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15631,8 +15469,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15818,8 +15654,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16002,8 +15836,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16211,8 +16043,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16400,8 +16230,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16588,8 +16416,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16772,8 +16598,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16981,8 +16805,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -17167,8 +16989,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -17354,8 +17174,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -17539,8 +17357,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -17748,8 +17564,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -17938,8 +17752,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -18125,8 +17937,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -18309,8 +18119,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -18519,8 +18327,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -18707,8 +18513,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -18890,8 +18694,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19072,8 +18874,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19282,8 +19082,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19472,8 +19270,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19659,8 +19455,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19843,8 +19637,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -20051,8 +19843,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -20240,8 +20030,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -20427,8 +20215,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -20609,8 +20395,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -20818,8 +20602,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -21007,8 +20789,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -21193,8 +20973,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -21377,8 +21155,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -21586,8 +21362,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -21774,8 +21548,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -21959,8 +21731,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -22142,8 +21912,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -22352,8 +22120,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -22542,8 +22308,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -22728,8 +22492,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -22910,8 +22672,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -23117,8 +22877,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -23307,8 +23065,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -23491,8 +23247,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -23674,8 +23428,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -23885,8 +23637,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -24076,8 +23826,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -24264,8 +24012,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -24448,8 +24194,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -24655,8 +24399,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -24845,8 +24587,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -25033,8 +24773,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -25217,8 +24955,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -25426,8 +25162,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -25613,8 +25347,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -25799,8 +25531,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -25983,8 +25713,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -26191,8 +25919,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -26381,8 +26107,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -26567,8 +26291,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -26748,8 +26470,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -26957,8 +26677,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -27146,8 +26864,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -27334,8 +27050,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -27516,8 +27230,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -27724,8 +27436,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -27915,8 +27625,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -28103,8 +27811,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -28286,8 +27992,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -28495,8 +28199,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -28684,8 +28386,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -28870,8 +28570,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -29056,8 +28754,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -29266,8 +28962,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -29454,8 +29148,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -29641,8 +29333,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -29825,8 +29515,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -30034,8 +29722,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -30225,8 +29911,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -30412,8 +30096,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -30595,8 +30277,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -30804,8 +30484,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -30992,8 +30670,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -31177,8 +30853,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -31360,8 +31034,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -31571,8 +31243,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -31760,8 +31430,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -31947,8 +31615,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -32130,8 +31796,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -32340,8 +32004,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -32528,8 +32190,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -32714,8 +32374,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -32896,8 +32554,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -33105,8 +32761,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -33295,8 +32949,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -33482,8 +33134,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -33666,8 +33316,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -33876,8 +33524,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -34067,8 +33713,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -34254,8 +33898,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -34437,8 +34079,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -34647,8 +34287,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -34836,8 +34474,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -35021,8 +34657,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -35205,8 +34839,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -35415,8 +35047,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -35602,8 +35232,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -35790,8 +35418,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -35975,8 +35601,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -36183,8 +35807,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -36373,8 +35995,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -36558,8 +36178,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -36740,8 +36358,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -36947,8 +36563,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -37136,8 +36750,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -37323,8 +36935,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -37506,8 +37116,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -37716,8 +37324,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -37903,8 +37509,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -38090,8 +37694,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -38275,8 +37877,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -38485,8 +38085,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -38674,8 +38272,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -38861,8 +38457,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -39046,8 +38640,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -39254,8 +38846,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -39444,8 +39034,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -39630,8 +39218,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -39814,8 +39400,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -40021,8 +39605,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -40210,8 +39792,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -40395,8 +39975,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -40578,8 +40156,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -40786,8 +40362,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -40975,8 +40549,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -41161,8 +40733,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -41343,8 +40913,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -41552,8 +41120,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -41742,8 +41308,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -41928,8 +41492,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -42112,8 +41674,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -42320,8 +41880,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -42509,8 +42067,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -42695,8 +42251,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -42880,8 +42434,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -43088,8 +42640,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -43277,8 +42827,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -43463,8 +43011,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -43647,8 +43193,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -43858,8 +43402,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -44047,8 +43589,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -44233,8 +43773,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -44417,8 +43955,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -44626,8 +44162,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -44817,8 +44351,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -45004,8 +44536,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -45187,8 +44717,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -45395,8 +44923,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -45584,8 +45110,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -45771,8 +45295,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -45955,8 +45477,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -46164,8 +45684,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -46351,8 +45869,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -46540,8 +46056,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -46725,8 +46239,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -46935,8 +46447,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -47122,8 +46632,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -47309,8 +46817,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -47492,8 +46998,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -47702,8 +47206,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -47889,8 +47391,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -48075,8 +47575,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -48259,8 +47757,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -48468,8 +47964,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -48657,8 +48151,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -48846,8 +48338,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -49029,8 +48519,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -49238,8 +48726,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -49428,8 +48914,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -49615,8 +49099,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -49796,8 +49278,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -50005,8 +49485,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -50196,8 +49674,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -50384,8 +49860,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -50567,8 +50041,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -50775,8 +50247,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -50961,8 +50431,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -51145,8 +50613,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -51329,8 +50795,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -51539,8 +51003,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -51728,8 +51190,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -51915,8 +51375,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -52098,8 +51556,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -52307,8 +51763,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -52494,8 +51948,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -52681,8 +52133,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -52864,8 +52314,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -53074,8 +52522,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -53261,8 +52707,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -53447,8 +52891,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -53630,8 +53072,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -53840,8 +53280,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -54032,8 +53470,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -54219,8 +53655,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -54403,8 +53837,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -54613,8 +54045,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -54802,8 +54232,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -54988,8 +54416,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -55171,8 +54597,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -55381,8 +54805,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -55569,8 +54991,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -55755,8 +55175,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -55939,8 +55357,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -56147,8 +55563,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -56336,8 +55750,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -56522,8 +55934,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -56705,8 +56115,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -56914,8 +56322,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -57104,8 +56510,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -57289,8 +56693,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -57474,8 +56876,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -57681,8 +57081,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -57869,8 +57267,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -58057,8 +57453,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -58240,8 +57634,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -58448,8 +57840,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -58635,8 +58025,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -58824,8 +58212,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -59006,8 +58392,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -59215,8 +58599,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -59406,8 +58788,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -59590,8 +58970,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -59774,8 +59152,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -59984,8 +59360,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -60173,8 +59547,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -60362,8 +59734,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -60544,8 +59914,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -60752,8 +60120,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -60939,8 +60305,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -61124,8 +60488,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -61306,8 +60668,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -61517,8 +60877,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -61705,8 +61063,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -61890,8 +61246,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -62073,8 +61427,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -62281,8 +61633,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -62470,8 +61820,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -62658,8 +62006,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -62842,8 +62188,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -63053,8 +62397,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -63240,8 +62582,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -63426,8 +62766,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -63610,8 +62948,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -63819,8 +63155,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -64008,8 +63342,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -64193,8 +63525,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -64377,8 +63707,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -64586,8 +63914,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -64775,8 +64101,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -64961,8 +64285,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -65146,8 +64468,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -65356,8 +64676,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -65544,8 +64862,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -65732,8 +65048,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -65914,8 +65228,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -66122,8 +65434,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -66308,8 +65618,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -66495,8 +65803,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -66678,8 +65984,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -66884,8 +66188,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -67077,8 +66379,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -67264,8 +66564,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -67448,8 +66746,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -67658,8 +66954,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -67847,8 +67141,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -68037,8 +67329,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -68221,8 +67511,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -68433,8 +67721,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -68625,8 +67911,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -68812,8 +68096,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -68998,8 +68280,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -69208,8 +68488,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -69394,8 +68672,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -69582,8 +68858,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -69766,8 +69040,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -69974,8 +69246,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -70162,8 +69432,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -70348,8 +69616,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -70531,8 +69797,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -70739,8 +70003,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -70929,8 +70191,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -71114,8 +70374,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -71298,8 +70556,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -71508,8 +70764,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -71700,8 +70954,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -71884,8 +71136,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -72068,8 +71318,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -72277,8 +71525,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -72464,8 +71710,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -72651,8 +71895,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -72833,8 +72075,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -73042,8 +72282,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -73230,8 +72468,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -73417,8 +72653,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -73601,8 +72835,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -83075,7 +82307,7 @@ "file name": "appbio_quantstudio_designandanalysis_QS5_Standard_Curve_4Plex_example03.xlsx", "UNC path": "tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS5_Standard_Curve_4Plex_example03.xlsx", "ASM converter name": "allotropy_appbio_quantstudio_design_&_analysis", - "ASM converter version": "0.1.84", + "ASM converter version": "0.1.105", "software name": "Design & Analysis Software", "software version": "2.7.0" }, @@ -83086,8 +82318,8 @@ "product manufacturer": "ThermoFisher Scientific" }, "custom information document": { - "Reduce dye signal crosstalk by algorithm": "No (Default)", - "Block serial number": 41145912.0 + "Block serial number": 41145912.0, + "Reduce dye signal crosstalk by algorithm": "No (Default)" } } } diff --git a/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS6Pro_Standard_Curve_example05.json b/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS6Pro_Standard_Curve_example05.json index 59a61e0ae..3e2553283 100644 --- a/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS6Pro_Standard_Curve_example05.json +++ b/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS6Pro_Standard_Curve_example05.json @@ -59,8 +59,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -272,8 +270,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -489,8 +485,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -709,8 +703,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -929,8 +921,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1143,8 +1133,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1355,8 +1343,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1566,8 +1552,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1783,8 +1767,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1998,8 +1980,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2212,8 +2192,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2424,8 +2402,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2640,8 +2616,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2852,8 +2826,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3064,8 +3036,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3274,8 +3244,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3483,8 +3451,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3692,8 +3658,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3904,8 +3868,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4115,8 +4077,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4325,8 +4285,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4536,8 +4494,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4747,8 +4703,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4956,8 +4910,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5167,8 +5119,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5380,8 +5330,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5591,8 +5539,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5806,8 +5752,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6022,8 +5966,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6234,8 +6176,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6447,8 +6387,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6661,8 +6599,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6877,8 +6813,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7089,8 +7023,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7303,8 +7235,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7516,8 +7446,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7728,8 +7656,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7940,8 +7866,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8155,8 +8079,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8368,8 +8290,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8579,8 +8499,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8790,8 +8708,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8998,8 +8914,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9209,8 +9123,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9424,8 +9336,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9637,8 +9547,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9848,8 +9756,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10060,8 +9966,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10272,8 +10176,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10489,8 +10391,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10704,8 +10604,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10917,8 +10815,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11130,8 +11026,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11345,8 +11239,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11556,8 +11448,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11769,8 +11659,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11983,8 +11871,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12195,8 +12081,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12406,8 +12290,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12621,8 +12503,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12836,8 +12716,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13049,8 +12927,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13264,8 +13140,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13476,8 +13350,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13690,8 +13562,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13903,8 +13773,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14114,8 +13982,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14329,8 +14195,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14542,8 +14406,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14754,8 +14616,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14965,8 +14825,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15175,8 +15033,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15389,8 +15245,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15598,8 +15452,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15813,8 +15665,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16028,8 +15878,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16245,8 +16093,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16457,8 +16303,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16670,8 +16514,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16879,8 +16721,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -17091,8 +16931,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -17306,8 +17144,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -17518,8 +17354,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -17726,8 +17560,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -17939,8 +17771,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -18150,8 +17980,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -18363,8 +18191,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -18576,8 +18402,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -18789,8 +18613,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -18998,8 +18820,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19209,8 +19029,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19421,8 +19239,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19633,8 +19449,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19844,8 +19658,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -20054,8 +19866,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -20266,8 +20076,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -20474,8 +20282,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -20685,8 +20491,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -20899,8 +20703,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -21114,8 +20916,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -21327,8 +21127,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -21543,8 +21341,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -21759,8 +21555,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -21974,8 +21768,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -22187,8 +21979,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -22399,8 +22189,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -22613,8 +22401,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -22828,8 +22614,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -23042,8 +22826,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -23256,8 +23038,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -23471,8 +23251,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -23685,8 +23463,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -23895,8 +23671,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -24107,8 +23881,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -24318,8 +24090,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -24530,8 +24300,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -24739,8 +24507,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -24951,8 +24717,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -25162,8 +24926,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -25372,8 +25134,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -25583,8 +25343,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -25798,8 +25556,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -26013,8 +25769,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -26227,8 +25981,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -26441,8 +26193,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -26653,8 +26403,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -26865,8 +26613,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -27080,8 +26826,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -27293,8 +27037,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -27508,8 +27250,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -27722,8 +27462,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -27936,8 +27674,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -28151,8 +27887,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -28364,8 +28098,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -28576,8 +28308,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -28786,8 +28516,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -28999,8 +28727,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -29207,8 +28933,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -29418,8 +29142,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -29628,8 +29350,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -29838,8 +29558,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -30048,8 +29766,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -30259,8 +29975,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -30470,8 +30184,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -30682,8 +30394,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -30894,8 +30604,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -31109,8 +30817,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -31328,8 +31034,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -31543,8 +31247,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -31759,8 +31461,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -31973,8 +31673,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -32189,8 +31887,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -32404,8 +32100,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -32619,8 +32313,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -32834,8 +32526,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -33051,8 +32741,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -33265,8 +32953,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -33479,8 +33165,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -33691,8 +33375,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -33903,8 +33585,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -34117,8 +33797,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -34329,8 +34007,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -34540,8 +34216,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -34754,8 +34428,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -34965,8 +34637,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -35177,8 +34847,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -35390,8 +35058,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -35599,8 +35265,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -35811,8 +35475,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -36026,8 +35688,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -36240,8 +35900,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -36458,8 +36116,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -36670,8 +36326,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -36884,8 +36538,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -37097,8 +36749,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -37310,8 +36960,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -37526,8 +37174,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -37736,8 +37382,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -37950,8 +37594,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -38165,8 +37807,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -38379,8 +38019,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -38588,8 +38226,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -38799,8 +38435,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -39012,8 +38646,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -39226,8 +38858,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -39436,8 +39066,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -39648,8 +39276,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -39858,8 +39484,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -40071,8 +39695,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -40279,8 +39901,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -40489,8 +40109,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -40700,8 +40318,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -40911,8 +40527,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -41124,8 +40738,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -41339,8 +40951,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -41554,8 +41164,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -41766,8 +41374,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -41981,8 +41587,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -42192,8 +41796,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -42408,8 +42010,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -42622,8 +42222,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -42835,8 +42433,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -43048,8 +42644,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -43261,8 +42855,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -43474,8 +43066,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -43687,8 +43277,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -43900,8 +43488,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -44115,8 +43701,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -44330,8 +43914,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -44540,8 +44122,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -44753,8 +44333,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -44965,8 +44543,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -45177,8 +44753,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -45385,8 +44959,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -45595,8 +45167,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -45808,8 +45378,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -46018,8 +45586,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -46231,8 +45797,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -46444,8 +46008,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -46658,8 +46220,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -46872,8 +46432,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -47088,8 +46646,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -47305,8 +46861,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -47521,8 +47075,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -47734,8 +47286,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -47950,8 +47500,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -48164,8 +47712,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -48378,8 +47924,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -48591,8 +48135,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -48804,8 +48346,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -49016,8 +48556,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -49230,8 +48768,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -49444,8 +48980,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -49656,8 +49190,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -49869,8 +49401,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -50082,8 +49612,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -50293,8 +49821,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -50502,8 +50028,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -50712,8 +50236,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -50923,8 +50445,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -51134,8 +50654,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -51346,8 +50864,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -51559,8 +51075,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -51774,8 +51288,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -51987,8 +51499,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -52198,8 +51708,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -52409,8 +51917,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -52622,8 +52128,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -52834,8 +52338,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -53046,8 +52548,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -53255,8 +52755,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -53466,8 +52964,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -53678,8 +53174,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -53888,8 +53382,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -54101,8 +53593,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -54312,8 +53802,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -54524,8 +54012,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -54734,8 +54220,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -54947,8 +54431,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -55160,8 +54642,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -55372,8 +54852,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -55584,8 +55062,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -55795,8 +55271,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -56009,8 +55483,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -56221,8 +55693,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -56436,8 +55906,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -56651,8 +56119,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -56864,8 +56330,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -57081,8 +56545,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -57297,8 +56759,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -57511,8 +56971,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -57725,8 +57183,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -57936,8 +57392,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -58148,8 +57602,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -58359,8 +57811,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -58571,8 +58021,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -58784,8 +58232,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -58994,8 +58440,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -59205,8 +58649,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -59417,8 +58859,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -59630,8 +59070,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -59841,8 +59279,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -60054,8 +59490,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -60269,8 +59703,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -60482,8 +59914,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -60694,8 +60124,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -60904,8 +60332,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -61115,8 +60541,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -61325,8 +60749,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -61537,8 +60959,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -61747,8 +61167,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -61962,8 +61380,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -62175,8 +61591,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -62388,8 +61802,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -62603,8 +62015,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -62815,8 +62225,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -63027,8 +62435,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -63239,8 +62645,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -63452,8 +62856,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -63666,8 +63068,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -63879,8 +63279,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -64089,8 +63487,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -64303,8 +63699,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -64514,8 +63908,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -64724,8 +64116,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -64936,8 +64326,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -65151,8 +64539,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -65366,8 +64752,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -65578,8 +64962,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -65787,8 +65169,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -66000,8 +65380,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -66211,8 +65589,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -66422,8 +65798,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -66635,8 +66009,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -66854,8 +66226,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -67067,8 +66437,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -67282,8 +66650,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -67494,8 +66860,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -67704,8 +67068,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -67917,8 +67279,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -68131,8 +67491,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -68342,8 +67700,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -68558,8 +67914,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -68771,8 +68125,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -68984,8 +68336,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -69196,8 +68546,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -69410,8 +68758,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -69624,8 +68970,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -69835,8 +69179,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -70042,8 +69384,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -70251,8 +69591,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -70465,8 +69803,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -70677,8 +70013,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -70891,8 +70225,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -71100,8 +70432,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -71312,8 +70642,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -71523,8 +70851,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -71736,8 +71062,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -71948,8 +71272,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -72163,8 +71485,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -72377,8 +71697,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -72590,8 +71908,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -72801,8 +72117,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -73014,8 +72328,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -73230,8 +72542,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -73442,8 +72752,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -73653,8 +72961,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -73865,8 +73171,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -74078,8 +73382,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -74289,8 +73591,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -74504,8 +73804,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -74716,8 +74014,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -74929,8 +74225,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -75140,8 +74434,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -75354,8 +74646,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -75565,8 +74855,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -75776,8 +75064,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -75988,8 +75274,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -76201,8 +75485,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -76408,8 +75690,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -76620,8 +75900,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -76834,8 +76112,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -77045,8 +76321,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -77256,8 +76530,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -77467,8 +76739,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -77679,8 +76949,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -77888,8 +77156,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -78100,8 +77366,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -78312,8 +77576,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -78524,8 +77786,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -78734,8 +77994,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -78949,8 +78207,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -79162,8 +78418,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -79376,8 +78630,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -79588,8 +78840,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -79798,8 +79048,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -80011,8 +79259,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -80221,8 +79467,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -80432,8 +79676,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -80643,8 +79885,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -80851,8 +80091,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -81060,8 +80298,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -81272,8 +80508,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -81483,8 +80717,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -118511,7 +117743,7 @@ "file name": "appbio_quantstudio_designandanalysis_QS6Pro_Standard_Curve_example05.xlsx", "UNC path": "tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS6Pro_Standard_Curve_example05.xlsx", "ASM converter name": "allotropy_appbio_quantstudio_design_&_analysis", - "ASM converter version": "0.1.84", + "ASM converter version": "0.1.105", "software name": "Design & Analysis Software", "software version": "2.7.0" }, diff --git a/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS6_Standard_Curve_example04.json b/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS6_Standard_Curve_example04.json index f6290da65..26d15774b 100644 --- a/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS6_Standard_Curve_example04.json +++ b/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS6_Standard_Curve_example04.json @@ -59,8 +59,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -283,8 +281,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -498,8 +494,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -714,8 +708,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -926,8 +918,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1138,8 +1128,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1349,8 +1337,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1563,8 +1549,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1778,8 +1762,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1990,8 +1972,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2204,8 +2184,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2420,8 +2398,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2633,8 +2609,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2849,8 +2823,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3063,8 +3035,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3277,8 +3247,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3488,8 +3456,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3704,8 +3670,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3916,8 +3880,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4132,8 +4094,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4346,8 +4306,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4557,8 +4515,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4770,8 +4726,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4985,8 +4939,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5198,8 +5150,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5418,8 +5368,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5636,8 +5584,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5847,8 +5793,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6062,8 +6006,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6277,8 +6219,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6490,8 +6430,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6704,8 +6642,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6917,8 +6853,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7133,8 +7067,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7350,8 +7282,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7563,8 +7493,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7775,8 +7703,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7992,8 +7918,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8207,8 +8131,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8421,8 +8343,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8634,8 +8554,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8847,8 +8765,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9059,8 +8975,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9272,8 +9186,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9485,8 +9397,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9698,8 +9608,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9910,8 +9818,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10122,8 +10028,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10338,8 +10242,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10555,8 +10457,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10771,8 +10671,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10983,8 +10881,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11196,8 +11092,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11411,8 +11305,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11626,8 +11518,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11836,8 +11726,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12051,8 +11939,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12265,8 +12151,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12479,8 +12363,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12695,8 +12577,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12908,8 +12788,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13123,8 +13001,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13338,8 +13214,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13550,8 +13424,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13764,8 +13636,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13976,8 +13846,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14191,8 +14059,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14405,8 +14271,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14619,8 +14483,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14832,8 +14694,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15044,8 +14904,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15256,8 +15114,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15468,8 +15324,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15687,8 +15541,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15905,8 +15757,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16116,8 +15966,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16328,8 +16176,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16539,8 +16385,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16752,8 +16596,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16967,8 +16809,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -17183,8 +17023,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -17394,8 +17232,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -17605,8 +17441,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -17820,8 +17654,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -18033,8 +17865,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -18246,8 +18076,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -18463,8 +18291,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -18679,8 +18505,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -18892,8 +18716,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19104,8 +18926,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19315,8 +19135,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19527,8 +19345,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19738,8 +19554,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19952,8 +19766,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -20164,8 +19976,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -20378,8 +20188,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -20594,8 +20402,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -20807,8 +20613,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -21023,8 +20827,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -21238,8 +21040,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -21452,8 +21252,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -21664,8 +21462,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -21878,8 +21674,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -22093,8 +21887,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -22307,8 +22099,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -22521,8 +22311,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -22734,8 +22522,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -22948,8 +22734,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -23160,8 +22944,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -23374,8 +23156,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -23588,8 +23368,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -23803,8 +23581,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -24019,8 +23795,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -24236,8 +24010,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -24449,8 +24221,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -24661,8 +24431,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -24877,8 +24645,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -25092,8 +24858,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -25310,8 +25074,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -25524,8 +25286,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -25737,8 +25497,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -25957,8 +25715,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -26174,8 +25930,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -26390,8 +26144,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -26603,8 +26355,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -26817,8 +26567,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -27030,8 +26778,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -27246,8 +26992,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -27460,8 +27204,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -27673,8 +27415,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -27887,8 +27627,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -28101,8 +27839,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -28313,8 +28049,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -28525,8 +28259,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -28741,8 +28473,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -28955,8 +28685,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -29167,8 +28895,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -29378,8 +29104,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -29591,8 +29315,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -29805,8 +29527,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -30020,8 +29740,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -30233,8 +29951,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -30446,8 +30162,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -30658,8 +30372,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -30870,8 +30582,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -31089,8 +30799,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -31305,8 +31013,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -31520,8 +31226,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -31736,8 +31440,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -31948,8 +31650,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -32160,8 +31860,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -32374,8 +32072,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -32586,8 +32282,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -32798,8 +32492,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -33012,8 +32704,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -33228,8 +32918,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -33441,8 +33129,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -33654,8 +33340,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -33868,8 +33552,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -34079,8 +33761,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -34291,8 +33971,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -34504,8 +34182,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -34718,8 +34394,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -34931,8 +34605,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -35142,8 +34814,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -35354,8 +35024,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -35568,8 +35236,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -35784,8 +35450,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -36000,8 +35664,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -36220,8 +35882,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -36439,8 +36099,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -36652,8 +36310,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -36864,8 +36520,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -37077,8 +36731,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -37289,8 +36941,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -37505,8 +37155,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -37720,8 +37368,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -37933,8 +37579,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -38148,8 +37792,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -38361,8 +38003,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -38574,8 +38214,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -38785,8 +38423,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -39000,8 +38636,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -39213,8 +38847,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -39427,8 +39059,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -39639,8 +39269,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -39852,8 +39480,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -40065,8 +39691,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -40280,8 +39904,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -40492,8 +40114,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -40706,8 +40326,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -40919,8 +40537,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -41134,8 +40750,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -41354,8 +40968,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -41567,8 +41179,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -41779,8 +41389,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -41992,8 +41600,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -42203,8 +41809,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -42416,8 +42020,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -42628,8 +42230,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -42843,8 +42443,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -43058,8 +42656,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -43273,8 +42869,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -43488,8 +43082,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -43700,8 +43292,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -43913,8 +43503,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -44127,8 +43715,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -44342,8 +43928,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -44555,8 +44139,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -44771,8 +44353,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -44983,8 +44563,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -45197,8 +44775,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -45409,8 +44985,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -45622,8 +45196,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -45836,8 +45408,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -46052,8 +45622,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -46264,8 +45832,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -46482,8 +46048,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -46699,8 +46263,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -46912,8 +46474,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -47123,8 +46683,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -47334,8 +46892,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -47548,8 +47104,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -47763,8 +47317,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -47978,8 +47530,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -48195,8 +47745,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -48409,8 +47957,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -48622,8 +48168,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -48835,8 +48379,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -49046,8 +48588,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -49261,8 +48801,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -49475,8 +49013,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -49685,8 +49221,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -49897,8 +49431,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -50109,8 +49641,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -50321,8 +49851,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -50534,8 +50062,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -50747,8 +50273,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -50960,8 +50484,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -51172,8 +50694,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -51386,8 +50906,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -51602,8 +51120,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -51818,8 +51334,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -52031,8 +51545,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -52246,8 +51758,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -52462,8 +51972,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -52675,8 +52183,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -52889,8 +52395,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -53103,8 +52607,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -53317,8 +52819,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -53530,8 +53030,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -53742,8 +53240,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -53956,8 +53452,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -54171,8 +53665,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -54384,8 +53876,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -54599,8 +54089,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -54810,8 +54298,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -55024,8 +54510,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -55236,8 +54720,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -55450,8 +54932,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -55665,8 +55145,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -55878,8 +55356,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -56089,8 +55565,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -56303,8 +55777,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -56516,8 +55988,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -56735,8 +56205,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -56951,8 +56419,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -57165,8 +56631,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -57380,8 +56844,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -57594,8 +57056,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -57809,8 +57269,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -58019,8 +57477,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -58231,8 +57687,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -58445,8 +57899,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -58659,8 +58111,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -58873,8 +58323,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -59086,8 +58534,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -59301,8 +58747,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -59517,8 +58961,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -59730,8 +59172,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -59944,8 +59384,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -60159,8 +59597,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -60373,8 +59809,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -60589,8 +60023,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -60804,8 +60236,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -61016,8 +60446,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -61230,8 +60658,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -61444,8 +60870,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -61658,8 +61082,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -61875,8 +61297,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -62088,8 +61508,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -62301,8 +61719,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -62514,8 +61930,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -62728,8 +62142,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -62940,8 +62352,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -63152,8 +62562,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -63365,8 +62773,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -63577,8 +62983,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -63792,8 +63196,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -64003,8 +63405,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -64219,8 +63619,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -64434,8 +63832,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -64648,8 +64044,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -64862,8 +64256,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -65079,8 +64471,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -65296,8 +64686,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -65510,8 +64898,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -65725,8 +65111,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -65940,8 +65324,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -66155,8 +65537,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -66369,8 +65749,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -66579,8 +65957,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -66795,8 +66171,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -67011,8 +66385,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -67225,8 +66597,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -67438,8 +66808,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -67652,8 +67020,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -67864,8 +67230,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -68075,8 +67439,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -68289,8 +67651,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -68501,8 +67861,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -68714,8 +68072,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -68928,8 +68284,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -69141,8 +68495,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -69353,8 +68705,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -69567,8 +68917,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -69782,8 +69130,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -69997,8 +69343,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -70210,8 +69554,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -70424,8 +69766,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -70636,8 +69976,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -70847,8 +70185,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -71063,8 +70399,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -71275,8 +70609,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -71490,8 +70822,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -71702,8 +71032,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -71915,8 +71243,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -72133,8 +71459,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -72349,8 +71673,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -72565,8 +71887,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -72780,8 +72100,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -72994,8 +72312,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -73205,8 +72521,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -73418,8 +72732,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -73631,8 +72943,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -73843,8 +73153,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -74056,8 +73364,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -74268,8 +73574,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -74484,8 +73788,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -74697,8 +73999,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -74912,8 +74212,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -75127,8 +74425,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -75340,8 +74636,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -75555,8 +74849,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -75768,8 +75060,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -75981,8 +75271,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -76194,8 +75482,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -76406,8 +75692,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -76615,8 +75899,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -76831,8 +76113,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -77041,8 +76321,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -77258,8 +76536,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -77470,8 +76746,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -77685,8 +76959,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -77899,8 +77171,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -78115,8 +77385,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -78330,8 +77598,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -78544,8 +77810,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -78756,8 +78020,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -78971,8 +78233,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -79185,8 +78445,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -79402,8 +78660,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -79614,8 +78870,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -79827,8 +79081,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -80042,8 +79294,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -80255,8 +79505,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -80469,8 +79717,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -80682,8 +79928,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -80896,8 +80140,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -81107,8 +80349,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -81323,8 +80563,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -81536,8 +80774,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -81752,8 +80988,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -81962,8 +81196,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -115417,7 +114649,7 @@ "file name": "appbio_quantstudio_designandanalysis_QS6_Standard_Curve_example04.xlsx", "UNC path": "tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS6_Standard_Curve_example04.xlsx", "ASM converter name": "allotropy_appbio_quantstudio_design_&_analysis", - "ASM converter version": "0.1.84", + "ASM converter version": "0.1.105", "software name": "Design & Analysis Software", "software version": "2.7.0" }, diff --git a/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS7Pro_Genotyping_example07.json b/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS7Pro_Genotyping_example07.json index 0c89c154e..4ff802139 100644 --- a/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS7Pro_Genotyping_example07.json +++ b/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS7Pro_Genotyping_example07.json @@ -63,8 +63,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -264,8 +262,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -492,8 +488,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -683,8 +677,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -900,8 +892,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1095,8 +1085,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1312,8 +1300,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1506,8 +1492,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1726,8 +1710,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1918,8 +1900,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2135,8 +2115,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2330,8 +2308,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2544,8 +2520,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2739,8 +2713,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2958,8 +2930,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3153,8 +3123,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3370,8 +3338,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3566,8 +3532,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3783,8 +3747,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3978,8 +3940,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4192,8 +4152,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4386,8 +4344,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4605,8 +4561,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4800,8 +4754,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5017,8 +4969,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5222,8 +5172,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5441,8 +5389,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5635,8 +5581,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5852,8 +5796,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6045,8 +5987,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6263,8 +6203,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6457,8 +6395,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6674,8 +6610,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6869,8 +6803,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7086,8 +7018,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7283,8 +7213,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7499,8 +7427,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7695,8 +7621,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7909,8 +7833,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8104,8 +8026,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8319,8 +8239,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8515,8 +8433,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8729,8 +8645,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8922,8 +8836,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9137,8 +9049,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9330,8 +9240,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9546,8 +9454,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9737,8 +9643,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9951,8 +9855,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10153,8 +10055,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10381,8 +10281,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10573,8 +10471,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10790,8 +10686,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10984,8 +10878,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11202,8 +11094,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11395,8 +11285,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11616,8 +11504,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11809,8 +11695,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12026,8 +11910,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12222,8 +12104,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12436,8 +12316,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12631,8 +12509,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12849,8 +12725,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13047,8 +12921,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13261,8 +13133,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13456,8 +13326,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13674,8 +13542,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13867,8 +13733,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14085,8 +13949,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14280,8 +14142,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14497,8 +14357,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14693,8 +14551,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14912,8 +14768,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15113,8 +14967,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15338,8 +15190,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15530,8 +15380,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15748,8 +15596,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15943,8 +15789,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16159,8 +16003,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16353,8 +16195,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16573,8 +16413,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16768,8 +16606,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16988,8 +16824,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -17184,8 +17018,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -17399,8 +17231,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -17595,8 +17425,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -17811,8 +17639,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -18007,8 +17833,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -18220,8 +18044,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -18416,8 +18238,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -18630,8 +18450,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -18823,8 +18641,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19037,8 +18853,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19230,8 +19044,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19447,8 +19259,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19639,8 +19449,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19854,8 +19662,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -20055,8 +19861,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -20281,8 +20085,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -20476,8 +20278,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -20693,8 +20493,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -20890,8 +20688,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -21108,8 +20904,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -21306,8 +21100,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -21525,8 +21317,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -21723,8 +21513,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -21941,8 +21729,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -22137,8 +21923,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -22357,8 +22141,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -22554,8 +22336,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -22774,8 +22554,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -22973,8 +22751,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -23198,8 +22974,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -23394,8 +23168,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -23616,8 +23388,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -23811,8 +23581,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -24026,8 +23794,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -24223,8 +23989,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -24443,8 +24207,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -24637,8 +24399,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -24857,8 +24617,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -25060,8 +24818,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -25285,8 +25041,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -25481,8 +25235,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -25700,8 +25452,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -25896,8 +25646,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -26117,8 +25865,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -26314,8 +26060,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -26534,8 +26278,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -26729,8 +26471,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -26947,8 +26687,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -27145,8 +26883,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -27363,8 +27099,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -27559,8 +27293,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -27780,8 +27512,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -27976,8 +27706,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -28196,8 +27924,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -28390,8 +28116,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -28615,8 +28339,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -28813,8 +28535,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -29035,8 +28755,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -29233,8 +28951,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -29453,8 +29169,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -29650,8 +29364,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -29870,8 +29582,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -30074,8 +29784,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -30301,8 +30009,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -30498,8 +30204,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -30719,8 +30423,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -30914,8 +30616,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -31134,8 +30834,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -31331,8 +31029,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -31549,8 +31245,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -31745,8 +31439,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -31962,8 +31654,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -32159,8 +31849,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -32381,8 +32069,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -32577,8 +32263,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -32800,8 +32484,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -32994,8 +32676,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -33212,8 +32892,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -33408,8 +33086,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -33629,8 +33305,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -33827,8 +33501,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -34042,8 +33714,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -34239,8 +33909,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -34456,8 +34124,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -34650,8 +34316,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -34869,8 +34533,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -35067,8 +34729,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -35293,8 +34953,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -35490,8 +35148,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -35709,8 +35365,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -35906,8 +35560,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -36131,8 +35783,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -36328,8 +35978,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -36548,8 +36196,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -36747,8 +36393,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -36968,8 +36612,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -37166,8 +36808,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -37389,8 +37029,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -37584,8 +37222,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -37806,8 +37442,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -38005,8 +37639,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -38226,8 +37858,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -38421,8 +38051,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -38641,8 +38269,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -38840,8 +38466,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -39059,8 +38683,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -39258,8 +38880,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -39480,8 +39100,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -39676,8 +39294,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -39841,7 +39457,7 @@ "file name": "appbio_quantstudio_designandanalysis_QS7Pro_Genotyping_example07.xlsx", "UNC path": "tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS7Pro_Genotyping_example07.xlsx", "ASM converter name": "allotropy_appbio_quantstudio_design_&_analysis", - "ASM converter version": "0.1.84", + "ASM converter version": "0.1.105", "software name": "Design & Analysis Software", "software version": "2.7.0" }, @@ -39852,10 +39468,10 @@ "product manufacturer": "ThermoFisher Scientific" }, "custom information document": { - "Block serial number": 2778219020021.0, "Reduce dye signal crosstalk by algorithm": "No (Default)", + "Pre-read Stage/Step": "Stage 1 Step 1", "Post-read Stage/Step": "Stage 4 Step 1", - "Pre-read Stage/Step": "Stage 1 Step 1" + "Block serial number": 2778219020021.0 } } } diff --git a/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS7Pro_Genotyping_missing_stage_number.json b/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS7Pro_Genotyping_missing_stage_number.json index 5d75f435a..016596b3f 100644 --- a/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS7Pro_Genotyping_missing_stage_number.json +++ b/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS7Pro_Genotyping_missing_stage_number.json @@ -63,8 +63,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -264,8 +262,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -492,8 +488,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -683,8 +677,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -900,8 +892,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1095,8 +1085,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1312,8 +1300,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1506,8 +1492,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1726,8 +1710,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1918,8 +1900,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2135,8 +2115,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2330,8 +2308,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2544,8 +2520,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2739,8 +2713,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2958,8 +2930,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3153,8 +3123,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3370,8 +3338,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3566,8 +3532,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3783,8 +3747,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3978,8 +3940,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4192,8 +4152,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4386,8 +4344,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4605,8 +4561,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4800,8 +4754,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5017,8 +4969,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5222,8 +5172,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5441,8 +5389,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5635,8 +5581,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5852,8 +5796,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6045,8 +5987,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6263,8 +6203,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6457,8 +6395,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6674,8 +6610,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6869,8 +6803,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7086,8 +7018,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7283,8 +7213,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7499,8 +7427,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7695,8 +7621,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7909,8 +7833,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8104,8 +8026,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8319,8 +8239,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8515,8 +8433,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8729,8 +8645,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8922,8 +8836,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9137,8 +9049,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9330,8 +9240,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9546,8 +9454,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9737,8 +9643,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9951,8 +9855,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10153,8 +10055,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10381,8 +10281,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10573,8 +10471,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10790,8 +10686,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10984,8 +10878,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11202,8 +11094,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11395,8 +11285,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11616,8 +11504,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11809,8 +11695,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12026,8 +11910,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12222,8 +12104,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12436,8 +12316,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12631,8 +12509,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12849,8 +12725,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13047,8 +12921,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13261,8 +13133,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13456,8 +13326,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13674,8 +13542,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13867,8 +13733,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14085,8 +13949,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14280,8 +14142,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14497,8 +14357,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14693,8 +14551,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14912,8 +14768,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15113,8 +14967,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15338,8 +15190,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15530,8 +15380,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15748,8 +15596,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15943,8 +15789,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16159,8 +16003,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16353,8 +16195,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16573,8 +16413,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16768,8 +16606,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16988,8 +16824,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -17184,8 +17018,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -17399,8 +17231,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -17595,8 +17425,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -17811,8 +17639,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -18007,8 +17833,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -18220,8 +18044,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -18416,8 +18238,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -18630,8 +18450,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -18823,8 +18641,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19037,8 +18853,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19230,8 +19044,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19447,8 +19259,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19639,8 +19449,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19854,8 +19662,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -20055,8 +19861,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -20281,8 +20085,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -20476,8 +20278,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -20693,8 +20493,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -20890,8 +20688,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -21108,8 +20904,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -21306,8 +21100,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -21525,8 +21317,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -21723,8 +21513,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -21941,8 +21729,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -22137,8 +21923,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -22357,8 +22141,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -22554,8 +22336,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -22774,8 +22554,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -22973,8 +22751,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -23198,8 +22974,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -23394,8 +23168,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -23616,8 +23388,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -23811,8 +23581,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -24026,8 +23794,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -24223,8 +23989,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -24443,8 +24207,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -24637,8 +24399,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -24857,8 +24617,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -25060,8 +24818,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -25285,8 +25041,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -25481,8 +25235,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -25700,8 +25452,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -25896,8 +25646,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -26117,8 +25865,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -26314,8 +26060,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -26534,8 +26278,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -26729,8 +26471,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -26947,8 +26687,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -27145,8 +26883,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -27363,8 +27099,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -27559,8 +27293,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -27780,8 +27512,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -27976,8 +27706,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -28196,8 +27924,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -28390,8 +28116,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -28615,8 +28339,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -28813,8 +28535,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -29035,8 +28755,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -29233,8 +28951,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -29453,8 +29169,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -29650,8 +29364,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -29870,8 +29582,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -30074,8 +29784,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -30301,8 +30009,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -30498,8 +30204,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -30719,8 +30423,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -30914,8 +30616,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -31134,8 +30834,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -31331,8 +31029,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -31549,8 +31245,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -31745,8 +31439,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -31962,8 +31654,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -32159,8 +31849,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -32381,8 +32069,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -32577,8 +32263,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -32800,8 +32484,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -32994,8 +32676,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -33212,8 +32892,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -33408,8 +33086,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -33629,8 +33305,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -33827,8 +33501,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -34042,8 +33714,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -34239,8 +33909,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -34456,8 +34124,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -34650,8 +34316,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -34869,8 +34533,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -35067,8 +34729,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -35293,8 +34953,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -35490,8 +35148,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -35709,8 +35365,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -35906,8 +35560,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -36131,8 +35783,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -36328,8 +35978,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -36548,8 +36196,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -36747,8 +36393,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -36968,8 +36612,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -37166,8 +36808,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -37389,8 +37029,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -37584,8 +37222,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -37806,8 +37442,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -38005,8 +37639,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -38226,8 +37858,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -38421,8 +38051,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -38641,8 +38269,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -38840,8 +38466,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -39059,8 +38683,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -39258,8 +38880,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -39480,8 +39100,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -39676,8 +39294,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -39841,7 +39457,7 @@ "file name": "appbio_quantstudio_designandanalysis_QS7Pro_Genotyping_missing_stage_number.xlsx", "UNC path": "tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS7Pro_Genotyping_missing_stage_number.xlsx", "ASM converter name": "allotropy_appbio_quantstudio_design_&_analysis", - "ASM converter version": "0.1.84", + "ASM converter version": "0.1.105", "software name": "Design & Analysis Software", "software version": "2.7.0" }, @@ -39852,10 +39468,10 @@ "product manufacturer": "ThermoFisher Scientific" }, "custom information document": { - "Reduce dye signal crosstalk by algorithm": "No (Default)", + "Block serial number": 2778219020021.0, "Pre-read Stage/Step": "Stage 1 Step 1", "Post-read Stage/Step": "Stage 4 Step 1", - "Block serial number": 2778219020021.0 + "Reduce dye signal crosstalk by algorithm": "No (Default)" } } } diff --git a/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS7Pro_PCR_with_Melt_example09.json b/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS7Pro_PCR_with_Melt_example09.json index 090d2e950..dc926068f 100644 --- a/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS7Pro_PCR_with_Melt_example09.json +++ b/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS7Pro_PCR_with_Melt_example09.json @@ -58,8 +58,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -304,8 +302,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -552,8 +548,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -797,8 +791,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1042,8 +1034,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1284,8 +1274,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1527,8 +1515,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1775,8 +1761,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2025,8 +2009,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2270,8 +2252,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2518,8 +2498,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2762,8 +2740,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3008,8 +2984,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3254,8 +3228,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3516,8 +3488,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3762,8 +3732,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4007,8 +3975,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4252,8 +4218,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4499,8 +4463,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4746,8 +4708,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5003,8 +4963,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5246,8 +5204,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5490,8 +5446,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5734,8 +5688,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5978,8 +5930,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6221,8 +6171,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6466,8 +6414,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6713,8 +6659,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6960,8 +6904,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7204,8 +7146,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7450,8 +7390,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7697,8 +7635,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7939,8 +7875,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8184,8 +8118,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8427,8 +8359,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8671,8 +8601,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8917,8 +8845,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9161,8 +9087,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9406,8 +9330,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9651,8 +9573,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9897,8 +9817,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10139,8 +10057,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10384,8 +10300,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10628,8 +10542,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10873,8 +10785,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11122,8 +11032,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11366,8 +11274,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11609,8 +11515,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11852,8 +11756,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12096,8 +11998,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12341,8 +12241,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12585,8 +12483,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12832,8 +12728,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13075,8 +12969,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13319,8 +13211,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13561,8 +13451,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13805,8 +13693,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14051,8 +13937,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14295,8 +14179,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14536,8 +14418,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14780,8 +14660,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15026,8 +14904,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15271,8 +15147,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15515,8 +15389,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15762,8 +15634,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16006,8 +15876,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16253,8 +16121,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16494,8 +16360,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16736,8 +16600,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16980,8 +16842,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -17225,8 +17085,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -17469,8 +17327,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -17713,8 +17569,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -17957,8 +17811,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -18202,8 +18054,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -18446,8 +18296,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -18691,8 +18539,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -18934,8 +18780,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19180,8 +19024,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19422,8 +19264,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19682,8 +19522,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19927,8 +19765,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -20168,8 +20004,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -20415,8 +20249,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -20658,8 +20490,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -20898,8 +20728,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -21144,8 +20972,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -21388,8 +21214,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -21631,8 +21455,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -21876,8 +21698,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -22125,8 +21945,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -22366,8 +22184,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -22613,8 +22429,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -22857,8 +22671,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -23106,8 +22918,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -23348,8 +23158,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -23543,7 +23351,7 @@ "file name": "appbio_quantstudio_designandanalysis_QS7Pro_PCR_with_Melt_example09.xlsx", "UNC path": "tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS7Pro_PCR_with_Melt_example09.xlsx", "ASM converter name": "allotropy_appbio_quantstudio_design_&_analysis", - "ASM converter version": "0.1.84", + "ASM converter version": "0.1.105", "software name": "Design & Analysis Software", "software version": "2.7.0" }, diff --git a/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS7Pro_Presence_and_Absence_autoexport.json b/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS7Pro_Presence_and_Absence_autoexport.json index a1a40824b..5cbc630db 100644 --- a/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS7Pro_Presence_and_Absence_autoexport.json +++ b/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS7Pro_Presence_and_Absence_autoexport.json @@ -64,8 +64,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -278,8 +276,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -493,8 +489,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -706,8 +700,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -920,8 +912,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -1134,8 +1124,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -1348,8 +1336,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -1562,8 +1548,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -1778,8 +1762,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -1992,8 +1974,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -2205,8 +2185,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -2419,8 +2397,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -2631,8 +2607,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -2845,8 +2819,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -3058,8 +3030,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -3272,8 +3242,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -3487,8 +3455,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -3701,8 +3667,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -3915,8 +3879,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -4128,8 +4090,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -4341,8 +4301,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -4556,8 +4514,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -4779,8 +4735,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -5009,8 +4963,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -5233,8 +5185,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -5457,8 +5407,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -5679,8 +5627,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -5903,8 +5849,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -6127,8 +6071,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -6352,8 +6294,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -6574,8 +6514,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -6797,8 +6735,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -7020,8 +6956,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -7243,8 +7177,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -7467,8 +7399,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -7690,8 +7620,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -7912,8 +7840,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -8135,8 +8061,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -8360,8 +8284,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -8582,8 +8504,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -8805,8 +8725,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -9027,8 +8945,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -9251,8 +9167,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -9474,8 +9388,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -9695,8 +9607,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -9921,8 +9831,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -10216,8 +10124,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -10447,8 +10353,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -10718,8 +10622,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -10940,8 +10842,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -11157,8 +11057,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -11377,8 +11275,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -11601,8 +11497,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -11822,8 +11716,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -12040,8 +11932,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -12261,8 +12151,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -12482,8 +12370,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -12704,8 +12590,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -12923,8 +12807,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -13142,8 +13024,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -13359,8 +13239,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -13579,8 +13457,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -13799,8 +13675,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -14021,8 +13895,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -14241,8 +14113,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -14461,8 +14331,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -14684,8 +14552,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -14906,8 +14772,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -15126,8 +14990,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -15348,8 +15210,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -15571,8 +15431,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -15799,8 +15657,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -16099,8 +15955,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -16325,8 +16179,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -16547,8 +16399,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -16772,8 +16622,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -16997,8 +16845,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -17221,8 +17067,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -17445,8 +17289,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -17667,8 +17509,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -17890,8 +17730,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -18115,8 +17953,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -18341,8 +18177,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -18562,8 +18396,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -18784,8 +18616,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -19009,8 +18839,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -19233,8 +19061,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -19456,8 +19282,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -19676,8 +19500,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -19901,8 +19723,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -20124,8 +19944,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -20349,8 +20167,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -20572,8 +20388,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -20794,8 +20608,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -21023,8 +20835,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -21247,8 +21057,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -21473,8 +21281,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -21699,8 +21505,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -21924,8 +21728,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -22149,8 +21951,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -22376,8 +22176,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -22601,8 +22399,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -22826,8 +22622,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -23053,8 +22847,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -23278,8 +23070,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -23506,8 +23296,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -23742,8 +23530,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -23967,8 +23753,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -24192,8 +23976,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -24418,8 +24200,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -24643,8 +24423,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -24869,8 +24647,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -25094,8 +24870,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -25320,8 +25094,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -25545,8 +25317,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -25770,8 +25540,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -25996,8 +25764,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -26221,8 +25987,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -26435,8 +26199,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -26664,8 +26426,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -26888,8 +26648,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -27110,8 +26868,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -27333,8 +27089,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -27555,8 +27309,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -27780,8 +27532,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -28008,8 +27758,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -28232,8 +27980,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -28458,8 +28204,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -28684,8 +28428,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -28907,8 +28649,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -29134,8 +28874,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -29359,8 +29097,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -29586,8 +29322,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -29812,8 +29546,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -30040,8 +29772,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -30267,8 +29997,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -30496,8 +30224,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -30722,8 +30448,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -30947,8 +30671,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -31175,8 +30897,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -31402,8 +31122,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -31626,8 +31344,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -31931,8 +31647,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -32157,8 +31871,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -32383,8 +32095,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -32605,8 +32315,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -32825,8 +32533,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -33045,8 +32751,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -33268,8 +32972,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -33488,8 +33190,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -33709,8 +33409,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -33928,8 +33626,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -34151,8 +33847,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -34372,8 +34066,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -34592,8 +34284,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -34816,8 +34506,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -35038,8 +34726,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -35261,8 +34947,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -35483,8 +35167,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -35706,8 +35388,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -35927,8 +35607,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -36150,8 +35828,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -36378,8 +36054,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -36600,8 +36274,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -36824,8 +36496,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -37048,8 +36718,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -37354,8 +37022,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -37580,8 +37246,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -37804,8 +37468,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -38025,8 +37687,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -38245,8 +37905,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -38467,8 +38125,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -38690,8 +38346,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -38911,8 +38565,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -39132,8 +38784,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -39355,8 +39005,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -39574,8 +39222,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -39794,8 +39440,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -40016,8 +39660,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -40236,8 +39878,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -40457,8 +40097,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -40678,8 +40316,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -40899,8 +40535,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -41122,8 +40756,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -41344,8 +40976,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -41569,8 +41199,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -41790,8 +41418,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -42011,8 +41637,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -42232,8 +41856,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -42454,8 +42076,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -42682,8 +42302,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -42907,8 +42525,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -43130,8 +42746,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -43356,8 +42970,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -43578,8 +43190,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -43802,8 +43412,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -44025,8 +43633,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -44250,8 +43856,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -44474,8 +44078,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -44698,8 +44300,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -44921,8 +44521,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -45145,8 +44743,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -45368,8 +44964,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -45592,8 +45186,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -45816,8 +45408,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -46039,8 +45629,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -46262,8 +45850,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -46486,8 +46072,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -46709,8 +46293,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -46930,8 +46512,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -47154,8 +46734,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -47378,8 +46956,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -47604,8 +47180,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -47828,8 +47402,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -48048,8 +47620,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -48275,8 +47845,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -51555,7 +51123,7 @@ "file name": "appbio_quantstudio_designandanalysis_QS7Pro_Presence_and_Absence_autoexport.xls", "UNC path": "tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS7Pro_Presence_and_Absence_autoexport.xls", "ASM converter name": "allotropy_appbio_quantstudio_design_&_analysis", - "ASM converter version": "0.1.84" + "ASM converter version": "0.1.105" }, "device system document": { "device identifier": "QS7Pro", diff --git a/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS7Pro_Presence_and_Absence_example10.json b/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS7Pro_Presence_and_Absence_example10.json index 2fde3636a..f9f8b4629 100644 --- a/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS7Pro_Presence_and_Absence_example10.json +++ b/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS7Pro_Presence_and_Absence_example10.json @@ -63,8 +63,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -258,8 +256,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -480,8 +476,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -679,8 +673,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -897,8 +889,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1100,8 +1090,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1318,8 +1306,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1519,8 +1505,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1737,8 +1721,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1937,8 +1919,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2157,8 +2137,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2354,8 +2332,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2570,8 +2546,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2770,8 +2744,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2986,8 +2958,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3181,8 +3151,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3400,8 +3368,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3597,8 +3563,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3812,8 +3776,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4011,8 +3973,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4230,8 +4190,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4425,8 +4383,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4644,8 +4600,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4842,8 +4796,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5060,8 +5012,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5262,8 +5212,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5482,8 +5430,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5684,8 +5630,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5902,8 +5846,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6105,8 +6047,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6324,8 +6264,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6526,8 +6464,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6747,8 +6683,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6943,8 +6877,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7162,8 +7094,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7362,8 +7292,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7582,8 +7510,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7779,8 +7705,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8000,8 +7924,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8199,8 +8121,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8418,8 +8338,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8614,8 +8532,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8833,8 +8749,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9027,8 +8941,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9245,8 +9157,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9444,8 +9354,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9662,8 +9570,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9864,8 +9770,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10085,8 +9989,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10286,8 +10188,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10505,8 +10405,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10706,8 +10604,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10924,8 +10820,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11120,8 +11014,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11341,8 +11233,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11539,8 +11429,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11758,8 +11646,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11956,8 +11842,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12175,8 +12059,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12372,8 +12254,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12590,8 +12470,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12787,8 +12665,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13005,8 +12881,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13205,8 +13079,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13427,8 +13299,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13629,8 +13499,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13848,8 +13716,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14050,8 +13916,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14268,8 +14132,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14470,8 +14332,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14688,8 +14548,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14887,8 +14745,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15107,8 +14963,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15304,8 +15158,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15523,8 +15375,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15719,8 +15569,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15937,8 +15785,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16134,8 +15980,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16352,8 +16196,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16547,8 +16389,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16764,8 +16604,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16962,8 +16800,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -17181,8 +17017,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -17376,8 +17210,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -17593,8 +17425,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -17798,8 +17628,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -18018,8 +17846,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -18218,8 +18044,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -18436,8 +18260,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -18638,8 +18460,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -18857,8 +18677,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19060,8 +18878,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19279,8 +19095,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19474,8 +19288,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19692,8 +19504,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19888,8 +19698,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -20107,8 +19915,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -20303,8 +20109,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -20520,8 +20324,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -20715,8 +20517,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -20935,8 +20735,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -21132,8 +20930,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -21347,8 +21143,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -21543,8 +21337,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -21762,8 +21554,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -21966,8 +21756,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -22186,8 +21974,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -22387,8 +22173,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -22603,8 +22387,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -22802,8 +22584,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -23019,8 +22799,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -23220,8 +22998,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -23438,8 +23214,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -23635,8 +23409,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -23855,8 +23627,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -24051,8 +23821,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -24270,8 +24038,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -24464,8 +24230,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -24684,8 +24448,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -24883,8 +24645,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -25099,8 +24859,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -25295,8 +25053,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -25517,8 +25273,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -25714,8 +25468,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -25934,8 +25686,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -26136,8 +25886,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -26352,8 +26100,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -26555,8 +26301,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -26772,8 +26516,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -26975,8 +26717,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -27192,8 +26932,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -27394,8 +27132,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -27609,8 +27345,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -27813,8 +27547,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -28031,8 +27763,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -28230,8 +27960,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -28448,8 +28176,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -28643,8 +28369,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -28865,8 +28589,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -29061,8 +28783,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -29278,8 +28998,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -29474,8 +29192,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -29694,8 +29410,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -29891,8 +29605,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -30109,8 +29821,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -30307,8 +30017,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -30523,8 +30231,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -30725,8 +30431,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -30945,8 +30649,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -31148,8 +30850,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -31367,8 +31067,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -31570,8 +31268,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -31791,8 +31487,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -31990,8 +31684,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -32207,8 +31899,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -32408,8 +32098,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -32625,8 +32313,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -32820,8 +32506,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -33039,8 +32723,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -33233,8 +32915,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -33451,8 +33131,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -33647,8 +33325,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -33867,8 +33543,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -34067,8 +33741,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -34287,8 +33959,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -34483,8 +34153,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -34700,8 +34368,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -34897,8 +34563,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -39224,7 +38888,7 @@ "file name": "appbio_quantstudio_designandanalysis_QS7Pro_Presence_and_Absence_example10.xlsx", "UNC path": "tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS7Pro_Presence_and_Absence_example10.xlsx", "ASM converter name": "allotropy_appbio_quantstudio_design_&_analysis", - "ASM converter version": "0.1.84", + "ASM converter version": "0.1.105", "software name": "Design & Analysis Software", "software version": "2.7.0" }, @@ -39236,8 +38900,8 @@ }, "custom information document": { "Post-read Stage/Step": "Stage 3 Step 1", - "Block serial number": 2778219020021.0, - "Reduce dye signal crosstalk by algorithm": "No (Default)" + "Reduce dye signal crosstalk by algorithm": "No (Default)", + "Block serial number": 2778219020021.0 } } } diff --git a/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS7Pro_Primary_Analysis_example18.json b/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS7Pro_Primary_Analysis_example18.json index 1502f3885..6f5b9f113 100644 --- a/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS7Pro_Primary_Analysis_example18.json +++ b/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS7Pro_Primary_Analysis_example18.json @@ -51,8 +51,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -134,8 +132,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -217,8 +213,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -300,8 +294,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -383,8 +375,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -466,8 +456,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -549,8 +537,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -632,8 +618,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -715,8 +699,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -798,8 +780,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -881,8 +861,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -964,8 +942,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -1047,8 +1023,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -1130,8 +1104,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -1213,8 +1185,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -1296,8 +1266,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -1379,8 +1347,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -1462,8 +1428,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -1545,8 +1509,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -1628,8 +1590,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -1711,8 +1671,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -1794,8 +1752,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -1877,8 +1833,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -1960,8 +1914,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -2043,8 +1995,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -2126,8 +2076,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -2209,8 +2157,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -2292,8 +2238,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -2375,8 +2319,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -2458,8 +2400,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -2541,8 +2481,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -2624,8 +2562,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -2707,8 +2643,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -2790,8 +2724,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -2873,8 +2805,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -2956,8 +2886,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -3039,8 +2967,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } } @@ -3118,8 +3044,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } } @@ -3197,8 +3121,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } } @@ -3276,8 +3198,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } } @@ -3355,8 +3275,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } } @@ -3434,8 +3352,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } } @@ -3513,8 +3429,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } } @@ -3592,8 +3506,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } } @@ -3671,8 +3583,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } } @@ -3750,8 +3660,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } } @@ -3829,8 +3737,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } } @@ -3908,8 +3814,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } } @@ -3987,8 +3891,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -4070,8 +3972,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -4153,8 +4053,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -4236,8 +4134,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -4319,8 +4215,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -4402,8 +4296,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -4485,8 +4377,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -4568,8 +4458,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -4651,8 +4539,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -4734,8 +4620,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -4817,8 +4701,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -4900,8 +4782,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -4983,8 +4863,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -5066,8 +4944,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -5149,8 +5025,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -5232,8 +5106,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -5315,8 +5187,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -5398,8 +5268,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -5481,8 +5349,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -5564,8 +5430,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -5647,8 +5511,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -5730,8 +5592,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -5813,8 +5673,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -5896,8 +5754,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -5979,8 +5835,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -6062,8 +5916,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -6145,8 +5997,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -6228,8 +6078,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -6311,8 +6159,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -6394,8 +6240,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -6477,8 +6321,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -6560,8 +6402,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -6643,8 +6483,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -6726,8 +6564,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -6809,8 +6645,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -6892,8 +6726,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -6975,8 +6807,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -7058,8 +6888,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -7141,8 +6969,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -7224,8 +7050,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -7307,8 +7131,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -7390,8 +7212,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -7473,8 +7293,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -7556,8 +7374,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -7639,8 +7455,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -7722,8 +7536,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -7805,8 +7617,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -7888,8 +7698,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": false } }, @@ -7929,7 +7737,7 @@ "file name": "appbio_quantstudio_designandanalysis_QS7Pro_Primary_Analysis_example18.xlsx", "UNC path": "tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS7Pro_Primary_Analysis_example18.xlsx", "ASM converter name": "allotropy_appbio_quantstudio_design_&_analysis", - "ASM converter version": "0.1.84", + "ASM converter version": "0.1.105", "software name": "Design & Analysis Software", "software version": "2.6.0" }, diff --git a/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS7Pro_Primary_Analysis_example2.json b/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS7Pro_Primary_Analysis_example2.json index ff1dcad90..b46f5b4f6 100644 --- a/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS7Pro_Primary_Analysis_example2.json +++ b/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS7Pro_Primary_Analysis_example2.json @@ -59,8 +59,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -258,8 +256,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -455,8 +451,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -673,8 +667,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -876,8 +868,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -1072,8 +1062,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -1296,8 +1284,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -1490,8 +1476,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -1682,8 +1666,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -1899,8 +1881,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -2094,8 +2074,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -2292,8 +2270,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -2514,8 +2490,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -2711,8 +2685,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -2907,8 +2879,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -3132,8 +3102,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -3331,8 +3299,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -3527,8 +3493,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -3752,8 +3716,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -3954,8 +3916,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -4153,8 +4113,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -4378,8 +4336,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -4578,8 +4534,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -4780,8 +4734,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -5004,8 +4956,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -5200,8 +5150,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -5397,8 +5345,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -5619,8 +5565,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -5825,8 +5769,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -6024,8 +5966,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -6250,8 +6190,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -6448,8 +6386,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -6646,8 +6582,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -6870,8 +6804,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -7068,8 +7000,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -7264,8 +7194,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -7486,8 +7414,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -7686,8 +7612,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -7885,8 +7809,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -8107,8 +8029,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -8304,8 +8224,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -8502,8 +8420,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -8726,8 +8642,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -8923,8 +8837,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -9123,8 +9035,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -9345,8 +9255,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -9545,8 +9453,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -9745,8 +9651,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -9966,8 +9870,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -10165,8 +10067,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -10367,8 +10267,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -10586,8 +10484,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -10781,8 +10677,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -10979,8 +10873,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -11201,8 +11093,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -11401,8 +11291,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -11599,8 +11487,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -11819,8 +11705,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -12022,8 +11906,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -12217,8 +12099,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -12443,8 +12323,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -12643,8 +12521,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -12844,8 +12720,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -13064,8 +12938,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -13266,8 +13138,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -13465,8 +13335,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -13688,8 +13556,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -13889,8 +13755,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -14091,8 +13955,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -14314,8 +14176,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -14513,8 +14373,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -14715,8 +14573,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -14937,8 +14793,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -15141,8 +14995,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -15341,8 +15193,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -15568,8 +15418,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -15764,8 +15612,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -15968,8 +15814,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -16190,8 +16034,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -16388,8 +16230,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -16589,8 +16429,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -16811,8 +16649,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -17010,8 +16846,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -17208,8 +17042,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -17429,8 +17261,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -17628,8 +17458,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -17825,8 +17653,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -18046,8 +17872,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -18244,8 +18068,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -18444,8 +18266,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -18665,8 +18485,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -18868,8 +18686,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -19073,8 +18889,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -19294,8 +19108,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -19493,8 +19305,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -19696,8 +19506,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -19915,8 +19723,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -20110,8 +19916,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -20304,8 +20108,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -20521,8 +20323,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -20719,8 +20519,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -20919,8 +20717,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -21139,8 +20935,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -21337,8 +21131,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -21538,8 +21330,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -21760,8 +21550,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -21960,8 +21748,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -22161,8 +21947,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -22384,8 +22168,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -22584,8 +22366,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -22787,8 +22567,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -23009,8 +22787,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -23205,8 +22981,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -23407,8 +23181,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -23628,8 +23400,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -23821,8 +23591,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -24016,8 +23784,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -24234,8 +24000,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -24430,8 +24194,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -24630,8 +24392,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -24847,8 +24607,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -25046,8 +24804,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -25245,8 +25001,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -25469,8 +25223,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -25665,8 +25417,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -25863,8 +25613,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -26086,8 +25834,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -26289,8 +26035,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -26490,8 +26234,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -26711,8 +26453,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -26909,8 +26649,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -27109,8 +26847,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -27332,8 +27068,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -27531,8 +27265,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -27730,8 +27462,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -27948,8 +27678,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -28148,8 +27876,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -28347,8 +28073,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -28567,8 +28291,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -28767,8 +28489,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -28972,8 +28692,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -29200,8 +28918,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -29398,8 +29114,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -29596,8 +29310,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -29820,8 +29532,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -30010,8 +29720,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -30215,8 +29923,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -30436,8 +30142,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -30634,8 +30338,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -30833,8 +30535,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -31054,8 +30754,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -31254,8 +30952,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -31456,8 +31152,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -31679,8 +31373,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -31878,8 +31570,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -32081,8 +31771,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -32304,8 +31992,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -32501,8 +32187,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -32701,8 +32385,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -32925,8 +32607,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -33120,8 +32800,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -33318,8 +32996,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -33543,8 +33219,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -33743,8 +33417,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -33946,8 +33618,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -34171,8 +33841,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -34373,8 +34041,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -34573,8 +34239,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -34796,8 +34460,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -34996,8 +34658,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -35196,8 +34856,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -35418,8 +35076,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -35619,8 +35275,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -35824,8 +35478,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -36046,8 +35698,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -36249,8 +35899,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -36449,8 +36097,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -36670,8 +36316,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -36868,8 +36512,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -37069,8 +36711,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -37292,8 +36932,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -37490,8 +37128,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -37687,8 +37323,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -37911,8 +37545,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -38109,8 +37741,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -38310,8 +37940,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -38533,8 +38161,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -38730,8 +38356,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -38929,8 +38553,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -39153,8 +38775,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -39350,8 +38970,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -39552,8 +39170,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -39777,8 +39393,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -39976,8 +39590,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -40176,8 +39788,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -40397,8 +40007,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -40592,8 +40200,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -40791,8 +40397,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -41016,8 +40620,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -41212,8 +40814,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -41404,8 +41004,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -41618,8 +41216,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -41811,8 +41407,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -42002,8 +41596,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -42218,8 +41810,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -42408,8 +41998,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -42598,8 +42186,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -42807,8 +42393,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -43002,8 +42586,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -43195,8 +42777,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -43414,8 +42994,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -43611,8 +43189,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -43813,8 +43389,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -44041,8 +43615,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -44243,8 +43815,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -44447,8 +44017,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -44670,8 +44238,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -44868,8 +44434,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -45067,8 +44631,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -45289,8 +44851,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -45483,8 +45043,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -45688,8 +45246,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -45909,8 +45465,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -46105,8 +45659,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -46304,8 +45856,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -46528,8 +46078,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -46725,8 +46273,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -46928,8 +46474,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -47150,8 +46694,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -47350,8 +46892,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -47550,8 +47090,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -47771,8 +47309,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -47968,8 +47504,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -48166,8 +47700,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -48390,8 +47922,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -48588,8 +48118,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -48787,8 +48315,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -49009,8 +48535,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -49208,8 +48732,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -49414,8 +48936,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -49638,8 +49158,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -49838,8 +49356,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -50035,8 +49551,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -50262,8 +49776,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -50462,8 +49974,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -50663,8 +50173,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -50884,8 +50392,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -51082,8 +50588,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -51278,8 +50782,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -51494,8 +50996,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -51690,8 +51190,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -51890,8 +51388,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -52117,8 +51613,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -52313,8 +51807,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -52513,8 +52005,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -52736,8 +52226,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -52935,8 +52423,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -53131,8 +52617,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -53355,8 +52839,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -53554,8 +53036,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -53755,8 +53235,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -53977,8 +53455,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -54173,8 +53649,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -54372,8 +53846,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -54595,8 +54067,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -54792,8 +54262,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -54990,8 +54458,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -55216,8 +54682,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -55412,8 +54876,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -55612,8 +55074,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -55835,8 +55295,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -56036,8 +55494,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -56234,8 +55690,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -56458,8 +55912,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -56656,8 +56108,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -56852,8 +56302,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -57076,8 +56524,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -57280,8 +56726,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -57479,8 +56923,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -57703,8 +57145,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -57902,8 +57342,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -58104,8 +57542,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -58328,8 +57764,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -58527,8 +57961,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -58731,8 +58163,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -58953,8 +58383,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -59153,8 +58581,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -59358,8 +58784,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "False" } }, @@ -60052,7 +59476,7 @@ "file name": "appbio_quantstudio_designandanalysis_QS7Pro_Primary_Analysis_example2.xlsx", "UNC path": "tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS7Pro_Primary_Analysis_example2.xlsx", "ASM converter name": "allotropy_appbio_quantstudio_design_&_analysis", - "ASM converter version": "0.1.84", + "ASM converter version": "0.1.105", "software name": "Design & Analysis Software", "software version": "2.6.0" }, diff --git a/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS7Pro_Relative_Quantification_Biogroup_example12.json b/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS7Pro_Relative_Quantification_Biogroup_example12.json index c0af9e510..773528891 100644 --- a/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS7Pro_Relative_Quantification_Biogroup_example12.json +++ b/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS7Pro_Relative_Quantification_Biogroup_example12.json @@ -61,8 +61,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -281,8 +279,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -499,8 +495,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -721,8 +715,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -941,8 +933,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1159,8 +1149,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1382,8 +1370,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1604,8 +1590,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1823,8 +1807,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2039,8 +2021,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2252,8 +2232,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2466,8 +2444,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2682,8 +2658,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2898,8 +2872,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3115,8 +3087,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3332,8 +3302,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3545,8 +3513,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3757,8 +3723,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3971,8 +3935,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4180,8 +4142,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4394,8 +4354,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4609,8 +4567,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4825,8 +4781,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5039,8 +4993,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5254,8 +5206,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5468,8 +5418,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5682,8 +5630,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5896,8 +5842,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6110,8 +6054,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6325,8 +6267,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6544,8 +6484,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6762,8 +6700,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6976,8 +6912,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7191,8 +7125,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7404,8 +7336,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7617,8 +7547,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7831,8 +7759,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8046,8 +7972,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8259,8 +8183,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8476,8 +8398,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8690,8 +8610,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8904,8 +8822,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9119,8 +9035,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9332,8 +9246,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9546,8 +9458,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9763,8 +9673,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9977,8 +9885,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10192,8 +10098,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10408,8 +10312,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10624,8 +10526,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10842,8 +10742,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11057,8 +10955,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11274,8 +11170,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11491,8 +11385,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11709,8 +11601,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11923,8 +11813,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12139,8 +12027,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12353,8 +12239,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12565,8 +12449,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12776,8 +12658,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12988,8 +12868,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13203,8 +13081,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13416,8 +13292,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13633,8 +13507,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13847,8 +13719,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14059,8 +13929,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14275,8 +14143,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14489,8 +14355,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14703,8 +14567,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14920,8 +14782,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15134,8 +14994,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15348,8 +15206,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15559,8 +15415,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15774,8 +15628,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15987,8 +15839,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16200,8 +16050,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16417,8 +16265,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16631,8 +16477,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16849,8 +16693,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -17062,8 +16904,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -17278,8 +17118,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -17496,8 +17334,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -17716,8 +17552,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -17931,8 +17765,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -18148,8 +17980,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -18371,8 +18201,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -18590,8 +18418,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -18811,8 +18637,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19032,8 +18856,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19251,8 +19073,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19470,8 +19290,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19688,8 +19506,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19909,8 +19725,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -20131,8 +19945,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -20350,8 +20162,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -20569,8 +20379,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -20788,8 +20596,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -21008,8 +20814,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -21226,8 +21030,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -21443,8 +21245,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -21661,8 +21461,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -21879,8 +21677,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -22098,8 +21894,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -22316,8 +22110,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -22535,8 +22327,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -22752,8 +22542,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -22974,8 +22762,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -23194,8 +22980,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -23411,8 +23195,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -23631,8 +23413,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -23852,8 +23632,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -24074,8 +23852,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -24296,8 +24072,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -24516,8 +24290,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -24736,8 +24508,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -24955,8 +24725,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -25173,8 +24941,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -25392,8 +25158,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -25612,8 +25376,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -25832,8 +25594,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -26051,8 +25811,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -26270,8 +26028,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -26487,8 +26243,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -26708,8 +26462,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -26926,8 +26678,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -27146,8 +26896,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -27364,8 +27112,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -27584,8 +27330,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -27807,8 +27551,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -28024,8 +27766,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -28242,8 +27982,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -28456,8 +28194,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -28672,8 +28408,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -28890,8 +28624,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -29106,8 +28838,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -29323,8 +29053,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -29539,8 +29267,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -29755,8 +29481,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -29972,8 +29696,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -30190,8 +29912,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -30409,8 +30129,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -30625,8 +30343,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -30841,8 +30557,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -31057,8 +30771,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -31272,8 +30984,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -31487,8 +31197,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -31701,8 +31409,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -31919,8 +31625,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -32133,8 +31837,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -32348,8 +32050,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -32563,8 +32263,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -32778,8 +32476,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -32993,8 +32689,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -33209,8 +32903,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -33426,8 +33118,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -33640,8 +33330,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -33855,8 +33543,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -34068,8 +33754,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -34281,8 +33965,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -34498,8 +34180,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -34710,8 +34390,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -34926,8 +34604,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -35143,8 +34819,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -35360,8 +35034,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -35577,8 +35249,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -35792,8 +35462,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -36007,8 +35675,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -36222,8 +35888,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -36440,8 +36104,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -36655,8 +36317,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -36873,8 +36533,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -37089,8 +36747,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -37304,8 +36960,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -37521,8 +37175,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -37736,8 +37388,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -37956,8 +37606,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -38168,8 +37816,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -38384,8 +38030,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -38599,8 +38243,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -38815,8 +38457,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -39031,8 +38671,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -39247,8 +38885,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -39464,8 +39100,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -39677,8 +39311,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -39893,8 +39525,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -40112,8 +39742,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -40325,8 +39953,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -40540,8 +40166,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -40754,8 +40378,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -40970,8 +40592,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -41184,8 +40804,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -41402,8 +41020,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -41619,8 +41235,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -41839,8 +41453,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -42055,8 +41667,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -42270,8 +41880,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -42486,8 +42094,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -42702,8 +42308,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -42915,8 +42519,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -43130,8 +42732,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -43349,8 +42949,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -43571,8 +43169,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -43792,8 +43388,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -44013,8 +43607,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -44237,8 +43829,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -44458,8 +44048,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -44681,8 +44269,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -56471,7 +56057,7 @@ "file name": "appbio_quantstudio_designandanalysis_QS7Pro_Relative_Quantification_Biogroup_example12.xlsx", "UNC path": "tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS7Pro_Relative_Quantification_Biogroup_example12.xlsx", "ASM converter name": "allotropy_appbio_quantstudio_design_&_analysis", - "ASM converter version": "0.1.84", + "ASM converter version": "0.1.105", "software name": "Design & Analysis Software", "software version": "2.7.0" }, diff --git a/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS7Pro_Relative_Quantification_example11.json b/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS7Pro_Relative_Quantification_example11.json index 6c2f68642..b0e67480d 100644 --- a/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS7Pro_Relative_Quantification_example11.json +++ b/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS7Pro_Relative_Quantification_example11.json @@ -61,8 +61,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -281,8 +279,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -496,8 +492,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -714,8 +708,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -929,8 +921,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1151,8 +1141,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1366,8 +1354,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1586,8 +1572,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1802,8 +1786,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2020,8 +2002,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2234,8 +2214,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2455,8 +2433,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2670,8 +2646,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2886,8 +2860,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3101,8 +3073,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3321,8 +3291,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3534,8 +3502,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3749,8 +3715,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3966,8 +3930,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4184,8 +4146,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4396,8 +4356,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4610,8 +4568,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4823,8 +4779,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5038,8 +4992,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5252,8 +5204,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5465,8 +5415,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5682,8 +5630,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5897,8 +5843,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6112,8 +6056,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6329,8 +6271,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6545,8 +6485,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6759,8 +6697,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6974,8 +6910,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7193,8 +7127,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7408,8 +7340,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7624,8 +7554,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7840,8 +7768,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8056,8 +7982,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8273,8 +8197,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8487,8 +8409,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8705,8 +8625,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8921,8 +8839,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9137,8 +9053,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9352,8 +9266,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9571,8 +9483,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9789,8 +9699,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10002,8 +9910,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10215,8 +10121,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10431,8 +10335,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10645,8 +10547,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10862,8 +10762,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11077,8 +10975,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11290,8 +11186,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11503,8 +11397,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11716,8 +11608,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11929,8 +11819,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12143,8 +12031,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12357,8 +12243,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12570,8 +12454,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12783,8 +12665,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12998,8 +12878,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13214,8 +13092,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13431,8 +13307,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13649,8 +13523,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13870,8 +13742,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14090,8 +13960,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14309,8 +14177,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14524,8 +14390,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14742,8 +14606,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14957,8 +14819,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15171,8 +15031,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15388,8 +15246,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19779,7 +19635,7 @@ "file name": "appbio_quantstudio_designandanalysis_QS7Pro_Relative_Quantification_example11.xlsx", "UNC path": "tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS7Pro_Relative_Quantification_example11.xlsx", "ASM converter name": "allotropy_appbio_quantstudio_design_&_analysis", - "ASM converter version": "0.1.84", + "ASM converter version": "0.1.105", "software name": "Design & Analysis Software", "software version": "2.7.0" }, diff --git a/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS7Pro_Relative_Standard_Curve_example13.json b/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS7Pro_Relative_Standard_Curve_example13.json index 3ddc6d94c..4546f59f1 100644 --- a/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS7Pro_Relative_Standard_Curve_example13.json +++ b/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS7Pro_Relative_Standard_Curve_example13.json @@ -61,8 +61,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -281,8 +279,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -499,8 +495,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -721,8 +715,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -941,8 +933,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1159,8 +1149,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1382,8 +1370,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1604,8 +1590,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1823,8 +1807,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2039,8 +2021,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2255,8 +2235,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2472,8 +2450,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2688,8 +2664,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2905,8 +2879,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3125,8 +3097,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3342,8 +3312,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3557,8 +3525,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3772,8 +3738,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3989,8 +3953,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4209,8 +4171,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4428,8 +4388,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4643,8 +4601,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4860,8 +4816,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5074,8 +5028,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5288,8 +5240,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5502,8 +5452,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5718,8 +5666,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5935,8 +5881,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6150,8 +6094,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6367,8 +6309,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6583,8 +6523,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6797,8 +6735,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7012,8 +6948,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7229,8 +7163,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7444,8 +7376,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7658,8 +7588,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7874,8 +7802,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8091,8 +8017,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8304,8 +8228,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8516,8 +8438,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8731,8 +8651,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8945,8 +8863,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9159,8 +9075,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9374,8 +9288,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9587,8 +9499,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9799,8 +9709,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10011,8 +9919,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10222,8 +10128,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10438,8 +10342,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10654,8 +10556,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10867,8 +10767,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11081,8 +10979,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11297,8 +11193,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11513,8 +11407,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11730,8 +11622,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11947,8 +11837,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12160,8 +12048,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12372,8 +12258,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12586,8 +12470,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12795,8 +12677,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13009,8 +12889,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13224,8 +13102,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13440,8 +13316,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13654,8 +13528,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13869,8 +13741,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14083,8 +13953,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14297,8 +14165,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14511,8 +14377,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14725,8 +14589,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14940,8 +14802,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15159,8 +15019,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15377,8 +15235,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15591,8 +15447,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15806,8 +15660,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16019,8 +15871,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16232,8 +16082,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16446,8 +16294,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16661,8 +16507,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16874,8 +16718,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -17091,8 +16933,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -17305,8 +17145,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -17519,8 +17357,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -17734,8 +17570,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -17947,8 +17781,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -18161,8 +17993,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -18378,8 +18208,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -18592,8 +18420,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -18807,8 +18633,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19023,8 +18847,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19239,8 +19061,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19457,8 +19277,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19672,8 +19490,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19889,8 +19705,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -20106,8 +19920,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -20324,8 +20136,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -20538,8 +20348,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -20754,8 +20562,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -20968,8 +20774,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -21180,8 +20984,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -21391,8 +21193,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -21603,8 +21403,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -21818,8 +21616,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -22031,8 +21827,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -22248,8 +22042,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -22462,8 +22254,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -22674,8 +22464,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -22890,8 +22678,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -23104,8 +22890,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -23318,8 +23102,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -23535,8 +23317,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -23749,8 +23529,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -23963,8 +23741,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -24174,8 +23950,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -24389,8 +24163,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -24602,8 +24374,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -24815,8 +24585,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -25032,8 +24800,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -25246,8 +25012,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -25464,8 +25228,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -25677,8 +25439,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -25893,8 +25653,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -26111,8 +25869,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -26331,8 +26087,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -26546,8 +26300,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -26763,8 +26515,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -26986,8 +26736,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -27205,8 +26953,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -27426,8 +27172,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -27647,8 +27391,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -27866,8 +27608,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -28085,8 +27825,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -28303,8 +28041,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -28524,8 +28260,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -28746,8 +28480,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -28965,8 +28697,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -29184,8 +28914,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -29403,8 +29131,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -29623,8 +29349,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -29841,8 +29565,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -30058,8 +29780,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -30276,8 +29996,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -30494,8 +30212,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -30713,8 +30429,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -30931,8 +30645,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -31150,8 +30862,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -31367,8 +31077,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -31589,8 +31297,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -31809,8 +31515,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -32026,8 +31730,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -32246,8 +31948,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -32467,8 +32167,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -32689,8 +32387,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -32911,8 +32607,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -33131,8 +32825,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -33351,8 +33043,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -33570,8 +33260,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -33788,8 +33476,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -34007,8 +33693,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -34227,8 +33911,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -34447,8 +34129,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -34666,8 +34346,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -34885,8 +34563,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -35102,8 +34778,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -35323,8 +34997,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -35541,8 +35213,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -35761,8 +35431,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -35979,8 +35647,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -36199,8 +35865,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -36422,8 +36086,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -36639,8 +36301,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -36857,8 +36517,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -37071,8 +36729,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -37287,8 +36943,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -37505,8 +37159,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -37721,8 +37373,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -37938,8 +37588,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -38154,8 +37802,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -38370,8 +38016,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -38587,8 +38231,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -38805,8 +38447,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -39024,8 +38664,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -39240,8 +38878,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -39456,8 +39092,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -39672,8 +39306,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -39887,8 +39519,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -40102,8 +39732,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -40316,8 +39944,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -40534,8 +40160,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -40748,8 +40372,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -40963,8 +40585,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -41178,8 +40798,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -41393,8 +41011,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -41608,8 +41224,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -41824,8 +41438,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -42041,8 +41653,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -42255,8 +41865,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -42470,8 +42078,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -42683,8 +42289,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -42896,8 +42500,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -43113,8 +42715,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -43325,8 +42925,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -43541,8 +43139,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -43758,8 +43354,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -43975,8 +43569,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -44192,8 +43784,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -44407,8 +43997,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -44622,8 +44210,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -44837,8 +44423,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -45055,8 +44639,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -45270,8 +44852,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -45488,8 +45068,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -45704,8 +45282,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -45919,8 +45495,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -46136,8 +45710,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -46351,8 +45923,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -46571,8 +46141,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -46783,8 +46351,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -46999,8 +46565,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -47214,8 +46778,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -47430,8 +46992,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -47646,8 +47206,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -47862,8 +47420,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -48079,8 +47635,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -48292,8 +47846,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -48508,8 +48060,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -48727,8 +48277,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -48940,8 +48488,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -49155,8 +48701,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -49369,8 +48913,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -49585,8 +49127,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -49799,8 +49339,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -50017,8 +49555,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -50234,8 +49770,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -50454,8 +49988,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -50670,8 +50202,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -50885,8 +50415,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -51101,8 +50629,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -51317,8 +50843,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -51530,8 +51054,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -51745,8 +51267,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -51964,8 +51484,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -52186,8 +51704,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -52407,8 +51923,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -52628,8 +52142,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -52852,8 +52364,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -53073,8 +52583,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -53296,8 +52804,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -53518,8 +53024,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -53737,8 +53241,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -53958,8 +53460,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -54178,8 +53678,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -54397,8 +53895,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -54618,8 +54114,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -54842,8 +54336,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -55065,8 +54557,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -55284,8 +54774,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -55500,8 +54988,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -55720,8 +55206,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -55944,8 +55428,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -56167,8 +55649,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -56386,8 +55866,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -56607,8 +56085,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -56825,8 +56301,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -57045,8 +56519,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -57263,8 +56735,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -57484,8 +56954,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -57706,8 +57174,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -57924,8 +57390,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -58141,8 +57605,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -58362,8 +57824,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -58580,8 +58040,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -58803,8 +58261,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -59021,8 +58477,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -59240,8 +58694,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -59457,8 +58909,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -59676,8 +59126,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -59896,8 +59344,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -60115,8 +59561,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -60332,8 +59776,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -60548,8 +59990,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -60765,8 +60205,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -60984,8 +60422,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -61201,8 +60637,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -61420,8 +60854,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -61636,8 +61068,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -61852,8 +61282,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -62074,8 +61502,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -62292,8 +61718,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -75319,7 +74743,7 @@ "file name": "appbio_quantstudio_designandanalysis_QS7Pro_Relative_Standard_Curve_example13.xlsx", "UNC path": "tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS7Pro_Relative_Standard_Curve_example13.xlsx", "ASM converter name": "allotropy_appbio_quantstudio_design_&_analysis", - "ASM converter version": "0.1.84", + "ASM converter version": "0.1.105", "software name": "Design & Analysis Software", "software version": "2.7.0" }, @@ -75330,8 +74754,8 @@ "product manufacturer": "ThermoFisher Scientific" }, "custom information document": { - "Block serial number": 2778319070006.0, - "Reduce dye signal crosstalk by algorithm": "No (Default)" + "Reduce dye signal crosstalk by algorithm": "No (Default)", + "Block serial number": 2778319070006.0 } } } diff --git a/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS7Pro_Standard_Curve_example14.json b/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS7Pro_Standard_Curve_example14.json index 1a65a75c5..33686f1b5 100644 --- a/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS7Pro_Standard_Curve_example14.json +++ b/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS7Pro_Standard_Curve_example14.json @@ -59,8 +59,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -274,8 +272,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -496,8 +492,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -712,8 +706,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -933,8 +925,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1147,8 +1137,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1357,8 +1345,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1567,8 +1553,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1779,8 +1763,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1990,8 +1972,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2201,8 +2181,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2413,8 +2391,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2624,8 +2600,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2838,8 +2812,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3052,8 +3024,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3265,8 +3235,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3479,8 +3447,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3691,8 +3657,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3906,8 +3870,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4117,8 +4079,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4328,8 +4288,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4538,8 +4496,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4749,8 +4705,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4961,8 +4915,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5171,8 +5123,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5385,8 +5335,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5597,8 +5545,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5811,8 +5757,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6021,8 +5965,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6232,8 +6174,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6445,8 +6385,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6659,8 +6597,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6871,8 +6807,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7085,8 +7019,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7297,8 +7229,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7510,8 +7440,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7720,8 +7648,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7931,8 +7857,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8145,8 +8069,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8358,8 +8280,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8571,8 +8491,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8787,8 +8705,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9002,8 +8918,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9215,8 +9129,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9432,8 +9344,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9644,8 +9554,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9855,8 +9763,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10067,8 +9973,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10278,8 +10182,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10492,8 +10394,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10706,8 +10606,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10919,8 +10817,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11133,8 +11029,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11347,8 +11241,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11559,8 +11451,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11773,8 +11663,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11987,8 +11875,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12200,8 +12086,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12414,8 +12298,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12625,8 +12507,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12836,8 +12716,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13049,8 +12927,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13261,8 +13137,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13473,8 +13347,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13687,8 +13559,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13898,8 +13768,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14108,8 +13976,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14322,8 +14188,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14534,8 +14398,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14748,8 +14610,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14961,8 +14821,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15172,8 +15030,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15384,8 +15240,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15600,8 +15454,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15811,8 +15663,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16022,8 +15872,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16236,8 +16084,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16448,8 +16294,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16662,8 +16506,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16874,8 +16716,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -17085,8 +16925,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -17294,8 +17132,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -17506,8 +17342,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -17717,8 +17551,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -17929,8 +17761,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -18142,8 +17972,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -18356,8 +18184,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -18568,8 +18394,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -18781,8 +18605,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -18993,8 +18815,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19204,8 +19024,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19418,8 +19236,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19629,8 +19445,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19841,8 +19655,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -20055,8 +19867,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -20266,8 +20076,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -29458,7 +29266,7 @@ "file name": "appbio_quantstudio_designandanalysis_QS7Pro_Standard_Curve_example14.xlsx", "UNC path": "tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS7Pro_Standard_Curve_example14.xlsx", "ASM converter name": "allotropy_appbio_quantstudio_design_&_analysis", - "ASM converter version": "0.1.84", + "ASM converter version": "0.1.105", "software name": "Design & Analysis Software", "software version": "2.7.0" }, diff --git a/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS7_Standard_Curve_example06.json b/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS7_Standard_Curve_example06.json index 7028c5bea..bcb1b216a 100644 --- a/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS7_Standard_Curve_example06.json +++ b/tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS7_Standard_Curve_example06.json @@ -59,8 +59,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -274,8 +272,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -490,8 +486,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -706,8 +700,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -922,8 +914,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1136,8 +1126,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1350,8 +1338,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1567,8 +1553,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1781,8 +1765,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -1998,8 +1980,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2214,8 +2194,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2429,8 +2407,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2645,8 +2621,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -2859,8 +2833,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3075,8 +3047,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3291,8 +3261,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3504,8 +3472,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3720,8 +3686,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -3933,8 +3897,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4148,8 +4110,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4365,8 +4325,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4581,8 +4539,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -4796,8 +4752,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5010,8 +4964,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5226,8 +5178,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5443,8 +5393,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5658,8 +5606,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -5874,8 +5820,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6090,8 +6034,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6307,8 +6249,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6521,8 +6461,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6737,8 +6675,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -6950,8 +6886,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7166,8 +7100,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7383,8 +7315,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7597,8 +7527,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -7810,8 +7738,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8026,8 +7952,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8246,8 +8170,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8470,8 +8392,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8690,8 +8610,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -8907,8 +8825,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9126,8 +9042,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9344,8 +9258,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9561,8 +9473,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9775,8 +9685,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -9992,8 +9900,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10207,8 +10113,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10422,8 +10326,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10638,8 +10540,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -10854,8 +10754,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11068,8 +10966,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11283,8 +11179,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11496,8 +11390,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11707,8 +11599,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -11919,8 +11809,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12136,8 +12024,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12349,8 +12235,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12562,8 +12446,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12775,8 +12657,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -12990,8 +12870,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13207,8 +13085,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13424,8 +13300,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13640,8 +13514,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -13855,8 +13727,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14067,8 +13937,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14283,8 +14151,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14496,8 +14362,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14711,8 +14575,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -14924,8 +14786,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15139,8 +14999,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15355,8 +15213,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15570,8 +15426,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15784,8 +15638,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -15999,8 +15851,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16214,8 +16064,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16429,8 +16277,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16645,8 +16491,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -16858,8 +16702,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -17074,8 +16916,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -17288,8 +17128,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -17501,8 +17339,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -17713,8 +17549,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -17929,8 +17763,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -18145,8 +17977,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -18362,8 +18192,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -18579,8 +18407,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -18793,8 +18619,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19007,8 +18831,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19220,8 +19042,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19434,8 +19254,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19649,8 +19467,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -19862,8 +19678,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -20077,8 +19891,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -20292,8 +20104,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -20504,8 +20314,6 @@ "CQCONF": "N", "NOISE": "N", "OUTLIERRG": "N", - "Analysis Type": "SinglePlex", - "RQ Min/Max Confidence Level": 0.95, "Omit": "FALSE" } }, @@ -29193,7 +29001,7 @@ "file name": "appbio_quantstudio_designandanalysis_QS7_Standard_Curve_example06.xlsx", "UNC path": "tests/parsers/appbio_quantstudio_designandanalysis/testdata/appbio_quantstudio_designandanalysis_QS7_Standard_Curve_example06.xlsx", "ASM converter name": "allotropy_appbio_quantstudio_design_&_analysis", - "ASM converter version": "0.1.84", + "ASM converter version": "0.1.105", "software name": "Design & Analysis Software", "software version": "2.7.0" }, @@ -29204,8 +29012,8 @@ "product manufacturer": "ThermoFisher Scientific" }, "custom information document": { - "Block serial number": 278020002.0, - "Reduce dye signal crosstalk by algorithm": "No (Default)" + "Reduce dye signal crosstalk by algorithm": "No (Default)", + "Block serial number": 278020002.0 } } }