Literature DB >> 18513431

poolHiTS: a shifted transversal design based pooling strategy for high-throughput drug screening.

Raghunandan M Kainkaryam1, Peter J Woolf.   

Abstract

BACKGROUND: A key goal of drug discovery is to increase the throughput of small molecule screens without sacrificing screening accuracy. High-throughput screening (HTS) in drug discovery involves testing a large number of compounds in a biological assay to identify active compounds. Normally, molecules from a large compound library are tested individually to identify the activity of each molecule. Usually a small number of compounds are found to be active, however the presence of false positive and negative testing errors suggests that this one-drug one-assay screening strategy can be significantly improved. Pooling designs are testing schemes that test mixtures of compounds in each assay, thereby generating a screen of the whole compound library in fewer tests. By repeatedly testing compounds in different combinations, pooling designs also allow for error-correction. These pooled designs, for specific experiment parameters, can be simply and efficiently created using the Shifted Transversal Design (STD) pooling algorithm. However, drug screening contains a number of key constraints that require specific modifications if this pooling approach is to be useful for practical screen designs.
RESULTS: In this paper, we introduce a pooling strategy called poolHiTS (Pooled High-Throughput Screening) which is based on the STD algorithm. In poolHiTS, we implement a limit on the number of compounds that can be mixed in a single assay. In addition, we show that the STD-based pooling strategy is limited in the error-correction that it can achieve. Due to the mixing constraint, we show that it is more efficient to split a large library into smaller blocks of compounds, which are then tested using an optimized strategy repeated for each block. We package the optimal block selection algorithm into poolHiTS. The MATLAB codes for the poolHiTS algorithm and the corresponding decoding strategy are also provided.
CONCLUSION: We have produced a practical version of STD algorithm for pooled drug screens. This pooling strategy provides both assay compression and error-correction capabilities that can both accelerate and reduce the overall cost of HTS in drug discovery.

Entities:  

Mesh:

Substances:

Year:  2008        PMID: 18513431      PMCID: PMC2438324          DOI: 10.1186/1471-2105-9-256

Source DB:  PubMed          Journal:  BMC Bioinformatics        ISSN: 1471-2105            Impact factor:   3.169


Background

Advances in automation and miniaturization of experiments and the development of reliable biological assays have made high-throughput screening (HTS) a vital step in the drug discovery process [1-3]. HTS involves the testing of a large number of candidate molecules on a biological target to identify potential drug molecules. Detection technologies such as the scintillation proximity assay (SPA), fluorescence polarization (FP) and fluorescence resonance energy transfer (FRET) are used to identify the target-binding activity of the compounds [4-6]. Screening more than 100,000 compounds a day on a biological target has become routine, but largely through increases in assay automation via liquid handling robots and assay parallelization [7,8]. In these assays, the most common practice is to individually test each molecule against a standardized target. Usually, only a small fraction of a compound library shows activity, while the majority of the compounds show no activity. Unfortunately, because each compound is tested only once, the presence of experimental errors (particularly false negative errors) requires substaintal efforts to validate most HTS results [9]. Due to the large size of these chemical libraries (> 50, 000 compounds) replicate screening is prohibitive. Therefore an arbitrary number of active compounds (hits) are usually chosen for secondary screening to identify inactive compounds that erroneously passed through the primary screen [10]. Disappointingly, active compounds that were missed due to false negative results in the primary assay cannot be identified from this approach and are therefore lost. One method to reduce the sensitivity of an assay to false postitive and false negative results is pooling. In a pooling design, each compound is tested multiple times in combination with other compounds. Since very few compounds in a library are active in the assay, pooling effectively provides internal replicate measurements to confirm compound activity. However, constructing efficient pooling designs is difficult, as one would ideally like to guarentee correct identification of a known number of active compounds while correcting for random experimental errors. The general problem of pooling designs has been well studied and is described elsewhere [11]. In 2006, a novel pooling design method called shifted transversal design (STD) was introduced for biological assay design [12]. STD is based on the dual objectives of (1) minimizing the number of times any two compounds appear together in a test and (2) maintaining the pool sizes roughly equal. When compared to other pooling designs, STD provides similar or better performance in nearly every area. In this paper, we introduce a pooling strategy called poolHiTS, based on the STD algorithm, specific for the purposes of drug screening. First, we prove a limit to the error-correcting capacity of STD-based pooling strategies. This limit is important for drug screening as it dictates the error limit in an assay that can be used with a pooling design of this kind. Second, we modifiy the pooling design algorithm to limit the number of drugs tested in each assay, thereby enforcing a realistic experimental constraint of HTS. Third, we introduce a block design method that both simplifies and improves the assay design.

