Development of A Sliding Window Protocol for Data Synchronization in a Flow Cytometer

Size: px
Start display at page:

Download "Development of A Sliding Window Protocol for Data Synchronization in a Flow Cytometer"

Transcription

1 Development of A Sliding Window Protocol for Data Synchronization in a Flow Cytometer Junhua Ding 1, 2 1) Dept. of Computer Science East Carolina University Greenville, NC dingj@ecu.edu Yuxiang Shao 1, 2 2) School of Computer Sciences China University of Geosciences Wuhan, Hubei, China shaocx25@163.com Dongmei Zhang 2 2) School of Computer Sciences China University of Geosciences Wuhan, Hubei, China jjielee@163.com Abstract Flow cytometers are instruments for analyzing blood cells individually and have been widely used for clinical diagnostics and research discovery. A flow cytometer is able to acquire signals of several independent physical or chemical parameters of each cell altogether. Therefore, synchronization of data acquisition among all parameters of each cell is required for a reliable flow cytometer. Most advanced flow cytometers use complex electronic design to ensure the data synchronization in the beginning of signal acquisition, but signals could still be corrupted during transmission or storing. In this paper, we present a software solution based on a dynamically sliding window protocol for data synchronization in a flow cytometer. Our solution is used for either a supplementary or a replacement of the hardware solution. The overhead due to the computing of sliding window is minimal. The design, implementation and testing of the solution is described in this paper, which shall be useful for others who are developing similar systems. Keywords- sliding window protocol; flow cytometer; data acquisition; software testing I. INTRODUCTION Flow cytometer is a high performance medical instrument for analyzing blood cells individually. Since it was invented in 1960s, it has been the premier instrument for analyzing single cells, and it is able to analyze blood cells from several hundred to 30 thousands every second [7]. Most flow cytometers detect blood cells with optical parameters coming from interaction between cells and laser beams. The optical parameters include forward scatters, side scatters, and different fluorescence signals. Flow cytometers have been widely used for clinical diagnostics and research discovery for over than 40 years. Because flow cytometers are able to analyze cells one by one with multiple parameters, they are effective and efficient for analyzing many immune related diseases such as HIV-infection and leukemia. For example, flow cytometers have been widely used for CD3+, CD4+ and CD8+ screening [6]. They are also used for apoptosis analysis and pharmaceutical discovery. The marketing value of flow cytometers including instruments, reagents, software and services in the world was over than $2.6 billion in year 2010, and it will grow over than 10% annually in the next decade. However, flow cytometers are expensive, and the price of a cheap instrument with basic features could be over than $50,000, and the service and reagents cost for each instrument could cost another $30,000 easily each year. The price of an advanced flow cytometer system including a sample preparation station could be over than $500,000. HIV-infection now is a serious problem in many developing countries, and flow cytometers are the most effective and highly efficient device to detect the infection in the early phase. Unfortunately, flow cytometers are too expensive for users in the developing countries who are suffering of HIV-infection. Building an affordable flow cytometer is important to improve the life quality in developing countries. In this paper, we describe a flow cytometer we are building with affordable and comparable performance in mind. We particularly discuss the sliding window protocol that we designed for the data synchronization in the system. A flow cytometer detects several parameters such as forward scatter and fluorescence for each cell to discover different information in the cell. Each parameter is detected by an independent signal detector like photomultiplier tube (PMT). The signals of the multiple parameters for a cell have to be acquired together. Missing a signal of any parameter will mess up the data of other cells and then the analysis result of the sample will be incorrect. The worst situation is that a user may unable to detect the error. Most existing flow cytometers have a complex electronic design for synchronizing the multiple parameters so that signals of all parameters have to be acquired together or none. Some inexpensive flow cytometers do not have any synchronization mechanism to ensure the data synchronization, which may produce potential error results. In this paper, we present a sliding window protocol for synchronizing the data acquisition of multiple parameters in a flow cytometer. The protocol can be used as a supplementary of the hardware solution or an addition to a flow cytometer that does not implement data synchronization. The overhead of the calculation of the synchronization in the software is ignorable. Our experiments have shown that our design of the sliding window protocol for data synchronization is both effective and efficient. The main contribution of this paper is due to the design and analysis of the dynamically sliding window protocol for the data synchronization in a flow cytometers. We introduce the background of flow cytometers and the issue regarding the data synchronization among multiple parameters. We describe the detail of design and implementation of the sliding window protocol, and we also validate the effectiveness and efficiency of the design and implementation using different techniques such as testing, simulation and model based testing. The design, implementation and validation of the sliding window protocol for the data synchronization could be useful to others who are building similar systems. 626

2 The rest of this paper is organized as follows: Section 2 presents a brief introduction of flow cytometers and data acquisition in flow cytometers. Section 3 describes the design, implementation and validation of the dynamically sliding window protocol. Section 4 is the related work, and Section 5 concludes this paper. II. BACKGROUND In this section, we give a general description of flow cytometers. recognizing specific antigens in the surface of cells. In a flow cytometer, fluorescence with each different wavelength is filtered with an optical lens and mirrored to a fluorescence detector, which normally is PMT. Figure 2 shows a typical configuration of a flow cytometer, where structure of the optical and signal detection components are shown in detail. An embedded software system is used to automate and control the instrument. Acquired signals in the instrument are sent to the application software system of the flow cytometer via network, and users manage the cell analysis and the instrument via the application software. Figure 1. A schematic of a flow cell [10] A. Flow Cytometers Although the origins of flow cytometers can be tracked to 19 th century, the development of flow cytometers became feasible until late of 1970s when reliable lasers, commercially produced monoclonal antibodies and inexpensive computer became available [7]. Cytometry is about the measurement of physical and chemical as well as biological characteristics of cells, and flow cytometry is a process for measuring individual cells when they pass through detectors in a fluid steam [9]. Flow cytometer is an instrument of flow cytometry for measuring size, internal complexity, and fluorescence of cells based on measurement of electronic and optical parameters obtained as a result of the interrogation of flowing cells and lights [9]. A typical flow cytometer includes several major components: (1) a sample handling component for taking blood from sample tubes or wells; (2) a flow cell for building the blood sample into a fluid stream where the cells pass the light sources, (3) an optical component consisting of one or more laser light sources, (4) signal detection component for acquiring light scatter signals and fluorescence signals, and (5) a software system for instrument management and data analysis. A schematic representation of a flow cell for a typical flow cytometer is shown in Figure 1. The cell sample is sent to a tiny tube and then injected into the stream of sheath, which ensures the cell sample remain in the center according to laminar flow principle [8]. The cells in the sample interrogate with laser lights when they pass through them individually. Corresponding signal detectors acquire the scatted lights and fluorescence signals when a cell passes through a light source. Forward scatted lights are proportional to the surface area and size of the cell, and side scatted lights are proportional to the granularity and internal complexity of a cell. When a cell is prepared with monoclonal antibody and the antigen of the cell binds to the antibody, the cell will activate fluorescence in particular wavelength when it interacts with a laser light. Fluorescence signals are used for Figure 2. A schematic of a flow cytometer [10] B. Data Acquisition in Flow Cytometers In this section, we describe the data acquisition and synchronization in flow cytometers. Figure 3. An illustration of data display and analysis When a cell passes through the flow cell and interrogates with a laser beam, it generates signals like forward scatter signals or fluorescence signals. Each signal detector acquires the signals of a particular parameter. We build the set of signals of all parameters for each cell as a record, and each item in the record is a signal value of a parameter. If the value of an item is 0, then we know that the corresponding detector of the parameter did not get the signal of the cell. The 0 value of a parameter maybe caused by weak signal or problem of the detector, and it may occur many times. The system processes each record to exclude noise signals such as those coming from debris or other irregular particles. Each processed record is put into a buffer, and then the records are packaged and delivered to the workstation for data analysis and additional processing. The data analysis software stores the data records into a file or database in a standard format such as FCS 3.0 so that the data can be exchanged among different systems. At the same time, the data are displayed in different graphic formats such as two dimension dot plots or density plots or 627

