diff --git a/404.html b/404.html index 351eeb4..2cd2900 100644 --- a/404.html +++ b/404.html @@ -7,8 +7,8 @@ Page not found (404) • topcorneR - - + + + + @@ -26,7 +26,7 @@ topcorneR - 0.1.3 + 0.1.4 + + + + + +
+
+
+ +
+

Sometimes defective wells cause some functions to crash. Given a list +of wells, this function will bisect the list until it converges to the +well(s) that cause a given function to crash.

+
+ +
+

Usage

+
bisectError(f, l, min = 1L, max = length(l), prevMin = NA, prevMax = NA)
+
+ +
+

Arguments

+
f
+

A function that crashes on some wells

+ + +
l
+

A list of wells

+ + +
min
+

The smaller index to start with (defaults to 1)

+ + +
max
+

The larger index to stop with (defaults to list length)

+ + +
prevMin, prevMax
+

Arguments used to pass previous state in recursion

+ +
+
+

Value

+ + +

A numeric vector of two integers representing the smallest range of +indices necessary to crash the function.

+
+
+

Note

+

This function can surely be used in a broader way. Let me know if +you would like to move it to another package.

+
+
+

Author

+

Charles Plessy

+
+ +
+ + +
+ + + + + + + diff --git a/reference/calc_qPCR_TM.html b/reference/calc_qPCR_TM.html index f35735a..93f1916 100644 --- a/reference/calc_qPCR_TM.html +++ b/reference/calc_qPCR_TM.html @@ -1,7 +1,7 @@ Compute melting temperature from raw data — calc_qPCR_TM • topcorneRCompute melting temperature from raw data — calc_qPCR_TM • topcorneRCompute CT and amplification efficiency from raw data — calc_qPCR_mod • topcorneRCompute CT and amplification efficiency from raw data — calc_qPCR_mod • topcorneR @@ -10,7 +10,7 @@ topcorneR - 0.1.3 + 0.1.4