Results and Discussion

Preliminaries – STD-based pooling strategy

A STD-based pool construction starts with the specification of the compound library size (n), maximum number of active compounds expected (d) and maximum number of errors expected (E). The STD algorithm guarantees that the pooled design will be able to correctly identify upto d active compounds in the presence of upto E false positive and negative errors in the screen. STD is able to provide such guarantees because it uses a combinatorial procedure to ensure that no two compounds are pooled together more than a minimum number of times, to prevent confounding decoding results. Also, the number of compounds pooled in each test is roughly the same, ensuring correct intensity-concentration mapping for the test results. This implies that for any underlying structure of compound activities and testing errors, as long as their numbers lie within the specified experimental parameters, the STD design guarantees successful identification of the active compounds. It has been observed [12] and recently shown [13] that pooling designs are capable of correcting errors much larger than those that they guarantee for. These input parameters (n, d, E) are used to choose the design parameters of the STD construction algorithm q and k. STD is a layered construction with k layers, each of size q × n. Each compounds appears only once in each layer. The STD construction algorithm produces a t × n, 0–1 matrix M = STD(n; q; k), with t (= q × k) rows that are the assays to be performed and n columns that represent the compounds in the library. The columns with entry 1 in a row are the compounds to be pooled in that assay. An example of such a pooling design is shown in Figure 1, created using M = STD(20; 5; 3) for n = 20, d = 2 and E = 0. The process of mapping the experimental parameters to the design parameters is shown below in Algorithm 1.
Figure 1

Example of a STD matrix. An example of a pooling design for 20 compounds, expecting at most 2 active compounds and 0 errors in testing, requiring a 15 × 20 binary matrix, created using STD(n = 20; q = 5; k = 3). A black square represents the presence of a compound j (column index) in test i (row index). The red dashed line represents the separation of the STD design into its 3 layers (k), each of size 5 × 20 (q × n). Each compound is present only once in each layer of the design. Each compound is present at most once (Γ = 1) with every other compound.

Example of a STD matrix. An example of a pooling design for 20 compounds, expecting at most 2 active compounds and 0 errors in testing, requiring a 15 × 20 binary matrix, created using STD(n = 20; q = 5; k = 3). A black square represents the presence of a compound j (column index) in test i (row index). The red dashed line represents the separation of the STD design into its 3 layers (k), each of size 5 × 20 (q × n). Each compound is present only once in each layer of the design. Each compound is present at most once (Γ = 1) with every other compound. Algorithm 1: Inputs – n, d and E 1. Choose a prime number q, with q 2. Find the compression power, Γ = min{γ|q≥ n}, therefore . Set k = dΓ + 2E + 1. 3. Check if this choice of q and k satisfy the guarantee requirements of identifying d active compounds and correcting E errors, using the inequality, k ≤ q + 1. 4. If the inequality is satisfied continue to step 5, else choose the next prime in step 1 and repeat steps 2 and 3. 5. Once the smallest prime number qmin and its corresponding compression power Γmax are found, all q > qmin will satisfy the inequality in step 3. Therefore, cycle through the values of Γ in {1, ..., Γmax} to find the corresponding q. For each Γ find the smallest q that satisfies, q ≥ n1/Γ +1. 6. Calculate the number of tests (t) needed by each q and k pair from, t = q × k. 7. Choose the q and k pair producing the least number of tests. 8. Design the pooling matrix, M = STD(n; q; k). A detailed description of the procedure used to construct the t × n, 0–1 matrix M can be found in the original paper [12] and is reproduced in the Methods section (Construction 1) of this paper. Having designed the pooling scheme, M, the decoding algorithm is given below. The pooled assays, t in number, are carried out and the results classified into two states – positive or negative, using a chosen threshold. 1. A compound present in at least E + 1 negative tests is tagged inactive. 2. A compound present in at least E + 1 positive tests, in which all other compounds have been tagged inactive, is tagged active. Note that each compound is present in dΓ + 2E + 1 tests and no two compounds are mixed together more than Γ times. A more elaborate decoding algorithm designed to handle the presence of larger-than-designed-for values of d and E is provided in the original paper and its MATLAB implementation is provided [see Additional file 1].