3 one dimension histograms. Users are able to display the plots with different combinations of the parameters in the 2 dimension plots or histograms for different parameters. The classification of the cell population in the sample can be observed in the plots in some cases. In many cases, users need to select partial of the cell population or divide the cell population into several regions in the plots for further processing, and the procedure is called gating [9]. Statistics such as mean value, cell count, standard derivation or percentage of a cell type in a sample are calculated based on gating. Figure 3 shows a sample of data display and analysis plots in a flow cytometer. The left plot in Figure 3 is a histogram of a parameter, and the right plot is a dot plot of side scatter v.s. forward scatter, and it is gated with R1. Table 1: Sample data collected for each parameter FS SS FL1 FL2 FL3 cell cell2 x cell3 3 3 x 3 x cell4 4 x cell Table 2: Sample records built for each cell in Table 1 FS SS FL1 FL2 FL3 cell cell cell cell cell5 5 Although cells in a flow cytometer pass detectors individually, data analysis is still performed on a collection of cells like 1000 cells or 5000 cells. Therefore, the signals records are continuously acquired and stored when cells are passing in the fluid stream. Ideally, when a cell passes through a light beam, each detector detects one and only one signal of a particular parameter and all detectors get their signals altogether at the exact same moment and then reset themselves for next acquisition. However, one detector may not detect a passing cell, and other detectors do. In this case, the next signal acquired by the detector that missed the previous one will be accidently put into the previous position that is supposed to be occupied by the missing value of last cell. The problem will only be found at the end of the sample analysis due to some missing values of the last several cells. Then the analysis data of the whole sample have to be discarded. In the worst situation, each detector missed the same number of signals, and then the problem even will not be found easily. Let s explain the problem in details with examples. We assume the instrument collects 5-parameters signals for each cell. The 5 parameters are forward scatter FS, side scatter SS, fluorescence 1 FL1, fluorescence 2 FL2, and fluorescence 3 FL3. Each parameter has a signal detector for, and each detector collects data independently when a cell interrogates a laser beam. Table 1 shows the acquired signals of 5 cells, where x represents a lost signal, and an integer number means a valid value that is collected. Then the program is going to build a record for each cell, and each record has 5 parameter values representing the analysis result. Since no one is aware of the lost values due to the high speed of data generation (most existing flow cytometers process around cells each second), the positions of the lost signals are filled by signals of coming cells. The 5 records built based on data collected in Table 1 is shown in Table 2, where we found the records of cell2, cell3, cell4 and cell5 are all wrong. Therefore, the analysis result of the whole sample has to be discarded. Some hardware design can solve the data synchronization problem mentioned above. For example, one detector (it is the detector of FS in most cases since FS has the strongest signals) is designed as the master detector and it facilitates the synchronization among all detectors. When the master detector detects its signal, the corresponding position of each parameter in the record is filled with the signal values the detectors detected or a default value 0. If the master detector was not trigged by a passing cell, then none of other detectors will be trigged either. However, signals still could be lost during the data transmission or storing. For enhancing the quality of the instrument we developed, we designed a dynamically sliding window for implementing the data synchronization. It could be particularly useful for instruments that do not have a hardware based data synchronization design. III. SLIDING WINDOW PROTOCOL In this section, we discuss the design, implementation and validation of the dynamically sliding window for data synchronization in a flow cytometer. A. Design When a cell interrogates a light beam, it may or may not trigger the signal detectors. If one detector loses a signal, then the data acquired for a sample are messed up. In some cases, the messed up of acquired data may even not be found at the end of the analysis. In order to solving the problem, we designed a dynamically sliding window for checking the data integrity at real time. We assume the instrument acquires values of 5-parameters signals of one light source for each cell. If the instrument has two laser light sources, then there are 10 signals total when a cell interacts with 2 laser lights each time. We discuss the instrument that has only one laser light, and the design can be easily extended for systems that have multiple laser lights. The 5 parameters we defined as FS, SS, FL1, FL2, and FL3. The missing of a signal could happen at any time. Therefore, the size of the sliding window is 1 in the beginning, and it increases if no missing of signals occurs next time, and it continuously increases the size until it reaches to a preset limitation as soon as no signal is lost. If a signal is lost, then the size of the sliding window is reduced until it reaches to 1 if losing of signals is continuously found. When the size of the window is larger than 1, and the numbers of missing signals for each parameter is same, then unfortunately our design is unable to detect the problem. However, the possibility of the case in a small size of window is extremely rare; we don t consider the 628

4 solution of the case. Here is the design of the dynamically sliding window: 1. As soon as the data acquisition of a sample starts, the size of the slide window is set to 1. A data buffer that has 5 fields is dedicated for storing data collected from each detector, and each detector is assigned with a field. Figure 4 shows how each detector stores its signal values into the fields in the buffer, where the arrow line means the direction of data pumping, and the dash line represents data stored in the buffer. Buffer F1 F2 F3 F4 F5 Storing Detectors FS SS FL1 FL2 FL3 Figure 4 An illustration of data storing in a buffer 2. According to the speed setting of the fluid system in the flow cytometer and the sample type, we are able to calculate the minimal time interval of 2 cells passing through a laser beam. We set the time interval s as the cut off time for checking the sliding window. Since each detector gets its signal in near to light speed, we consider all detectors get their signals at the exact same moment. 3. When the first signal of FS is received and stored in the buffer, the program starts clock t. As soon as t = s, the program checks the buffer, if each field has one value, the analysis result is complete; otherwise, the fields that don t have signals are filled with value 0. This step is to ensure that no value is lost in the first line. Buffer F1 F2 F3 F4 F5 Sliding Window Detectors FS SS FL1 FL2 FL3 Figure 5 An illustration of sliding windows 4. The program increases the size of the sliding window to 10 so that the buffer will accept additional 10 cells. As soon as the program finds that the buffer already stored additional 10 values of FS, it immediately checks all other fields. During the time, if new signals are coming, they are stored in a temporary buffer that has the same data structure as current one. Normally it will not happen since it takes much less time for checking the synchronization in a window than the time interval s of two cells passing through the light. 5. The program counts the number of signals for each field in the buffer. If an inconsistency of number among fields is found, it means some detectors missed signals for some cells. Since FS is the master parameter, the number of signals in other fields could be over than the size of the window if FS lost some values. 6. If the program finds a missing signal in the window, the analysis results of all cells in the window have to be discarded because the program does not know which cell that really missed a signal. The size of the window is reduced to half of the current window until the size is reduced to 1 if missing of values is keeping occurring. 7. If every field has the same number of signal values within the window, the size of the window is doubled until it reaches to 100, which is the maximal size of the window, as soon as no missing signal is found. A flow cytometer normally analyzes around cells for each sample; therefore, discarding 100 cells of cells is still acceptable. The users can decide whether to continue acquire data from the sample until it reaches to a preset criterion. The idea of the dynamically sliding window is shown in Figure 5, where the rectangles represent sliding windows. 8. If there are some items in the temporary buffer at the end of analysis, the program just simply counts the number of signals in each field. If the number is same for every field, the data is appended to the data in the original buffer. If inconsistency is found, the data in the temporary buffer are discarded. B. Implementation The main embedded program of the flow cytometer we developed has only one process that is implemented in an ARM single board computer, and the data acquisition program is implemented in a FPGA board. The sliding window program is implemented in the FPGA board with data acquisition programs. The program sets a buffer according to the number of cells to be processed in a sample. For example, if a user needs to analyze cells from a sample, the buffer size is 200KB considering each value of a parameter is a 32 bits number. The real buffer is 400KB since each detector actually acquires two different signal values for each cell. We don t discuss the case since the sliding window only needs one signal for each parameter. Each acquired datum is processed for multiplying or digitalizing by the detector, and then the datum is stored in a particular position of the data buffer. The sliding window program monitors the number of FS data, stores and records the position of the current processing. As soon as the number of FS data in the window equals to the size of the window, which starts from the next position ws of the last processed position in the buffer to position we, which is ws pluses the current size of window sw (we shall be the last item in the current buffer). When the program counts the number of items in each field in the window, it counts all items from position ws to the last item we of the field in the buffer. During the counting period, incoming data are stored in a temporary buffer. If a missing value is found, the data from position ws to the last one in the buffer are deleted, and the size of the window is reduced to half of sw or 1 if sw is 10. If data in the window are complete, then ws is set to the next position of we, and the size of the window is set to the smaller one between sw and

