From f497ca1ff0ef792a98aba4a515d605bc00c996b5 Mon Sep 17 00:00:00 2001
From: lukas
| - abundance [uL/uL] or [1/uL] + abundance [ug/uL] or [1/uL] | standard deviation [%] @@ -407,7 +407,7 @@ case "Actinobacteria": newRow.insertCell(0).innerHTML = key ; // get - newRow.insertCell(1).innerHTML = (mean * Math.pow(10, -9) * multiplication_factor_main_scan).toExponential(2); + newRow.insertCell(1).innerHTML = (mean * Math.pow(10, -6) * multiplication_factor_main_scan).toExponential(2); newRow.insertCell(2).innerHTML = (stdev/mean * 100); break default: |
|---|