We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc10856 commit f71240cCopy full SHA for f71240c
config/quantTypes.json
@@ -23,11 +23,9 @@
23
},
24
"conversion": {
25
"factors": {
26
- "dilution": 500,
27
- "standardInsertSize": 452,
28
- "libraryInsertSize": 573
+ "averageLibrarySize": 573
29
30
- "expression": "(dilution*standardInsertSize)/libraryInsertSize"
+ "expression": "(1515.151*(1/averageLibrarySize))"
31
32
"qcResults": {
33
"key": "Molarity",
@@ -128,9 +126,11 @@
128
126
129
127
130
131
- "averageLibrarySize": 585
+ "dilution": 500,
+ "standardInsertSize": 452,
+ "libraryInsertSize": 573
132
133
- "expression": "(1515.151*(1/averageLibrarySize))"
+ "expression": "(((dilution*standardInsertSize)/libraryInsertSize)/1000)"
134
135
136
0 commit comments