5 C. Validation Although implementing the dynamically sliding window is easy, testing the program is challenged due to several reasons: (1). Missing of values from each signal detector is very rare so that it is very difficult to reproduce missing of values; (2). The data generation from each detector is very fast, usually one signal for each parameter every 0.05 millisecond or less; (3). The data are produced at real time, and testing has to be performed at real time; (4). The time period between two subsequent values of a parameter could be less than 0.05 millisecond, and it is difficult to control the time period during the testing; and (5). The number of data items for a sample could be or more, which makes the verification of the testing result fairly difficult. In order to test the implementation of the sliding window thoroughly, we test the program with three different ways [11]: (1). System testing; (2) Special cases based testing; and (3) Model based testing. System testing. If some signal values of a parameter are lost in the early phase of the data acquisition, the analysis result of the sample will be messed up (see the explanation in section 2.B). We can prepare two exact same blood samples such as some standard quality control kits [7]. Then we run one sample in a reference flow cytometer that has been tested and calibrated, and run another sample in the flow cytometer that has the sliding window under test. We compare the analysis results such as patterns in the dot plots, histograms and statistics from two tests like those shown in Figure 6. If a significant difference of the two results is found, then something must be wrong in our program or design. However, it is not necessary that the messed-up data due to missing of values during the data acquisition will cause a significant difference of two analysis results. In many cases, the difference between two analysis results might be very difficult to be observed. Considering the fact that missing values in the data acquisition is fairly rare, system testing does not work well for testing the sliding window program. Special cases based testing. It is impossible for us to interrupt some detectors to disable the data acquisition of some cells at real time due to the high speed of data acquisition. In addition, the rate of dropping signals is so low that no any signal may be lost even running the analysis for several days without interruption. It is difficult to change the firmware in the instrument for dropping signals. However, we can work around the problem via changing the setting of the instrument and testing. For example, we may set a very large buffer such as 1MB for storing the acquired data, and dilute the blood sample to such as 20% of the original one. Then it will take about 25 times of time to acquire enough data to fill the space in the buffer. We also set the size limitation of the sliding window to 1000 instead of 100. Based on above configuration, we have enough time to turn off one detector and then turn on it immediately during data acquisition. Then we can check whether the final result has discarded the cells that have incomplete data, and number of items for each field is same. If we turn off a detector before the data acquisition starts, we can check whether the missing value in the field of the first cell has been filled with 0 as we designed. The speed of fluid stream can be adjusted in some instruments, and then we can also increase the time interval between two passing cells via reducing the speed of the fluid stream. However, it is still difficult to test a situation that a detector only drops one or two cells since many cells have passed the light during we turn on and off the detector even with above modifications. In addition, it is almost impossible to test the case that signals are dropped from two or more detectors randomly. Model based testing. In order to thoroughly testing the sliding window protocol, we developed a program to simulate the data acquisition and the sliding window. The simulator generates a signal for each parameter and pumps it into the buffer every 0.05 millisecond or less, and randomly drops a datum in the buffer for any parameter. The simulator is able to simulate many different cases such as dropping a signal in the beginning or at the end of data acquisition, or dropping several signals of multiple parameters together. We run and test the simulation program in a PC environment. We shall test many different cases via combining different scenarios based on combinatorial testing technique [5]. The scenarios could include ones like missing data items in the beginning, missing just one data item for a parameter, missing several data items altogether for multiple parameters, missing 2 or more data items altogether for a parameter, and the time interval of generating signals of two cells could be set as 0.05 millisecond, 0.03 millisecond, 0.01 millisecond, and others between the range. However, it is difficult to know when the program is adequately tested. In this research, we used model-based testing technique to generate adequate tests. The tool we used in this project is called MISTA [12], which is a model-based testing tool for automated generation of executable test code in model level and program level. It uses function nets (a type of PrT nets extended with inhibitor arcs and reset arcs) [12] for specifying test models so that complete tests can be automatically generated. The detail of MISTA can be found in [12]. Figure 6 is a function net model of the sliding window protocol in MISTA. In the model, place Signals and transition Generator are used for generating signals, and transitions SendSS, SendFS, SendFL1, SendFL2, and SendFL3 are used for sending corresponding signals to the buffer of each parameter. Transitions Drop1, Drop2, Drop3, Drop4, and Drop5 are used for simulating randomly dropping signals during transmission. When a signal is dropped, and the size of the sliding window is reached, transition DoReset is used for discarding signals in buffers within the sliding window. If no signal is lost within current sliding window, then transition Sent delivers all signals to place Success. The size of the sliding window is set by the guard conditions in transitions DoReset and Sent. After compiled and inspected executions of the model, we generated tests according to different adequate criteria including reachability tree, state overages and transition coverage. Through mapping the function net model to the Java implementation of the simulator with sliding window, MISTA automatically generated tests for testing the implementation based on the tests generated from the model. Due to the limitation of the space, we don t discuss the details of the tests in this paper. 630

6 V. SUMMARY AND FUTURE WORK Data acquisition and analysis is the most important part in a flow cytometer system [6]. In order to facilitate data synchronization among multiple parameters, hardware design has been used in many flow cytometers. We designed a sliding window protocol to ensure the data synchronization. The purpose of our sliding window is used for detecting missing of data during data acquisition. One of the difficulties comes from the high speed of data generation and the independence of data acquisition of each detector, and another difficulty comes from the requirements for rigorous techniques to ensure high quality of the system design and implementation. We address both of the difficulties in this paper. Our validation results show that our solution was able to be used for either a supplementary or a replacement of the hardware solution. The overhead due to the computing of sliding window is minimal. The design, implementation and validation of our solution described in this paper shall be useful for others who are developing similar systems. Figure 6 A function net model of the sliding window protocol ACKNOWLEDGMENTS The result of the model based testing has shown effectiveness of the design and implementation of the sliding window protocol. IV. We thank Dr. Xinhua Hu at East Carolina University and Eric Statler from Beckman Coulter for numerous discussions. This research is supported in part by award #CNS from the National Science Foundation. Junhua Ding s research was also partially supported by the guest professorship grant from school of computer sciences at China University of Geosciences. RELATED WORK There are many tutorials on flow cytometers, and the one [9] by Shapiro might be the most referred one. The quality of flow cytometers software is critically important to the quality of the instrument. The software normally is designed to enhance features and ensure the quality of the instrument. Therefore, it is important to develop a rigorous approach to ensure the software quality. In this paper, we designed a sliding window protocol for data synchronization in flow cytometers, and analyzed the design using different approaches to ensure the correctness. Sliding window protocols have been proposed for reliably transforming data packets in-order [2], but the sliding window protocol proposed in this paper is relatively simple since the delivering of signals in-order is not an issue. Formal modeling of software systems provides a solid foundation for formally analyzing software systems. Although formal analysis provides a rigorous way for verifying correctness of software systems, it is infeasible for analyzing large software systems due to the state explosion issue. Software testing is still the most widely adopted technique to check the quality of software, but it lacks rigorousness in many cases. Many researches have been done on combination of formal analysis and testing such as the one discussed in [3] and [4]. The analysis approach used in this paper combines both advantages of software testing and formal analysis. Tests were generated based on formal analysis results and testing bridges the gap between simulation and formal analysis. More important, tests generated from the model not only were used for testing the model, but also were used for generating code level tests so that the consistency between a model and its implementation is well ensured [12]. REFERENCES [1] P. K Chattopadhyay, M. Roederer, Cytometry: today's technology and tomorrow's horizons, Methods, Vol. 57, pp , July [2] D. E. Comer, Internetworking with TCP/IP, Volume 1: Principles, Protocols, and Architecture, Prentice Hall, [3] J. Ding, X. He, Formal Specification and Analysis of an Agent-Based Medical Image Processing System, Intl. Journal of Soft. Eng. and Knowledge Eng., Vol. 20, No. 3, pp. 1 35, [4] X. He, H. Yu, T. Shi, J. Ding, and Y. Deng, Formally Specifying and Analyzing Software Architectural Specifications Using SAM. Journal of Systems and Software, vol.71, no.1-2, pp.11-29, [5] R. Kuhn, R. Kacker, Y. Lei, J. Hunter, Combinatorial Software Testing, IEEE Computer, vol. 42, no. 8, August [6] E. Lugli, M. Roederer, and A. Cossarizza, Data Analysis in Flow Cytometry: The Future Just Started, Cytometry A. 77(7): , July [7] M. G. Macey (Ed.), Flow Cytometry, Principles and Applications, Humana Press, 2007.Transfus [8] F. F. Mandy, M. Bergeron, T. Minkus, Principles of Flow Cytometry, Transfus. Sci, Vol. 16, No. 4, pp , [9] H. M. Shapiro, Practical Flow Cytometry, 4st edn. Wiley-Liss, [10] last accessed on March 16, [11] S. Vance, Quality Code: Software Testing Principles, Practices, and Patterns, Addison-Wesley Professional, [12] D. Xu, A Tool for Automated Test Code Generation from High-Level Petri Nets. 32nd Int. Conf. on Apps. and Theory of Petri Nets, Newcastle, UK, June 20-24,