Error rate

The STD-based pooling strategy creates a design for a specified number of errors, E, resulting in the addition of 2E extra tests to the total of t pooled tests. Assuming random experimental errors, the number of errors present in the result will increase as the number of tests increase. In HTS, there can be instrument, biological, chemical, or human errors that increase (false positive, FP) or decrease (false negative, FN) the measurement from its true value [10]. These multiple sources of error make it difficult to estimate the total number of errors, E, before knowing the number of pooled tests (t) that will be used. However, often in HTS we know the overall random error-rate for an assay, which we call e. For example, the pooling design for 100 compounds (n) expecting 3 active compounds (d) and 2 testing errors (E) needs 88 tests (t) using STD(100; 11; 8) (Table 2 in [12]). If we define the error-rate (e) as the percentage errors expected per test then . For the example above, this error-rate e is ~2.27%. However, when the number of errors (E) is changed, keeping everything else the same, the corresponding number of pooled tests (t) and hence the error-rate (e) change. From Figure 2 it can be seen, that the error-rate (e) reaches a maximum and then drops off with respect to E. The STD construction is efficient for low values of E but requires many more tests (t) for higher E values, as seen in Figure 2. This nonlinear relationship between t and E indicates that a construction based on the input parameter E alone is not satisfactory. We propose the use of an expected error-rate e as a input parameter instead. To do so we have modified the STD strategy as follows.
Figure 2

Variation of error-rate. Variation of error-rate () with choice of design parameter E (number of errors) keeping compound library size (n = 100) and expected number of positives (d = 3) fixed. The inset shows the variation in number of test needed (t) with the same parameter E, for a E = 0 to 20 and t = 44 to 1852.

Variation of error-rate. Variation of error-rate () with choice of design parameter E (number of errors) keeping compound library size (n = 100) and expected number of positives (d = 3) fixed. The inset shows the variation in number of test needed (t) with the same parameter E, for a E = 0 to 20 and t = 44 to 1852. Algorithm 2: Error-rate based STD strategy Inputs – n, d and e Steps 1 and 2 same as (Algorithm 1) 3. If dΓ ≤ q, calculate , the maximum number of errors that can be corrected by this choice of q, for the given n and d. 4. Check if the input error-rate e is achievable using the inequality, . If e is achievable then continue to step 5, else go back to step 1 and try the next q. 5. Cycle through all values for E from 0 to Emax to find the minimum E (Emin) that satisfies the inequality in step 4. Use Emin to calculate, k = dΓ + 2Emin + 1 and the number of tests, t = qk. 6. Similar to Algorithm 1, cycle through the values of Γ smaller than the Γmax to find the corresponding q and hence t. 7. Use the design parameters (q and k) that need the minimum number of tests. 8. Construct the pooling design, M = STD(n; q; k), as usual. ¿From step 4 we find that there is an upper limit to the error-rate (e) for a given library size (n) and chosen maximum number of active compounds expected (d). This limit is a function only of the design parameter q as shown in Equation 1 (elaborated in Proof 1 of the Methods section). For the simplest case of d = 0, this expression simplifies to , for all the odd prime numbers and e ≤ 16.67% for q = 2. Thus any assay with an error rate greater than 16.67% cannot guarantee accurate results when screened using an STD-based scheme. In more realistic cases, the error-rates corrected by STD-based schemes are much smaller than this limiting case of d = 0 because d and Γ would have substantial values. This finding implies that no matter how large the specified number of errors (E) in the original STD-based pooling strategy, the corresponding number of tests needed (t) would adjust itself to keep the error-rate (e) corrected by the design low. An example of the effect of Equation 1 can be seen in Figure 3 for a library of 100 compounds (n = 100) and various values of expected active compounds (d).
Figure 3

