EP1880203A4 - Etablissement d'une base de reference de donnees d'amplification - Google Patents

Etablissement d'une base de reference de donnees d'amplification

Info

Publication number
EP1880203A4
EP1880203A4 EP06759657A EP06759657A EP1880203A4 EP 1880203 A4 EP1880203 A4 EP 1880203A4 EP 06759657 A EP06759657 A EP 06759657A EP 06759657 A EP06759657 A EP 06759657A EP 1880203 A4 EP1880203 A4 EP 1880203A4
Authority
EP
European Patent Office
Prior art keywords
peak
data
derivative
objects
curve
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Withdrawn
Application number
EP06759657A
Other languages
German (de)
English (en)
Other versions
EP1880203A2 (fr
Inventor
Jeffrey Lerner
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Bio Rad Laboratories Inc
Original Assignee
Bio Rad Laboratories Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Priority claimed from US11/433,182 external-priority patent/US7313034B2/en
Application filed by Bio Rad Laboratories Inc filed Critical Bio Rad Laboratories Inc
Publication of EP1880203A2 publication Critical patent/EP1880203A2/fr
Publication of EP1880203A4 publication Critical patent/EP1880203A4/fr
Withdrawn legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions
    • G06F17/10Complex mathematical operations
    • G06F17/18Complex mathematical operations for evaluating statistical data, e.g. average values, frequency distributions, probability functions, regression analysis
    • CCHEMISTRY; METALLURGY
    • C12BIOCHEMISTRY; BEER; SPIRITS; WINE; VINEGAR; MICROBIOLOGY; ENZYMOLOGY; MUTATION OR GENETIC ENGINEERING
    • C12QMEASURING OR TESTING PROCESSES INVOLVING ENZYMES, NUCLEIC ACIDS OR MICROORGANISMS; COMPOSITIONS OR TEST PAPERS THEREFOR; PROCESSES OF PREPARING SUCH COMPOSITIONS; CONDITION-RESPONSIVE CONTROL IN MICROBIOLOGICAL OR ENZYMOLOGICAL PROCESSES
    • C12Q1/00Measuring or testing processes involving enzymes, nucleic acids or microorganisms; Compositions therefor; Processes of preparing such compositions
    • C12Q1/68Measuring or testing processes involving enzymes, nucleic acids or microorganisms; Compositions therefor; Processes of preparing such compositions involving nucleic acids
    • C12Q1/6844Nucleic acid amplification reactions
    • C12Q1/6851Quantitative amplification

Definitions

  • the present invention relates generally to data processing systems and methods, and more particularly to systems and methods for determining the end of the baseline in an amplification curve, such as in a polymerase chain reaction (PCR).
  • PCR polymerase chain reaction
  • PCR amplification of a quantity.
  • the quantity may correspond to the number of parts of a DNA strand that have been replicated, which dramatically increases during an amplification stage or region.
  • PCR data is typically described by a region of linear drifting baseline which is a precursor to exponential growth of PCR amplification. As the consumables are exhausted, the curve turns over and asymptotes. It is desirable to remove the linear drift as much as possible and baseline the signal to zero. For accurate baselining, the beginning and end of the baseline require identifying as accurately as possible. Once this is done, then a linear fit to the points between the begin and end cycles can be subtracted off from the data.
  • One prior art technique for determining the end of the baseline is as follows. The first pair of points in the curve are selected. For the first point, the first point plus the next three points of the curve are selected for processing. Using these four points, a linear least squares tit is determined and the slope calculated. This process is repeated for the second point. If the change in the two slopes is greater than a fixed number, that is, if the curve turns upward signaling amplification, then the process stops with the end cycle having been determined. If the change in the slops is not greater than the fixed number, the process continues for the next pair of points (e.g., the second and third points in the curve). The process is repeated until a change in slope is greater than the fixed number.
  • the present invention provides systems and methods for determining the end cycle of the baseline in an amplification curve.
  • the data may be received from real-time PCR processes or other processes exhibiting amplification or growth.
  • the PCR curves could be melt curves or fluorescence amplification curves.
  • a module processes an amplification curve by calculating the derivative of the curve and then analyzing peaks in the resulting first derivative. This is termed "Derivative Peak Detection”.
  • the module takes a curve and generates a finite set of objects called peak objects having a set of properties.
  • a method of processing a data set representing an amplification curve typically includes receiving a set of data points representing a curve having a baseline portion and a growth portion, and generating a set of one or more peak objects by taking a derivative of at least a portion of the data set.
  • the peak objects occur in the order of the data set.
  • Each peak object has a height related to a local maximum of the derivative.
  • the method also typically includes identifying, in said order, a first peak object having a value greater than a threshold value, and estimating an end of the baseline portion from a beginning of the first such peak object.
  • the value of the first peak object is the height of the first peak object.
  • the threshold value is determined from a value of one or more of the peak objects.
  • the threshold value may be a mean of the smallest and largest heights in the peak object set.
  • the data set before taking the derivative of the amplification curve, is filtered to remove statistically linear data. In another embodiment, before taking the derivative, the data set is filtered to remove data that curves downward or exhibits no amplification.
  • the method also may further include identifying, and removing from the set of peak objects, peak objects that have a value less than the threshold value.
  • the remaining peak objects may be processed to correct for pathological cases due to noise and fluctuations in the data.
  • the beginning of the first peak object having a value greater than the threshold may be identified as a lower bound for the beginning of the growth portion.
  • the estimate for the end of the baseline portion may be refined by analyzing the data points from the estimated baseline portion toward the growth portion to determine if the data points satisfy linearity.
  • the estimate for the end of the baseline portion may also be refined by comparing values of data points before and after a point within the first peak object to determine if a later peak object is a better estimate to the end of the baseline portion.
  • the average of the values of the data points before the point within the first peak object is compared to at least one average of data points
  • the method is implemented in a processor, such as a processor in a stand-alone computer, a network attached computer or a data acquisition device such as a real-time PCR machine.
  • a processor such as a processor in a stand-alone computer, a network attached computer or a data acquisition device such as a real-time PCR machine.
  • a real-time PCR machine is the iCycler iQ system provided by Bio-Rad Laboratories.
  • an information storage medium having a plurality of instructions adapted to direct an information processing device to perform an operation of processing a data set representing an amplification curve.
  • the information storage medium is a RAM or ROM unit, hard drive, CD, DVD or other portable medium.
  • a PCR detection system includes a detector for producing a set of data points representing a curve having a baseline portion and a growth portion and includes logic for processing data to estimate an end of the baseline portion.
  • Figure 1 illustrates an example of a typical PCR amplification curve having a baseline portion.
  • Figure 2 illustrates a method of processing a data set to determine an end of a baseline portion according to an embodiment of the present invention.
  • Figure 3A illustrates an example of a PCR amplification curve having a baseline portion.
  • Figure 3B illustrates an example of a representation of a peak object generated by taking the derivative of an amplification curve, e.g., the curve in Figure 3A.
  • Figure 4 illustrates another method of processing a data set to determine an end of a baseline portion according to an embodiment of the present invention.
  • Figure 5A illustrates an example of a PCR amplification curve having a baseline portion and a noise component.
  • Figure 5B illustrates an example of a representation of a peak objects generated by taking the derivative of an amplification curve, e.g., the curve in Figure 5A.
  • Figure 6 illustrates an example of a PCR amplification curve having a baseline portion and a noise component and exhibiting pathological behavior.
  • Figure 7 illustrates a system that processes real-time PCR data according to an embodiment of the present invention.
  • the present invention provides systems and methods for processing amplification or growth curves to determine characteristics of the growth curve, including an estimate of an end point of a baseline portion.
  • the present invention is particularly useful for processing PCR growth or amplification curves to determine an end cycle of the baseline. It should be appreciated, however, that the teachings of the present invention are applicable to processing any data set or curve that exhibits growth or amplification, such as a bacterial growth process.
  • Figure 1 shows an example of a PCR curve 100, where intensity values 110 vs. cycle number 120 are plotted for a typical PCR process.
  • the values 110 may be any physical quantity of interest, and the cycle number may be any unit associated with time or number of steps in the process.
  • Such amplification curves typically have a linear portion (region) 130 followed by a growth portion 140 and then by an asymptotic portion 150, as shown in FIG. 1.
  • a growth portion may have exponential, sigmoidal, high order polynomial, or other type of logistic function or logistic curve that models growth.
  • Figure 2 illustrates a method 200 for processing data according to an embodiment of the present invention.
  • method 200 estimates the end of a baseline portion by taking the derivative of a PCR curve. By analyzing the properties of the derivative curve, a good estimate for the ending point (or ending cycle in PCR systems) of the baseline portion can be determined. The analysis of the properties may include an analysis of the location and size of peaks in the derivative curve. For example, for the derivative of the amplification curve in the exponential portion, there will be a large peak.
  • step 205 a set of data points representing a curve having a baseline portion and a growth portion is received. Note that even for devices that produce a constant signal, this data must be broken into data points for analysis.
  • the data set may be received through many mechanisms.
  • the data set may be acquired by a processor (executing instructions) resident in a PCR data acquiring device such as an iCycler iQ device or similar PCR analysis device.
  • the data set may be provided to the processor in real time as the data is being collected, or it may be stored in a memory unit or buffer and provided to the processor after the experiment has been completed.
  • the data set may be provided to a separate system such as a desktop computer system via a network connection (e.g., LAN, VPN, intranet, Internet, etc.) or direct connection (e.g., USB or other direct wired or wireless connection) to the acquiring device, or provided on a portable medium such as a CD, DVD, floppy disk or the like to a stand-alone computer system.
  • a network connection e.g., LAN, VPN, intranet, Internet, etc.
  • direct connection e.g., USB or other direct wired or wireless connection
  • a set of one or more peak objects is generated by taking a derivative of at least a portion of the data set.
  • One or more peak objects may result from taking the derivative.
  • a derivative peak detection engine is run over the data curve to generate a set of peak objects. The peak objects occur in the same order as the data points.
  • the derivative may be calculated in many ways as would be known to one skilled in the art.
  • a functional fit at a data point is obtained by using data points local to that data point.
  • the derivative of that functional fit is then taken to obtain the derivative at that data point.
  • Examples of the functional fit include polynomial fits, such as
  • the derivative curve may be taken at any number of points along the PCR curve. If a derivative is not taken at a point, then a derivative value at that point may be obtained via interpolation, functional fit, or other suitable methods. Also, derivatives of only part of the curve up to the peak may be taken.
  • FIG. 3B illustrates an example peak object 380 that corresponds to a derivative curve 370 of a growth curve, e.g. PCR curve 300 in Figure 3A.
  • Peak object 380 has a height 310 corresponding to a local maximum 320 of the derivative.
  • Local maximum 320 corresponds to the point of the highest increase in intensity of CPR curve 300.
  • the use of the term "local maximum” means that another part of the derivative curve, i.e. other peak objects, may have a larger maximum, but around the local area near the top of this peak the local maximum is the largest value.
  • the term "local maximum" is common in functional analysis and the meaning is consistent with the use here.
  • the point of maximum slope of the derivative peak curve 370 is the point of maximum curvature of amplification curve 300. This must be to the left of peak object location x A and to the right of the ending cycle. In Figures 3A and 3B, this point is designated as X ⁇ .
  • the start of peak object 380 must be to the left of the point X ⁇ of maximum curvature of amplification curve 300 because the start is to the left of the point X ⁇ of maximum slope of derivative curve 370. In Figures 3 A and 3B, this point is designated as xc- Thus, location Xc of the start of peak object 380 is bounded to the right by point X B of maximum curvature of amplification curve 300.
  • a peak list may be created.
  • the peak objects in the list are ordered by their cycle number. Thus, they occur in an order corresponding to an order of the data set.
  • only derivative information from the baseline portion and one or two points of the growth portion of the data curve are calculated. Embodiments of the present invention are more robust by including derivative information from other parts of the data curve.
  • the first peak object in order, having a value greater than a threshold value is identified.
  • the value may be any number related to the peak object.
  • the value may be height 310; an area or width of the peak object; a value that is a set number of cycles away from any location associated with the peak object, such as x A , X B , or Xc; or a set percentage of the width from a point of the peak object, or a function of any such value.
  • step 220 an end of the baseline portion from a beginning of the first peak object is estimated.
  • the end of the baseline portion may be estimated at the beginning of the peak object, a function of only the beginning, or the beginning may be used as just one parameter in calculating the end of the baseline portion.
  • Xc is roughly the end of linear portion 330 before amplification occurs, Xc provides a good estimate for the end cycle of the baseline portion.
  • Xc and X A provide a good bound for the data in the amplification or exponential portion. For example, however one wishes to analyze a quality or quantity of amplification, such as calculating a threshold value, the quality or quantity must be occurring in the region bound by Xc and XA.
  • the beginning point Xc of a peak object may be calculated in many ways.
  • the beginning may be set at the local minimum of the derivative curve that is adjacent to the local maximum that defines the height of a peak object.
  • Figure 4 illustrates a method 400 for processing data according to an embodiment of the present invention.
  • step 405 a set of data points representing a curve having a baseline portion and a growth portion is received. Note that even for devices that produce a constant signal, this data must be broken into data points for analysis. Method 400 is particularly useful when the data points include a significant noise component. The noise causes the fluctuations in the data points.
  • Figure 5 A illustrates a real-time PCR curve 500 that exhibits amplification and has a noise component.
  • step 410 bad, unwanted or spurious data is filtered out using various techniques. This includes removing data which curves downward exhibiting no amplification. Data displaying statistically linear, noisy behavior, again with no amplification, may also be removed.
  • a set of one or more peak objects is generated by taking a derivative of at least a portion of the data set.
  • a derivative peak detection engine may be run over the (filtered or non-filtered) data curve to generate a set of peak objects.
  • Figure 5 A shows an example of a PCR curve 500 having a linear portion (region) 530 followed by a growth portion 540 and then by an asymptotic portion 550.
  • Figure 5B illustrates a derivative curve 560 of a growth curve, e.g. PCR curve 500.
  • Within derivative curve 560 there are multiple peak objects 570.
  • Each peak object 570 has a height 510 corresponding to a local maximum 520 of the derivative curve 560.
  • a peak list may be created.
  • the peak objects in the list are ordered by their cycle number. Thus, they occur in an order corresponding to an order of the data set.
  • the full set of derivative peaks for the entire amplification data curve is generated. In other embodiments, less than the full set of derivative peaks may be generated.
  • step 420 all peaks having a value less than a threshold value are discarded or removed.
  • a filtered peak object list is generated.
  • real data includes noise and variations, which may give rise to small peaks, such as in Figure 5B.
  • a filter may be run over the peak object set to remove all of the smaller peaks.
  • the threshold value is the mean of the smallest and largest peak heights. Other functions of these peaks may be used. In other embodiments, the values of other peaks and functions of these values may be used.
  • an end of the baseline portion is estimated from a beginning of the first peak object occurring in the filtered list.
  • the starting cycle of the first (earliest) occurring peak in the filtered peak set provides a very good estimate for the ending cycle of the baseline. For clean data, this has been found to be an excellent guess. This process works whether the baseline is horizontal or has a positive slope, since the linear nature of the baseline just contributes a constant to the derivative curve, which has no effect upon peaks.
  • step 430 the filtered peak list is post-processed to correct for special or pathological cases that may arise, e.g. due to noise, fluctuations in the data, special peaks, and configuration cases. This refines the guess for the peak defining the end cycle.
  • Figure 6 shows a PCR curve 600 that may need refinement.
  • Amplification curve 600 has a first linear portion 610 followed by a first growth portion 620, and then by a first asymptotic portion 630, as shown in FIG. 6.
  • Growth portion 630 corresponds to the linear portion of a second growth portion 640, which is followed by a second asymptotic portion 650.
  • first growth portion 620 is used to define a begin cycle and second growth portion 640 is used to define an end cycle. This might be done when the total change in intensity value from first growth portion 620 is less than the total change in intensity value from second growth portion 640.
  • the begin and end cycles are then used to define a baseline portion that is removed from second growth portion 640.
  • step 435 once a good guess for the end peak has been obtained, the estimate for the ending cycle can be further refined.
  • the refinement is accomplished by scanning the estimated baseline portion toward the growth portion.
  • the scanning or analyzing of the baseline portion may include testing data points to the right of the estimated ending cycle for the baseline region to determine if these data points exhibit a better fit to linearity, or if they exhibit any linearity at all.
  • the change in the intensity values of the data points of a PCR curve on either side of peak objects are examined to determine a better ending cycle. For example, if the intensity values before the estimated end of the baseline portion are not significantly lower than the intensity values in cycles after, then a later peak object may be chosen to define the end of the baseline portion.
  • the intensity values before the first peak object are averaged, and this average is compared to an average of values between the first and second peak objects. Values, and averages thereof, between other peak objects may also be compared.
  • the whole amplification curve is mapped onto a set of numbers, and the whole data set is analyzed to determine the best estimate for the whole amplification curve.
  • the entire set of peaks may be analyzed to find the best end cycle.
  • the first filtered peak is used as a first estimate, and later peaks may be checked to determine whether, due to noise or other fluctuations in the data, there may be a better estimate.
  • the amplification curve can be analyzed globally, which is preferably done during the post-processing code to handle special cases.
  • code and instructions for controlling a processor to implement the data processing techniques of the present invention is stored on a computer-readable medium such as a RAM or ROM unit, hard drive, CD, DVD or other portable medium.
  • FIG. 7 illustrates a system 700 according to one embodiment of the present invention.
  • the system as shown includes a sample 705, such as bacteria or DNA, within a sample holder 710.
  • a physical characteristic 715 such as a fluorescence intensity value, from the sample is detected by detector 720.
  • a signal 725 is sent from detector 720 to logic system 730.
  • the data from signal 725 may be stored in a local memory 735 or an external memory 740 or storage device 745.
  • an analog to digital converter converts an analog signal to digital form.
  • Logic system 730 may be, or may include, a computer system, ASIC, microprocessor, etc. It may also include or be coupled with a display (e.g., monitor, LED display, etc.) and a user input device (e.g., mouse, keyboard, buttons, etc.). Logic system 730 and the other components may be part of a stand alone or network connected computer system, or they may be directly attached to or incorporated in a thermal cycler device. Logic system 730 may also include optimization software that executes in a processor 750.
  • logic system 730 includes instructions for processing data and identifying statistically flat data.
  • the instructions are preferably downloaded and stored in a memory modules 735, 740, or 745 (e.g., hard drive or other memory such as a local or attached RAM or ROM), although the instructions can be provided on any software storage medium such as a floppy disk, CD, DVD, etc.
  • a memory modules 735, 740, or 745 e.g., hard drive or other memory such as a local or attached RAM or ROM
  • computer code for implementing aspects of the present invention can be implemented in a variety of coding languages such as C, C++, Java, Visual Basic, and others, or any scripting language, such as VBScript, JavaScript, Perl or markup languages such as XML.
  • a variety of languages and protocols can be used in the external and internal storage and transmission of data and commands according to aspects of the present invention.

Landscapes

  • Engineering & Computer Science (AREA)
  • Chemical & Material Sciences (AREA)
  • Physics & Mathematics (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • General Physics & Mathematics (AREA)
  • Organic Chemistry (AREA)
  • Data Mining & Analysis (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Mathematical Analysis (AREA)
  • Mathematical Optimization (AREA)
  • Zoology (AREA)
  • Wood Science & Technology (AREA)
  • Pure & Applied Mathematics (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Mathematical Physics (AREA)
  • Health & Medical Sciences (AREA)
  • Proteomics, Peptides & Aminoacids (AREA)
  • Computational Mathematics (AREA)
  • Analytical Chemistry (AREA)
  • Microbiology (AREA)
  • Chemical Kinetics & Catalysis (AREA)
  • Evolutionary Biology (AREA)
  • Biophysics (AREA)
  • Software Systems (AREA)
  • Databases & Information Systems (AREA)
  • Biotechnology (AREA)
  • Immunology (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Molecular Biology (AREA)
  • Algebra (AREA)
  • Probability & Statistics with Applications (AREA)
  • Operations Research (AREA)
  • Biochemistry (AREA)
  • General Health & Medical Sciences (AREA)
  • Genetics & Genomics (AREA)
  • Investigating Or Analysing Biological Materials (AREA)
  • Mechanical Treatment Of Semiconductor (AREA)
  • Constituent Portions Of Griding Lathes, Driving, Sensing And Control (AREA)

Abstract

L'invention concerne des procédés, un appareil et des systèmes permettant de traiter un ensemble de données représentant une courbe d'amplification ayant une partie ligne de base et une partie de croissance. Pour générer des objets de crête, on prend une dérivée de l'ensemble de données. Le premier objet de crête ayant une valeur supérieure à un seuil est identifié. Une fin de la partie ligne de base depuis le commencement du premier objet de crête est estimée..
EP06759657A 2005-05-13 2006-05-12 Etablissement d'une base de reference de donnees d'amplification Withdrawn EP1880203A4 (fr)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US68076505P 2005-05-13 2005-05-13
US11/433,182 US7313034B2 (en) 2004-09-01 2006-05-11 Low supply voltage temperature compensated reference voltage generator and method
PCT/US2006/018402 WO2006124571A2 (fr) 2005-05-13 2006-05-12 Etablissement d'une base de reference de donnees d'amplification

Publications (2)

Publication Number Publication Date
EP1880203A2 EP1880203A2 (fr) 2008-01-23
EP1880203A4 true EP1880203A4 (fr) 2008-09-03

Family

ID=37431899

Family Applications (1)

Application Number Title Priority Date Filing Date
EP06759657A Withdrawn EP1880203A4 (fr) 2005-05-13 2006-05-12 Etablissement d'une base de reference de donnees d'amplification

Country Status (3)

Country Link
EP (1) EP1880203A4 (fr)
CA (1) CA2606604A1 (fr)
WO (1) WO2006124571A2 (fr)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8219324B2 (en) * 2008-09-12 2012-07-10 Roche Molecular Systems, Inc. Real-time PCR elbow calling by equation-less algorithm
US20130138352A1 (en) * 2011-11-30 2013-05-30 Molecular Devices, Llc System and method for determining a baseline measurement for a biological response curve
CN106908655B (zh) * 2017-03-06 2019-06-14 广东顺德工业设计研究院(广东顺德创新设计研究院) 光电信号峰值检测方法与系统

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2001084463A2 (fr) * 2000-05-01 2001-11-08 Cepheid Appareil, procede, et progiciel informatique permettant d'analyser quantitativement une reaction d'amplification d'acides nucleiques
WO2003029924A2 (fr) * 2001-10-02 2003-04-10 Stratagene Algorithme de ligne de base adaptatif pour pcr quantitative
EP1335028A2 (fr) * 2002-02-12 2003-08-13 University of Utah Research Foundation Analyse d'essais multiples d'amplifications d'acides nucléiques en temps réel
WO2003067215A2 (fr) * 2002-02-07 2003-08-14 Applera Corporation Determination automatique de reglage de seuil et de ligne de base en pcr temps reel

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2001084463A2 (fr) * 2000-05-01 2001-11-08 Cepheid Appareil, procede, et progiciel informatique permettant d'analyser quantitativement une reaction d'amplification d'acides nucleiques
WO2003029924A2 (fr) * 2001-10-02 2003-04-10 Stratagene Algorithme de ligne de base adaptatif pour pcr quantitative
WO2003067215A2 (fr) * 2002-02-07 2003-08-14 Applera Corporation Determination automatique de reglage de seuil et de ligne de base en pcr temps reel
EP1335028A2 (fr) * 2002-02-12 2003-08-13 University of Utah Research Foundation Analyse d'essais multiples d'amplifications d'acides nucléiques en temps réel

Also Published As

Publication number Publication date
EP1880203A2 (fr) 2008-01-23
WO2006124571A2 (fr) 2006-11-23
WO2006124571A3 (fr) 2007-02-08
CA2606604A1 (fr) 2006-11-23

Similar Documents

Publication Publication Date Title
US7720611B2 (en) Baselining amplification data
Zhou et al. Automatic online detection of atrial fibrillation based on symbolic dynamics and Shannon entropy
US8560247B2 (en) Multi-stage, regression-based PCR analysis system
JP4610196B2 (ja) リアルタイムpcrのための自動閾値設定およびベースライン決定
US20180314788A1 (en) Differential dissociation and melting curve peak detection
CN103549948B (zh) 心脏激动时间检测
CN108289615A (zh) 用于量化光电体积描记(ppg)信号质量的方法
CN112342282B (zh) 荧光定量的指标确定方法
CA2603389C (fr) Identification de donnees statistiquement lineaires
WO2008035611A1 (fr) Dispositif de traitement de données, procédé de traitement de données et programme de traitement de données
CN111931118A (zh) 荧光定量熔解实验中熔解曲线测量方法
US7647187B2 (en) Identifying statistically linear data
EP1880203A2 (fr) Etablissement d'une base de reference de donnees d'amplification
JP5313663B2 (ja) 増幅データのベースライン化
JP5688309B2 (ja) 生体情報分析装置、生体情報分析方法及び生体情報分析プログラム
US10716514B1 (en) System and method for optimized independent component selection for automated signal artifact removal to generate a clean signal
CN115545123B (zh) 熔解曲线优化方法、装置、电子设备及存储介质
JP2021510547A (ja) 解離融解曲線データの分析方法
US10032001B2 (en) Methods and systems for identifying the quantitation cycle for a PCR amplification reaction
JP7001806B2 (ja) 呼吸音解析装置、呼吸音解析方法、コンピュータプログラム及び記録媒体
CN118285808A (en) Electrocardiosignal real-time noise detection method and device
Marhon et al. A New, Dynamic-Representation-Based Gene Finding Method with an Analysis of False Positive Peaks
JP2006528805A (ja) 解釈に対する改善及び関連性についての方法

Legal Events

Date Code Title Description
PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

17P Request for examination filed

Effective date: 20071030

AK Designated contracting states

Kind code of ref document: A2

Designated state(s): AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IS IT LI LT LU LV MC NL PL PT RO SE SI SK TR

DAX Request for extension of the european patent (deleted)
A4 Supplementary search report drawn up and despatched

Effective date: 20080806

RIC1 Information provided on ipc code assigned before grant

Ipc: G01N 31/00 20060101AFI20071105BHEP

Ipc: C12Q 1/68 20060101ALI20080731BHEP

Ipc: G06F 17/10 20060101ALI20080731BHEP

17Q First examination report despatched

Effective date: 20100610

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE APPLICATION IS DEEMED TO BE WITHDRAWN

18D Application deemed to be withdrawn

Effective date: 20150630