determine optimum instrument settings for their own instruments and establish their own daily values.

determine optimum instrument settings for their own instruments and establish their own daily values. PC7 (770/488) SETUP KIT 6607121 PN 4299504-C FLOW CYTOMETER ALIGNMENT VERIFICATION FLUOROSPHERES FLOW CYTOMETER DETECTOR STANDARDIZATION FLUOROSPHERES INTENDED USE For Research Use Only. Not for use in

More information

High-throughput automation with the Attune NxT Autosampler: consistent results across all wells and across plates

High-throughput automation with the Attune NxT Autosampler: consistent results across all wells and across plates APPLICATION NOTE Attune NxT Flow Cytometer with Autosampler High-throughput automation with the Attune NxT Autosampler: consistent results across all wells and across plates Introduction The emerging field

More information

Application Information Bulletin: DuraClone IM Tubes Compensation setup for high content DuraClone reagents

Application Information Bulletin: DuraClone IM Tubes Compensation setup for high content DuraClone reagents Application Information Bulletin: DuraClone IM Tubes Compensation setup for high content DuraClone reagents Compensation setup for high content DuraClone reagents INTRODUCTION High content flow cytometry

More information

Navios EX FLOW CYTOMETER POWERFUL, DEPENDABLE CLINICAL FLOW CYTOMETRY

Navios EX FLOW CYTOMETER POWERFUL, DEPENDABLE CLINICAL FLOW CYTOMETRY Navios EX FLOW CYTOMETER POWERFUL, DEPENDABLE CLINICAL FLOW CYTOMETRY BECAUSE EVERY EVENT MATTERS The Navios EX flow cytometer offers a solution for advanced cytometry applications optimized for the clinical

More information

BASICS OF FLOW CYTOMETRY

BASICS OF FLOW CYTOMETRY BASICS OF FLOW CYTOMETRY AUTHOR: Ana Isabel Vieira APPROVAL: Henrique Veiga Fernandes Ana Sílvia Gonçalves SOP.UCF.002 03-09-2015 Pag. 1/9 Overview Flow: Fluid Cyto: Cell Metry: Measurement Flow cytometry

More information

Anatomy of a flow cytometer

Anatomy of a flow cytometer Anatomy of a flow cytometer Fluidics Optics Electronics Cells in suspension flow in single-file through an illuminated volume where they scatter light and emit fluorescence that is collected, filtered,

More information

NovoCyte Flow Cytometer

NovoCyte Flow Cytometer NovoCyte Flow Cytometer The Flow Cytometer for Everyone 2 Experience the NovoCyte Advantage Focus on advancing your research. Let the flow cytometer do the rest. NovoCyte Flow Cytometer High Performance

More information

Each question may have MULTIPLE correct answers. Select all that are correct.

Each question may have MULTIPLE correct answers. Select all that are correct. Knowledge Assessment Flow Cytometry Workshop, Part 1 April 20, 2015 Each question may have MULTIPLE correct answers. Select all that are correct. 1. Tandem dyes are a. highly stable fluorophores after

More information

Navios EX FLOW CYTOMETER POWERFUL, DEPENDABLE FLOW CYTOMETRY

Navios EX FLOW CYTOMETER POWERFUL, DEPENDABLE FLOW CYTOMETRY Navios EX FLOW CYTOMETER POWERFUL, DEPENDABLE FLOW CYTOMETRY BECAUSE EVERY EVENT MATTERS The Navios EX flow cytometer offers a solution for advanced cytometry applications with optimized workflows for

More information

Basic Principles in Flow Cytometry. Flow Cytometry

Basic Principles in Flow Cytometry. Flow Cytometry Basic Principles in Flow Cytometry Flow Cytometry» Flow Cytometry is the technological process that allows for the individual measurements of cell fluorescence and light scattering. This process is performed

More information

Definitions. What functions does a flow cytometer be able to do? The build of the Flow cytometry and sorting. Flow cytometry

Definitions. What functions does a flow cytometer be able to do? The build of the Flow cytometry and sorting. Flow cytometry The build of the Flow cytometry and sorting Flow cytometry Seminar Mónika Tóth 11-12-13.04.2011 Definitions Flow cytometry Process or measurement method can measure discrete properties physical, chemical,

More information

A previous ICCS Module entitled Instrument optimization - Adjusting PMT voltages and compensation 1 should be read as a prerequisite to this module.

A previous ICCS Module entitled Instrument optimization - Adjusting PMT voltages and compensation 1 should be read as a prerequisite to this module. Sponsored and reviewed by ICCS Quality and Standards Committee Title: Compensation Tips for Beckman Coulter 10-Color Navios Platform Written by: Salima Janmohamed-Anastasakis Ph.D., Applications Scientist,

More information

ALL INFECTOLOGY. and now. Gucker, 1947 Wallace Coulter Coulter Orifice, Kamentsky, 1965 Mack Fulwyler sorter BLOOD:

ALL INFECTOLOGY. and now. Gucker, 1947 Wallace Coulter Coulter Orifice, Kamentsky, 1965 Mack Fulwyler sorter BLOOD: ALL BLOOD: RBC, PLT, WBC ( /-/ ) (+ LDH, carbamide, ESR, periphery blasts, liver function deviation, renal function dev.) Classification: Morphology + genetics+ immunology! B-cell: T-cell: Dedifferentiated:

More information

Flow cytometry within reach.

Flow cytometry within reach. Affordable, but more than capable. The Accuri C6 Flow Cytometer is flow cytometry at its best. Its affordable price makes it accessible beyond compare. The C6 has a foot print small enough to fit most

More information

Application Information Bulletin: Set-Up of the CytoFLEX Set-Up of the CytoFLEX* for Extracellular Vesicle Measurement

Application Information Bulletin: Set-Up of the CytoFLEX Set-Up of the CytoFLEX* for Extracellular Vesicle Measurement Application Information Bulletin: Set-Up of the CytoFLEX Set-Up of the CytoFLEX* for Extracellular Vesicle Measurement Andreas Spittler, MD, Associate Professor for Pathophysiology, Medical University

More information

ALL INFECTOLOGY COMMERCIALLY AVAILABLE DEVICES. and now BLOOD:

ALL INFECTOLOGY COMMERCIALLY AVAILABLE DEVICES. and now BLOOD: ALL BLOOD: RBC, PLT, WBC ( /-/ ) (+ LDH, carbamide, ESR, periphery blasts, liver function deviation, renal function dev.) Classification: Morphology + genetics+ immunology! B-cell: T-cell: Dedifferentiated:

More information

arc lamp is substituted. Before

arc lamp is substituted. Before CE update [cytology hematology generalist] The Principles of Flow Cytometry Antony C. Bakke, PhD From the Department of Pathology, Oregon Health Sciences University, Portland, OR On completion of this