Error-rate limit. The limits on assay error-rate (e) that can be handled by STD for a sample choice of library size (n = 100) and various choices of expected active compounds (d). The trend suggests that the ability to correct for experimental assay error-rates decreases as q increases.

Error-rate limit. The limits on assay error-rate (e) that can be handled by STD for a sample choice of library size (n = 100) and various choices of expected active compounds (d). The trend suggests that the ability to correct for experimental assay error-rates decreases as q increases.

Mixing Constraint

To our knowledge, no pooling designs address the physical limitation that only a finite number of compounds can be mixed in each well. This limitation arises in drug screening for the following three reasons. 1. Each compound must be present at a sufficiently high concentration so as to be detectable by the assay within a physiologically reasonable range. 2. The total ionic strength of the test solution must be low enough to prevent precipitation of compounds or possible changes to the biological target. 3. The assay must be reasonably simple to physically construct. From these constraints we can conclude that the total number of drugs that can be practically included in any experimental test well is relatively small. For example, for a relevant screening concentration of ~10 μM, we can assume that each well can have ~10 compounds mixed in it. If more drugs are mixed, the cost of creating the assay increases and the ionic strength of the well mixture may become too high, resulting in inaccurate screening results. This limit can be specified as an input parameter to the pooling design, based on the high-throughput assay being implemented. Here we extend the STD-based pooling strategy to introduce an explicit mixing constraint. Let m be the mixing constraint, defined as the maximum number of compounds mixed in a well of the pooling scheme. Normally the STD design mixes at most compounds in each well [12]. However, this feature can break down when the input values of n, d and e (hence Emin) are such that, for a certain choice of q and k (= dΓ + 2Emin + 1), k = q + 1 and Algorithm 3: Mixing constraint implementation Inputs – n, d, e and m Steps 1 through 5 are the same as (Algorithm 2). 6. Using the q and k values obtained so far in the algorithm to choose one of the following options. a. If k b. If k = q + 1, n = qΓ+1 - 1 and qΓ ≤ m, use Construction 1 requiring t = q(q + 1) tests. c. If k = q + 1, 7. Similar to the previous algorithms, cycle through the values of Γ smaller than Γmax to find the corresponding q and hence t. 8 Use the design parameters (q and k) that require the minimum number of tests.

Repeated Blocks