More information

seminar

seminar seminar 02.26.-28.2013. Flow cytometry Process or measurement method can measure discrete properties physical, chemical, biochemical, biological parameters of separate particles, e.g. biological cells

More information

Automation In Life Sciences and Diagnostics Applications

Automation In Life Sciences and Diagnostics Applications Automation In Life Sciences and Diagnostics Applications Pedro Diaz Director of Research Beckman Coulter Life Sciences February 20-22, 2013 Orlando World Marriott Center Orlando, Florida USA Beckman Coulter

More information

Formalization of the MESF Unit of Fluorescence Intensity

Formalization of the MESF Unit of Fluorescence Intensity Cytometry Part B (Clinical Cytometry) 57B:1 6 (2004) Report Formalization of the MESF Unit of Fluorescence Intensity Abe Schwartz, 1 Adolfas K. Gaigalas, 2 Lili Wang, 2 Gerald E. Marti, 3 Robert F. Vogt,

More information

Spherotech, Inc. 1. SPHERO TM Technical Note STN-8 Rev C

Spherotech, Inc. 1. SPHERO TM Technical Note STN-8 Rev C SPHERO TM Technical Note STN- Rev C. 0070 CALIBRATION AND PERFORMANCE TRACKING OF FLOW CYTOMETERS USING SPHERO TM CALIBRATION PARTICLES Introduction The SPHERO TM Calibration Particles are versatile, stable,

More information

Flow Cytometry - The Essentials

Flow Cytometry - The Essentials Flow Cytometry - The Essentials Pocket Guide to Flow Cytometry: 1. Know your Cytometer 2. Understanding Fluorescence and Fluorophores 3. Gating Process 4. Controls 5. Optimization 6. Panel Building 7.

More information

Compensation: Fundamental Principles

Compensation: Fundamental Principles Flow Cytometry Seminar Series 2017 : Fundamental Principles Spillover correction in multicolor flow cytometry 28.02.2017 http://www.cytometry.uzh.ch Contents Fluorescence and its detection Absorption and

More information

PERFECT-COUNT MICROSPHERES

PERFECT-COUNT MICROSPHERES PERFECT-COUNT MICROSPHERES Perfect-Count Microspheres-Product code PCB-100 for 100 tests Introduction In recent years, the determination of absolute cell counts has been shown to be relevant in different

More information

Minimum Information about a Flow Cytometry Experiment (MIFlowCyt) Annotation

Minimum Information about a Flow Cytometry Experiment (MIFlowCyt) Annotation Minimum Information about a Flow Cytometry Experiment (MIFlowCyt) Annotation 1. Experiment Overview 1.1 Purpose The purpose of these sets of experiments is to develop a methodology of identifying and quantifying

More information

Titration of Fluorochrome-Conjugated Antibodies for Labeling Cell Surface Markers on Live Cells

Titration of Fluorochrome-Conjugated Antibodies for Labeling Cell Surface Markers on Live Cells Titration of Fluorochrome-Conjugated Antibodies for Labeling Cell Surface Markers on Live Cells Ruud Hulspas 1 UNIT 6.29 1 Cytonome/ST, Boston, Massachusetts ABSTRACT Nonspecific antibody binding is best

More information

TECHNICAL BULLETIN. QUANTUM FLUORESCENCE KITS FOR MESF UNITS OF FITC Product Numbers QMF-2 AND QMF-10 Storage Temperature 2-8 C.

TECHNICAL BULLETIN. QUANTUM FLUORESCENCE KITS FOR MESF UNITS OF FITC Product Numbers QMF-2 AND QMF-10 Storage Temperature 2-8 C. QUANTUM FLUORESCENCE KITS FOR MESF UNITS OF FITC Product Numbers QMF-2 AND QMF-10 Storage Temperature 2-8 C. Do Not Freeze TECHNICAL BULLETIN Product Description Quantum Fluorescence Kits for MESF Units

More information

TECHNICAL BULLETIN. QUANTUM FLUORESCENCE KITS FOR MESF UNITS OF FITC Product Numbers QMF-2 AND QMF-10 Storage Temperature 2-8 C.

TECHNICAL BULLETIN. QUANTUM FLUORESCENCE KITS FOR MESF UNITS OF FITC Product Numbers QMF-2 AND QMF-10 Storage Temperature 2-8 C. QUANTUM FLUORESCENCE KITS FOR MESF UNITS OF FITC Product Numbers QMF-2 AND QMF-10 Storage Temperature 2-8 C. Do Not Freeze TECHNICAL BULLETIN Product Description Quantum Fluorescence Kits for MESF Units

More information

a Beckman Coulter Life Sciences: White Paper

a Beckman Coulter Life Sciences: White Paper a Beckman Coulter Life Sciences: White Paper DuraClone improves standardization of compensation workflow for high content multicolor applications by flow cytometry Authors: Neha Girish 2, Sudharsan Sathyamurthy

More information

FLOW CYTOMETRY. CyAn ADP. Analyzer

FLOW CYTOMETRY. CyAn ADP. Analyzer FLOW CYTOMETRY CyAn ADP Analyzer Experience the Power of the CyAn ADP and its optimal performance The Power of Detection The Power of Speed The Power of Ease The CyAn ADP Analyzer is the next step in Advanced

More information

Novel Developments in Cytometry. Martin Adelmann Marketing Manager Cellular Analysis & Life Science Beckman Coulter EMEAI

Novel Developments in Cytometry. Martin Adelmann Marketing Manager Cellular Analysis & Life Science Beckman Coulter EMEAI Novel Developments in Cytometry Martin Adelmann Marketing Manager Cellular Analysis & Life Science Beckman Coulter EMEAI 1 Innovation in Flow Cytometry Cellios EPICS 1V 2 lasers, 3 colors EPICS Profile

More information

CELL CYCLE BASICS. G0/1 = 1X S Phase G2/M = 2X DYE FLUORESCENCE

CELL CYCLE BASICS. G0/1 = 1X S Phase G2/M = 2X DYE FLUORESCENCE CELL CYCLE BASICS Analysis of a population of cells replication state can be achieved by fluorescence labeling of the nuclei of cells in suspension and then analyzing the fluorescence properties of each

More information

Principles of flow cytometry: overview of flow cytometry and its uses for cell analysis and sorting. Shoreline Community College BIOL 288

Principles of flow cytometry: overview of flow cytometry and its uses for cell analysis and sorting. Shoreline Community College BIOL 288 Principles of flow cytometry: overview of flow cytometry and its uses for cell analysis and sorting Shoreline Community College BIOL 288 Flow Cytometry What is Flow Cytometry? Measurement of cells or particles

More information

BD FACSCanto II. A proven research platform for maximum reliability and the highest quality results

BD FACSCanto II. A proven research platform for maximum reliability and the highest quality results BD FACSCanto II A proven research platform for maximum reliability and the highest quality results A proven platform for maximum reliability and the highest quality results Built on more than 25 years

More information

Flowcytometry Dirk Pacholsky

Flowcytometry Dirk Pacholsky Flowcytometry Dirk Pacholsky Flowcytometry: Overview 1 2 Overview Flow Cyto Metry Fluid Cell Measurement measuring cell properties of cells in suspension Most Flow Cytometer have Spatially separated Lasers

More information

Identification of red and white blood cells from whole blood samples using the Agilent 2100 bioanalyzer. Application Note

Identification of red and white blood cells from whole blood samples using the Agilent 2100 bioanalyzer. Application Note Identification of red and white blood cells from whole blood samples using the Agilent 2100 bioanalyzer Application Note Sylvie Veriac Valérie Perrone Madeleine Avon Abstract Agilent Equipment: 2100 bioanalyzer

More information

InhibiScreen Kinase Inhibitor Assay

InhibiScreen Kinase Inhibitor Assay InhibiScreen Kinase Inhibitor Assay Flow Cytometric assessment of efficacy of PI3Kγ, PI3Kδ, BTK and SYK pathway inhibitors using the measurement of basophil activation in human EDTA and Heparin Whole Blood.

More information

ANAT 3231 Cell Biology Lab12 Stem Cell Analysis

ANAT 3231 Cell Biology Lab12 Stem Cell Analysis ANAT 3231 Cell Biology Lab12 Stem Cell Analysis 2 June 2010 Dr Antonio Lee Neuromuscular & Regenera9ve Medicine Unit School of Medical Sciences, UNSW Introduction to Flow Cytometry Contributed by Vittoria

More information

Designing and Implementing a High-Level Multicolor Flow Cytometry Assay. Brent Wood MD PhD Department of Laboratory Medicine University of Washington

Designing and Implementing a High-Level Multicolor Flow Cytometry Assay. Brent Wood MD PhD Department of Laboratory Medicine University of Washington Designing and Implementing a High-Level Multicolor Flow Cytometry Assay Brent Wood MD PhD Department of Laboratory Medicine University of Washington Define Purpose of Assay Most important question What

More information

THE IMPROVEMENTS TO PRESENT LOAD CURVE AND NETWORK CALCULATION

THE IMPROVEMENTS TO PRESENT LOAD CURVE AND NETWORK CALCULATION 1 THE IMPROVEMENTS TO PRESENT LOAD CURVE AND NETWORK CALCULATION Contents 1 Introduction... 2 2 Temperature effects on electricity consumption... 2 2.1 Data... 2 2.2 Preliminary estimation for delay of

More information

2. SUMMARY AND EXPLANATION

2. SUMMARY AND EXPLANATION English Stem-Trol Control Cells 1-10 1. INTENDED USE 2 2. SUMMARY AND EXPLANATION 2 3. PRINCIPLE OF TEST 2 4. REAGENT CONTENTS 2 5. STATEMENT OF WARNINGS 2 6. STORAGE CONDITIONS AND STABILITY 3 6.1 Evidence

More information

Navios Now Because Every Event Matters

Navios Now Because Every Event Matters Navios Now Because Every Event Matters Powerful, Dependable 10-Color Flow Cytometry Because we understand the power inside every cell, we designed the Navios flow cytometer to capture the information you

More information

Application Note. Yeast Analysis with a life - dead staining kit (Yeast control - viability)

Application Note. Yeast Analysis with a life - dead staining kit (Yeast control - viability) Application Note Yeast Analysis with a life - dead staining kit (Yeast control - viability) (CyFlow Cube 8 and CyFlow Cube 6 with CyView TM version 1.5 CyFlow Space) Introduction The Partec Yeast control

More information

ACTG Laboratory Technologist Committee Revised Version 2.0 ACTG Lab Man CD38 Quantitation 07 May 2004

ACTG Laboratory Technologist Committee Revised Version 2.0 ACTG Lab Man CD38 Quantitation 07 May 2004 1. Principle Flow Cytometric quantitation of CD38 expression on CD8+ T lymphocytes The purpose of this assay is to quantitate the surface expression of the CD38 molecule on CD8 positive T lymphocytes.

More information

Flow Cytometry For New PhDs

Flow Cytometry For New PhDs Flow Cytometry For New PhDs 2012 Simon Monard SCRM and CIR smonard@staffmail.ed.ac.uk Derek Davies CRUK derek.davies@cancer.org.uk Monday 20th and Tues 21st Feb 2012 Program Day 1: Day 2: Basics of flow

More information

Ruud Hulspas, Mike Keeney, Ben Hedley and Andrea Illingworth

Ruud Hulspas, Mike Keeney, Ben Hedley and Andrea Illingworth Sponsored and reviewed by ICCS Quality and Standards Committee Title: Quality of Reagents Monoclonal Antibodies Written by: Date: March 6, 2018 Ruud Hulspas, Mike Keeney, Ben Hedley and Andrea Illingworth

More information

Littlefield Labs: Overview

Littlefield Labs: Overview Stanford University Graduate School of Business May 2007 Littlefield Labs: Overview Introduction Littlefield Laboratories is a state-of-the-art highly automated blood samples testing lab. Samples are tested

More information

J. Philip McCoy, Jr., Ph.D., H.C.L.D. J. Philip McCoy, Jr., PhD

J. Philip McCoy, Jr., Ph.D., H.C.L.D.   J. Philip McCoy, Jr., PhD J. Philip McCoy, Jr., Ph.D., H.C.L.D. Email: mccoyjp@mail.nih.gov 1 Introduction 2 How It All Works A very brief description of how a flow cytometer works. Please read it it will help you design your experiments.

More information

Live and Dead Cell Assay

Live and Dead Cell Assay ab115347 Live and Dead Cell Assay Instructions for Use Differential fluorescent labeling of live and dead cells This product is for research use only and is not intended for diagnostic use. Last Updated

More information

CyFlow Cube series Appealing from every angle

CyFlow Cube series Appealing from every angle CyFlow Cube series Appealing from every angle www.sysmex-partec.com CyFlow Cube 6 and Cube 8: compact, economic flow cytometers with a great performance Panta rhei a flexible solution for demands in flow

More information

Challenges for Flow Cytometry in Regulated Bioanalysis

Challenges for Flow Cytometry in Regulated Bioanalysis Challenges for Flow Cytometry in Regulated Bioanalysis Minesh Patel Merck Millipore Discovery & Development Solutions. Oxford, UK. Overview Flow cytometry principles Current uses and regulatory environments

More information

Transforming Cell Science

Transforming Cell Science Transforming Cell Science T E C H N OT E 1 1 / 2 0 1 1 Comparison of Moxi Z Cell Counter with an Imaging Cell Counter and a High-End Coulter System Introduction Cell counts are routinely performed in life

More information

Introduction to Flow Cytometry:

Introduction to Flow Cytometry: Introduction to Flow Cytometry: A Learning Guide Manual Part Number: 11-11032-01 April, 2000 BD Biosciences 2350 Qume Drive San Jose, CA 95131-1807 1-800-448-2347 Introduction to Flow Cytometry: A Learning

More information

Selected Topics in Electrical Engineering: Flow Cytometry Data Analysis

Selected Topics in Electrical Engineering: Flow Cytometry Data Analysis Selected Topics in Electrical Engineering: Flow Cytometry Data Analysis Bilge Karaçalı, PhD Department of Electrical and Electronics Engineering Izmir Institute of Technology Outline Experimental design

More information

ab Glucose Uptake Assay Kit (Cell-based)

ab Glucose Uptake Assay Kit (Cell-based) ab204702 Glucose Uptake Assay Kit (Cell-based) Instructions for Use For measuring glucose uptake via flow cytometry and fluorescent microscopy. This product is for research use only and is not intended

More information

Are You Aware of New Publication Guidelines?

Are You Aware of New Publication Guidelines? Are You Aware of New Publication Guidelines? The application of rigor ensures robust and unbiased experimental design, methodology, analysis, interpretation, and reporting of results. National Institutes

More information

9. Verification, Validation, Testing

9. Verification, Validation, Testing 9. Verification, Validation, Testing (a) Basic Notions (b) Dynamic testing. (c) Static analysis. (d) Modelling. (e) Environmental Simulation. (f) Test Strategies. (g) Tool support. (h) Independent Verification

More information

August 2017 Changes. Flow Cytometry Checklist. CAP Accreditation Program

August 2017 Changes. Flow Cytometry Checklist. CAP Accreditation Program August 2017 Changes Flow Cytometry Checklist CAP Accreditation Program College of American Pathologists 325 Waukegan Road Northfield, IL 60093-2750 www.cap.org 08.21.2017 Disclaimer and Copyright Notice

More information

90% SAID THAT ONLINE REVIEWS INFLUENCED THEIR PURCHASES 62% 72% 70% STAND OUT HOW CONSUMERS SEARCH TODAY

90% SAID THAT ONLINE REVIEWS INFLUENCED THEIR PURCHASES 62% 72% 70% STAND OUT HOW CONSUMERS SEARCH TODAY HOW CONSUMERS SEARCH TODAY 90% SAID THAT ONLINE REVIEWS INFLUENCED THEIR PURCHASES 70% TRUST A BUSINESS WITH A MINIMUM OF 6-10 CURRENT REVIEWS 72% TRUST ONLINE REVIEWS AS MUCH AS PERSONAL RECOMMENDATIONS