Limiting the number of compounds that can be mixed in a pooling strategy reduces the savings in tests that could otherwise have been obtained. For example, without the mixing constraint, screening a library of 10,000 compounds with 3 expected actives and no error requires only 110 tests, using STD(10000; 11; 10), each mixing 910 (=) compounds in them. However, a mixing constraint of 10 compounds per test increases the required tests to 4036, using STD(10000; 1009; 4). Now, consider the STD-based strategy for 400 compounds while expecting only 1 active compound in a similar error-free setting and a mixing constraint of 10 compounds per well. The number of tests needed in this case is 82, using the STD(400; 41; 2) design. If we now divide the original 10, 000 compound library into 25 blocks of 400 compounds each and used the STD(400; 41; 2) design repeated on those 25 blocks, the total number of tests is only 25 × 82 = 2050, almost half the original requirement! The trade-off here is that the block assay design guarantees the detection of only 1 active compound out of every 400 compounds tested. However, given that we expected only 3 active compounds in a library of 10, 000 compounds, this implies that there is ~99.5% chance of finding, at best, 1 active compound among the 400 randomly selected compounds for a block (using the hypergeometric distribution). This block decomposition algorithm is inspired by a form of pooling used in NMR screening [14]. This example demonstrates that we can make an informed choice about a block size that can, not only, help reduce the number of tests needed while enforcing the mixing constraint but the smaller block size also implies that a better error-rate can be handled by the design (as seen in Figure 3). For any block of ncompounds from the library of n compounds, the number of blocks needed to cover the whole library is . The creation of a STD for this block of ncompounds, using the error-rate e and mixing constraint m (assumed to stay the same for all blocks) requires the specification of the maximum number of active compounds expected for the given n, called d. The choice of dis from a hypergeometric distribution such that, with at least a probability of p(specified at the outset) the block of ncompounds contains at most dactive compounds. Using the hypergeometric distribution, the following inequality (elaborated in Proof 3 in the Methods section) can be solved for d. Based on this choice of d, a STD-based pooling design of size t× ncan be generated using Algorithm 3. The number of tests needed for the whole library would be B × t.

poolHiTS

We now define poolHiTS as an STD-based pooling strategy which takes in as input the compound library size (n), maximum number of active compounds expected (d), maximum error-rate expected (e), mixing constraint (m), and design confidence metric (p). poolHiTS(n, d, e, m, p) produces a t × n mixing matrix M, which guarantees the success of the pooling scheme for the given input parameters. The algorithm for poolHiTS, which includes error-rate specification, mixing constraints, and optimal block size selection, is as follows. The MATLAB implementation of the poolHiTS algorithm is provided [see Additional file 3]. Algorithm 4: poolHiTS algorithm Inputs – n, d, e, m and p 1. Choose a value of din {1, ...,d - 1}. 2. Find the set of nthat satisfy the inequality in Equation 2. 3. For each nin this set use Algorithm 3 to evaluate STD(n; q; k), if it exists, for the given e and m. Calculate the total number of tests needed from B × t, . 4. Choose the next value of dand repeat steps 2 and 3. 5. After testing all values of din {1, ...,d - 1} and the corresponding n, select the d, npair that require the least number of tests. The whole library design (which corresponds to n= n, d= d and B = 1) should also be included while making this choice. 6. Design the pooling matrix, M = STD(n; q; k), for the choice of q and k. A typical example of a result of applying Algorithm 4 to the pooling design problem is shown in Table 1. Consider a case of a 10, 000 compound library (n), where we expect upto 3 active compounds (d) with 1% assay error-rate (e), a limit on mixing not more than 10 compounds in a test (m), and at least a 99% chance of finding the active compounds (p). From this problem specification we have two observations. First, a single whole library design is not possible because the mixing constraint permits only 10 compounds per assay, thus we must use a repeated block design. Second, we see that there is an optimal number of blocks (B) that requires the least number of tests and has a block size (n) between the two extremes (n= n and n= 1). The best design chosen by poolHiTS(10000, 3, 1, 10) is to implement a block pooling scheme for n= 110, d= 1, e = 1 and m = 10, using STD(10000; 11; 4), and repeat this design 91 times over to cover the whole library. The reason for choosing n= 110 rather than n= 130 (see Table 1), while both provide equal compression, is that the former provides a better actual error-correcting rate of 2.27%. It is useful to note that this design is capable of screening a library of 91 × 110 = 10,010 compounds vs. the specified 10, 000 compounds. However, because of the extra error-correction, we can take advantage of this design by ignoring the extra compounds or using some form of control compound in their place. The MATLAB implementation of this example is provided [see Additional file 4].
Table 1

Block Design Example