More information

Attune TM Acoustic Focusing Cytometer Training. Manik Punj Attune Training

Attune TM Acoustic Focusing Cytometer Training. Manik Punj Attune Training Attune TM Acoustic Focusing Cytometer Training Manik Punj Attune Training Attune Training Agenda Section 1 An Introduction to Flow Cytometry Section 2 An Introduction to Acoustic Focusing Hydrodynamic

More information

Introduction to Flow Cytometry: A Learning Guide

Introduction to Flow Cytometry: A Learning Guide 11-11032-03 rev. A December 2002 Introduction to Flow Cytometry: A Learning Guide Introduction to Flow Cytometry: A Learning Guide Copyright 2002 Becton, Dickinson and Company. All rights reserved. No

More information

PolarScreen Tyrosine Kinase Assay Kit, Far Red Protocol

PolarScreen Tyrosine Kinase Assay Kit, Far Red Protocol PolarScreen Tyrosine Kinase Assay Kit, Far Red Protocol Part # PV3327 Lit. # 839-0408647 040804 TABLE OF CONTENTS 1.0 INTRODUCTION... 1 2.0 ASSAY THEORY... 2 3.0 KIT COMPONENTS... 3 3.1 Materials Provided...

More information

An Application of Causal Analysis to the Software Modification Process

An Application of Causal Analysis to the Software Modification Process SOFTWARE PRACTICE AND EXPERIENCE, VOL. 23(10), 1095 1105 (OCTOBER 1993) An Application of Causal Analysis to the Software Modification Process james s. collofello Computer Science Department, Arizona State

More information

Flow Cytometry Immune Activation SOP

Flow Cytometry Immune Activation SOP Flow Cytometry Immune Activation SOP Purpose This SOP standardizes the procedure for measuring immune activation of T cells using flow cytometry in ACTG Immunology Laboratories. Materials 1. 12x75mm flow

More information

Your Research, Revolutionized

Your Research, Revolutionized Your Research, Revolutionized Drive Your Research Forward Your research needs are evolving and with the CytoFLEX flow cytometer you ll see just how far your data can take you. CytoFLEX has the advanced

More information

ab JC-10 Mitochondrial Membrane Potential Assay Kit Flow Cytometry

ab JC-10 Mitochondrial Membrane Potential Assay Kit Flow Cytometry ab112133 JC-10 Mitochondrial Membrane Potential Assay Kit Flow Instructions for Use For detecting mitochondrial membrane potential changes in cells using our proprietary fluorescence probe. This product

More information

BD Accuri C6. Flow cytometry within reach.

BD Accuri C6. Flow cytometry within reach. BD Accuri C6 Flow cytometry within reach. Flow Cytometry Within Reach The BD Accuri C6 is a personal flow cytometer that brings flow cytometry within reach by being easy to use, simple to maintain, and

More information

Application Note. Assay Portability on the BD FACSVerse System. Summary. Maria Jaimes, Yibing Wang, Catherine McIntyre, and Dev Mittar

Application Note. Assay Portability on the BD FACSVerse System. Summary. Maria Jaimes, Yibing Wang, Catherine McIntyre, and Dev Mittar September Assay Portability on the BD FACSVerse System Maria Jaimes, Yibing Wang, Catherine McIntyre, and Dev Mittar Contents Summary Introduction 3 Objective 4 Methods 6 Results Discussion Conclusions

More information

CompeGPS Competition version 6 Manual. CompeGPS Competition version 6 Manual. CompeGPS Team S.L.

CompeGPS Competition version 6 Manual. CompeGPS Competition version 6 Manual. CompeGPS Team S.L. CompeGPS Competition version 6 Manual Index 1 INTRODUCTION... 3 2 COMPEGPS WIZARD... 4 2.1 COMPETITION WIZARD... 4 2.1.1 How to create a new competition... 4 2.2 PILOTS REGISTRY... 5 2.2.1 How to add pilots...

More information

Comparison of Sorting Capabilities of Beckman Coulter MoFlo XDP and Becton Dickinson FACSAria I and II

Comparison of Sorting Capabilities of Beckman Coulter MoFlo XDP and Becton Dickinson FACSAria I and II Comparison of Sorting Capabilities of Beckman Coulter MoFlo XDP and Becton Dickinson FACSAria I and II Dr. Carley Ross, Angela Vandergaw, Katherine Carr, Karen Helm Flow Cytometry Business Center, Beckman

More information

Your Research, Revolutionized

Your Research, Revolutionized Your Research, Revolutionized Drive Your Research Forward Your research needs are evolving and with the CytoFLEX flow cytometer you ll see just how far your data can take you. CytoFLEX has the advanced

More information

The Cell Cycle, DNA Replication, and Mitosis

The Cell Cycle, DNA Replication, and Mitosis Chapter 19 The Cell Cycle, DNA Replication, and Mitosis 首頁 OUTLINE Overview of the Cell Cycle DNA Replication DNA Damage and Repair Nuclear and Cell Division Regulation of the Cell Cycle Growth Factors

More information

Cyto-Mine. The Single Cell Analysis and Monoclonality Assurance System

Cyto-Mine. The Single Cell Analysis and Monoclonality Assurance System Cyto-Mine The Single Cell Analysis and Monoclonality Assurance System Biopharmaceutical discovery and cell line development workflows streamlined like never before w w w. s p h e ref l u i d i c s. c o

More information

LONDON HEALTH SCIENCES CENTRE (LHSC) WORKFLOW COMPARISON STUDY WITH THE AQUIOS CL FLOW CYTOMETER

LONDON HEALTH SCIENCES CENTRE (LHSC) WORKFLOW COMPARISON STUDY WITH THE AQUIOS CL FLOW CYTOMETER CASE WHITE STUDY PAPER LONDON HEALTH SCIENCES CENTRE (LHSC) WORKFLOW COMPARISON STUDY WITH THE AQUIOS CL FLOW CYTOMETER Laboratory Profile London Health Sciences Centre (LHSC), Flow Cytometry Laboratory,

More information

Hey! Have you heard that ebioscience has launched PerCP-Cy5.5 conjugates?

Hey! Have you heard that ebioscience has launched PerCP-Cy5.5 conjugates? The Standard of Excellence -- Rely on ebioscience to Enhance Your Rate of Discovery Hey! Have you heard that ebioscience has launched PerCP-Cy5.5 conjugates? Really?! Finally, another choice. Data Comparison

More information

1. Explain the architecture and technology used within PLDs. 2. Compare PLDs with alternative devices. 3. Use PLD design tools.

1. Explain the architecture and technology used within PLDs. 2. Compare PLDs with alternative devices. 3. Use PLD design tools. Higher National Unit Specification General information for centres Unit code: DG52 35 Unit purpose: This Unit is designed to enable candidates to gain some knowledge and understanding of the principles

More information

KODAK Scanner i1190wn Info Input Solution Services by Kodak Alaris

KODAK Scanner i1190wn Info Input Solution Services by Kodak Alaris A BLI SYNERGY Report from the Analysts of Buyers Lab KODAK Scanner i1190wn Info Input Solution Services by Kodak Alaris Capture, process, and deliver critical business documents...seamlessly For organizations

More information

Deciphering Flow Cytometry Electronics

Deciphering Flow Cytometry Electronics Deciphering Flow Cytometry Electronics Fan Xiong Life Science Group Bio-Rad Laboratories Hercules, CA, USA Fan_Xiong@bio-rad.com Murat M. Tanik Electrical and Computer Engineering Department University

More information

BD FACSMelody. Cell Sorter. The simple solution for consistent, quality results

BD FACSMelody. Cell Sorter. The simple solution for consistent, quality results BD FACSMelody Cell Sorter The simple solution for consistent, quality results The right instrument is needed for the best results Simplicity, affordability and quality are key Cell sorting is fast becoming

More information