Number of blocks (B)Number of compounds per block (nB)Number of active compounds expected per block (dB)Number of tests needed per block (tB)Actual error-rate handled (e)Actual mixing constraint (m)Total number of tests needed (t)
1100003----
2540014921.02%1012300
502001921.09%94600
771301521.92%104004
911101442.27%104004
1001001442.27%104400
500201205%410000

Sample case of n = 10, 000, d = 3, e = 1% and m = 10 showing the efficiency of selected block design parameters. The choice of error-rate (e = 1%) does not permit a full library design (first row), thus it is left empty.

Block Design Example Sample case of n = 10, 000, d = 3, e = 1% and m = 10 showing the efficiency of selected block design parameters. The choice of error-rate (e = 1%) does not permit a full library design (first row), thus it is left empty.

Conclusion

In this paper, we present a pooling strategy called poolHiTS which implements tailored modifications and enhancements that make the shifted transversal design (STD) algorithm appropriate for drug discovery. First, we demonstrate how to switch from specifying the number of errors (E) for a STD-based strategy to an error rate (e), which is the percentage of errors expected in tests. We show that there is an upper limit to the error-rate that can be handled by this STD-based algorithm and this error limit (Equation 1) strongly constrains pooling designs to less noisy screening assays. We implement error rate as an input experimental parameter via Algorithm 2. Second, we introduce and implement explicit mixing constraints to make pooling significantly more relevant to HTS assays via Algorithm 3. We also provide a necessary correction to the STD construction algorithm pertinent to the mixing constraint. Third, we introduce the concept of repeated block designs that retains the efficiency of pooling strategies in the face of the mixing constraint and error-rate limitations. We show that by using this block design, we are able to simplify the assay construction, increase the error tolerance and decrease the assay size. The combination of these features produce the poolHiTS strategy described in Algorithm 4. The MATLAB implementations of the poolHiTS algorithm and an example of its use are provided in the Additional Files section. poolHiTS provides a promising route to both reducing the cost and increasing the accuracy of high throughput drug screening. Although poolHiTS primarily focuses on drug screening, these same design methods can apply equally well to other screening environments where the number of perturbations to a system is finite or small (mixing constraint) and the error rate of the assay is approximately known.

Methods

Construction 1

Given the design parameters q and k, the pooling matrix M = STD(n; q; k) can be constructed as follows. The STD has a layered construction consisting of k layers of q × n boolean matrices. For all j ∈ {0, ..., k - 1}, let Mbe a q × n boolean matrix representing layer L(j), with columns C, ...,C. Let the circular shift operator, σ, be defined as, ∀(x1, ..., x) ∈ {0,1}, and . Note that σis a cyclic function and when applied q times maps {0, 1}onto itself, , s = q. To design a layer L(j), for all i ∈ {0, ..., n - 1} construct where, • if j • if j = q: The layers L(j) are put together to form M by, . A detailed description of the construction is available in the original STD paper [12].

Proof 1: Error-rate limit