Analysis of repetitive DNA in chromosomes by flow cytometry

Analysis of repetitive DNA in chromosomes by flow cytometry Nature Methods Analysis of repetitive DNA in chromosomes by flow cytometry Julie Brind Amour & Peter Lansdorp Supplementary Figure 1 Supplementary Figure 2 Supplementary Figure 3 Supplementary Figure 4

More information

Beadless Absolute Counting

Beadless Absolute Counting WHITE PPER Beadless bsolute Counting pplication of the unique properties of the peristaltic pump fluidic based system for volumetric cell counting Pierre Grenot, C.Cy (ISC), Hervé Luche, Ph.D., Centre

More information

Boundary-breaking acoustic focusing cytometry

Boundary-breaking acoustic focusing cytometry Boundary-breaking acoustic focusing cytometry Introducing the Attune NxT Acoustic Focusing Cytometer a high-performance system that s flexible enough for any lab One of the main projects in my laboratory

More information

Qdot nanocrystal. wide range of biological investigations, Qdot nanocrystals are powerful complements

Qdot nanocrystal. wide range of biological investigations, Qdot nanocrystals are powerful complements Feature nanocrystal conjugates for flow cytometry Take the easy route to multicolor flow cytometry. With applications across a wide range of biological investigations, nanocrystals are powerful complements

More information

The. universal 3D Inspection reference. advanced 3D measurement software & solutions

The. universal 3D Inspection reference.  advanced 3D measurement software & solutions The universal 3D Inspection reference www.metrologicgroup.com advanced 3D measurement software & solutions About the company Optimize your quality processes, measure more efficiently, maximize your investments

More information

11/19/2013. Janine Zankl FACS Core Facility 13. November Cellular Parameters. Cellular Parameters. Monocytes. Granulocytes.

11/19/2013. Janine Zankl FACS Core Facility 13. November Cellular Parameters. Cellular Parameters. Monocytes. Granulocytes. DEPARTEMENT BIOZENTRUM Janine Zankl FACS Core Facility 13. November 2013 Cellular Parameters Granulocytes Monocytes Basophils Neutrophils Lymphocytes Eosinophils Cellular Parameters 1 What Is Flow Cytometry?

More information

KODAK i3400 Scanner Info Input Solution Services by Kodak Alaris

KODAK i3400 Scanner Info Input Solution Services by Kodak Alaris A BLI SYNERGY Report from the Analysts of Buyers Lab KODAK i3400 Scanner Info Input Solution Services by Kodak Alaris Capture, process, and deliver critical business documents...seamlessly For organizations

More information

Multiplexed 3D FRET imaging in deep tissue of live embryos Ming Zhao, Xiaoyang Wan, Yu Li, Weibin Zhou and Leilei Peng

Multiplexed 3D FRET imaging in deep tissue of live embryos Ming Zhao, Xiaoyang Wan, Yu Li, Weibin Zhou and Leilei Peng Scientific Reports Multiplexed 3D FRET imaging in deep tissue of live embryos Ming Zhao, Xiaoyang Wan, Yu Li, Weibin Zhou and Leilei Peng 1 Supplementary figures and notes Supplementary Figure S1 Volumetric

More information

Cell Processing Workstation. In Situ Laser-Mediated Cell Purification and Processing

Cell Processing Workstation. In Situ Laser-Mediated Cell Purification and Processing LEAP Cell Processing Workstation Cell Processing Workstation In Situ Laser-Mediated Cell Purification and Processing Expanding the Capabilities of Cell Processing Consistent, High-Yield, High-Purity Processing

More information

Normalization, Dilution and Transfer Methods for the Maxprep TM Liquid Handler Technical Manual

Normalization, Dilution and Transfer Methods for the Maxprep TM Liquid Handler Technical Manual Normalization, Dilution and Transfer Methods for the Maxprep TM Liquid Handler Technical Manual Instructions for use of Products AS9100, AS9101, AS9200, AS9201 TM530 11/17 Table of Contents 1 Description...2

More information

This document describes the overall software development process of microcontroller software during all phases of the Company Name product life cycle.

This document describes the overall software development process of microcontroller software during all phases of the Company Name product life cycle. Maturity Process Owner Check Release Description Valid Name / Department Name / Department Name / Department Detailed procedure for software development Title: Software Development Procedure Purpose: This

More information

The Worlds First Smart Flow Cytometer

The Worlds First Smart Flow Cytometer A Flow Revolution. I N T R O D U C I N G The Worlds First Smart Flow Cytometer & Dual Use Flow Cell Cassette. ORFLO has done it again. Flow cytometry has just been revolutionized. By integrating fluorescence

More information

mirrorball accelerating antibody discovery

mirrorball accelerating antibody discovery mirrorball accelerating antibody discovery meet mirrorball efficient antibody discovery is within your reach TTP Labtech s mirrorball fluorescence cytometer revolutionises the productivity of antibody

More information

consent. With the exception, such as impossible to obtain informed consent objectively or there is no risk of the clinical trial for subjects, the res

consent. With the exception, such as impossible to obtain informed consent objectively or there is no risk of the clinical trial for subjects, the res The Technical Guidelines for In Vitro Diagnostic Reagents Clinical Trial Article 1 In vitro diagnostic reagents clinical trial (include comparison experiment with marketed products) refers to the systematically

More information

AIRBORNE SOFTWARE VERIFICATION FRAMEWORK AIMED AT AIRWORTHINESS

AIRBORNE SOFTWARE VERIFICATION FRAMEWORK AIMED AT AIRWORTHINESS 27 TH INTERNATIONAL CONGRESS OF THE AERONAUTICAL SCIENCES AIRBORNE SOFTWARE VERIFICATION FRAMEWORK AIMED AT AIRWORTHINESS Yumei Wu*, Bin Liu* *Beihang University Keywords: software airworthiness, software

More information

Gyrolab xp workstation

Gyrolab xp workstation Gyrolab xp workstation Product Information Sheet Nanoliter-scale immunoassays generating high quality data Automated assay workflows High throughput with unattended operation Fast time to result: up to

More information

DURACLONE IM ACCELERATE YOUR PACE IN IMMUNE SYSTEM RESEARCH. For Reseach Use Only - Not for use in Diagnostic procedures

DURACLONE IM ACCELERATE YOUR PACE IN IMMUNE SYSTEM RESEARCH. For Reseach Use Only - Not for use in Diagnostic procedures DURACLONE IM ACCELERATE YOUR PACE IN IMMUNE SYSTEM RESEARCH Your clinical research trial companion For Reseach Use Only - Not for use in Diagnostic procedures ACCELERATE YOUR PACE IN IMMUNE SYSTEM RESEARCH

More information

Understanding Flow Cytometry

Understanding Flow Cytometry Understanding Flow Cytometry The Basic Concepts Maree Bagnara Products Sales Specialist/Account Manager Flow Cytometry PN775136 1 Successful Flow Cytometry data is driven by.. Understanding the Biology

More information

Flow Cytometry SOP: 14 color flow for immune activation, senescence, and exhaustion

Flow Cytometry SOP: 14 color flow for immune activation, senescence, and exhaustion Flow Cytometry SOP: 14 color flow for immune activation, senescence, and exhaustion Purpose This SOP standardizes the procedure for measuring immune cells using flow cytometry in ACTG Immunology Laboratories.

More information

Estimating Size and Effort

Estimating Size and Effort Estimating Size and Effort Massimo Felici and Conrad Hughes mfelici@staffmail.ed.ac.uk conrad.hughes@ed.ac.uk http://www.inf.ed.ac.uk/teaching/courses/sapm/ Slides: Dr James A. Bednar SAPM Spring 2009:

More information

Challenges for Product Evaluation by Flow Cytometry for Cellular Therapy Product Processing Laboratories

Challenges for Product Evaluation by Flow Cytometry for Cellular Therapy Product Processing Laboratories Challenges for Product Evaluation by Flow Cytometry for Cellular Therapy Product Processing Laboratories C A R O LY N A. K E E V E R - TAY L O R, P H D M E D I C A L C O L L E G E O F W I S C O N S I N

More information