Given n, d and E, the STD algorithm uses a prime number q ( Using the expression for t, Substituting for Emax, Using the above inequality it is possible to deduce the maximum error-rate that STD can handle for a particular n-compound library with at most d active compounds and an assay with a limit on mixing not more than m compounds in a test. However, in most cases, the numerical value of the maximum error rate can only be calculated by executing (Algorithm 3) completely. For the simplest case of d = 0, since q is a prime number and hence odd (except for q = 2), the term is reduced to and is always equal to . Simplifying the expression for the error limit, we get, . Whereas, for q = 2 (the only even prime number), the value of the limit is, e ≤ × 100 ~ 16.67%. This is the maximum error-rate that STD-based designs can guarantee correction for.

Proof 2: STD Correction

In the case where the choice of the design parameters q and k (= dΓ + 2Emin + 1) are such that, k = q + 1, then the construction of the last layer (j = k - 1, k = q + 1) will use s(i, q) = (see Construction 1). Since each layer L(j) consists of q rows and n columns and these are constructed by applying the circular shift operator (σ), s(i, q) times, on C0,0 where i ∈ {0, ..., n - 1}. By definition qΓ When the library size n is such that , only rows from 0 to have compounds in them and the rest of the rows in the layer are empty. It follows that in this layer the number of compounds mixed in each test is qΓ. Usually, the number of compounds per test is and in this case we know that . Hence, it is essential to make this correction in order to correctly implement the mixing constraint. For example, In Table 2 of the original STD paper [12], there is a case where n = 10000, d = 3 and E = 2 with the optimal choice of q = 13 and k = 14. In this case k = q + 1, so the actual number of tests is t = 174, and not 182 (= 13 × 14) as stated in the paper, and the maximum number of compounds being mixed is actually 2197 rather than 769.

Construction 2

A modification is required for the special case where the choice of design parameters (q and k) is such that k = q + 1 and

Proof 3: Choice of Block Size

The problem of block size selection is one of sampling without replacement. The compound library (n) with at most d active compounds has to be divided into B blocks of size nand the probability of dividing these active compounds into different blocks needs to be determined. The hypergeometric distribution provides a way to estimate this probability. Thus, the probability of finding i active compounds in a block of size nselected without replacement from the compound library of size n that contains d active compounds is given as, The identification of the experiment design parameter dfor the block requires the specification of a probability (p) representing a confidence in finding at most dactive compounds in a block of size n, which is the sum of all the individual probabilities of finding exactly i = {0, 1, ..., d} active compounds out of ncompounds. Therefore the condition for calculating dis , thus arriving at Equation 2. It is useful to note that other design parameters of error-rate (e) and mixing constraint (m) are so defined, as to be the same for individual blocks and the whole library. The MATLAB implementation of this equation is provided [see Additional file 6].

Authors' contributions

PJW framed the original problem, participated in algorithm development and helped draft the manuscipt. RMK developed the algorithms, implemented the software and drafted the manuscript. Both authors read and approved the final manuscript.

Additional file 1

The MATLAB code used to implement the poolHiTS algorithm is provided. It includes the advances described in this paper, such as, the error-rate, mixing constraint and the block design strategy. This subroutine implements the standard STD decoding algorithm to identify the active compounds using the result T of a pooled experiment, M. Click here for file

Additional file 2

The MATLAB code used to implement the poolHiTS algorithm is provided. It includes the advances described in this paper, such as, the error-rate, mixing constraint and the block design strategy. This subroutine executes Algorithm 3 for a given set of parameters n, d, e, m to obtain the optimal values of q and k. Click here for file

Additional file 3

The MATLAB code used to implement the poolHiTS algorithm is provided. It includes the advances described in this paper, such as, the error-rate, mixing constraint and the block design strategy. This subroutine executes Algorithm 4 for a given set of parameters n, d, e, m, pto choose the optimal block configuration of B and n. It calls the poolHiTS-design.m and poolHiTS-hypgeo.m subroutines. Click here for file

Additional file 4

The MATLAB code used to implement the poolHiTS algorithm is provided. It includes the advances described in this paper, such as, the error-rate, mixing constraint and the block design strategy. This is the main file that needs to be executed, where the parameters n, d, e, m can be set and in-silico experiments can be run. It utilizes the poolHiTS.m subroutine for choosing the design, the poolHiTS-const.m subroutine for construction and the poolHiTS-decode.m subroutine for decoding the results of a pooled assay. Click here for file

Additional file 5

The MATLAB code used to implement the poolHiTS algorithm is provided. It includes the advances described in this paper, such as, the error-rate, mixing constraint and the block design strategy. This subroutine executes Construction 2 for a given set of parameters n, q and k. Click here for file

Additional file 6

The MATLAB code used to implement the poolHiTS algorithm is provided. It includes the advances described in this paper, such as, the error-rate, mixing constraint and the block design strategy. This subroutine evaluates the left hand side of Equation 2 for a given set of n, d, nand d. Click here for file
  11 in total

Review 1.  High-throughput screening: new technology for the 21st century.

Authors:  R P Hertzberg; A J Pope
Journal:  Curr Opin Chem Biol       Date:  2000-08       Impact factor: 8.822

Review 2.  Development and application of fluorescence polarization assays in drug discovery.

Authors:  T J Burke; K R Loniello; J A Beebe; K M Ervin
Journal:  Comb Chem High Throughput Screen       Date:  2003-05       Impact factor: 1.339

Review 3.  A brief history of novel drug discovery technologies.

Authors:  Leland J Gershell; Joshua H Atkins
Journal:  Nat Rev Drug Discov       Date:  2003-04       Impact factor: 84.694

4.  Delivering the power of discovery in large pharmaceutical organizations.

Authors:  Tim Peakman; Steven Franks; Colm White; Mark Beggs
Journal:  Drug Discov Today       Date:  2003-03-01       Impact factor: 7.851

Review 5.  New fluorescence techniques for high-throughput drug discovery.

Authors:  S Jäger; L Brand; C Eggeling
Journal:  Curr Pharm Biotechnol       Date:  2003-12       Impact factor: 2.837

6.  Determining the optimal size of small molecule mixtures for high throughput NMR screening.

Authors:  Kelly A Mercier; Robert Powers
Journal:  J Biomol NMR       Date:  2005-03       Impact factor: 2.835

Review 7.  Methods for mining HTS data.

Authors:  Gavin Harper; Stephen D Pickett
Journal:  Drug Discov Today       Date:  2006-08       Impact factor: 7.851

8.  Statistical practice in high-throughput screening data analysis.

Authors:  Nathalie Malo; James A Hanley; Sonia Cerquozzi; Jerry Pelletier; Robert Nadon
Journal:  Nat Biotechnol       Date:  2006-02       Impact factor: 54.908

Review 9.  Application of scintillation proximity assay in drug discovery.

Authors:  Shaogui Wu; Bailing Liu
Journal:  BioDrugs       Date:  2005       Impact factor: 5.807

10.  A new pooling strategy for high-throughput screening: the Shifted Transversal Design.

Authors:  Nicolas Thierry-Mieg
Journal:  BMC Bioinformatics       Date:  2006-01-19       Impact factor: 3.169

View more
  6 in total

1.  Shifted Transversal Design smart-pooling for high coverage interactome mapping.

Authors:  Xiaofeng Xin; Jean-François Rual; Tomoko Hirozane-Kishikawa; David E Hill; Marc Vidal; Charles Boone; Nicolas Thierry-Mieg
Journal:  Genome Res       Date:  2009-05-15       Impact factor: 9.043

2.  Compressed Genotyping.

Authors:  Yaniv Erlich; Assaf Gordon; Michael Brand; Gregory J Hannon; Partha P Mitra
Journal:  IEEE Trans Inf Theory       Date:  2010-02       Impact factor: 2.501

3.  An accurate clone-based haplotyping method by overlapping pool sequencing.

Authors:  Cheng Li; Changchang Cao; Jing Tu; Xiao Sun
Journal:  Nucleic Acids Res       Date:  2016-04-19       Impact factor: 16.971

Review 4.  Pooling in high-throughput drug screening.

Authors:  Raghunandan M Kainkaryam; Peter J Woolf
Journal:  Curr Opin Drug Discov Devel       Date:  2009-05

5.  poolMC: smart pooling of mRNA samples in microarray experiments.

Authors:  Raghunandan M Kainkaryam; Angela Bruex; Anna C Gilbert; John Schiefelbein; Peter J Woolf
Journal:  BMC Bioinformatics       Date:  2010-06-02       Impact factor: 3.169

6.  Pooled screening for synergistic interactions subject to blocking and noise.

Authors:  Kyle Li; Doina Precup; Theodore J Perkins
Journal:  PLoS One       Date:  2014-01-16       Impact factor: 3.240

  6 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.