<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The MiraiBio Group Blog &#187; elisa data analysis</title>
	<atom:link href="http://www.miraibio.com/blog/tag/elisa-data-analysis/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.miraibio.com/blog</link>
	<description>What&#039;s going on at MiraiBio</description>
	<lastBuildDate>Mon, 30 Jan 2012 18:37:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>The 4 Parameter Logistic (4PL) nonlinear regression model</title>
		<link>http://www.miraibio.com/blog/2010/08/the-4-parameter-logistic-4pl-nonlinear-regression-model/</link>
		<comments>http://www.miraibio.com/blog/2010/08/the-4-parameter-logistic-4pl-nonlinear-regression-model/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 21:17:58 +0000</pubDate>
		<dc:creator>Allen Liu</dc:creator>
				<category><![CDATA[MasterPlex QT]]></category>
		<category><![CDATA[MasterPlex ReaderFit]]></category>
		<category><![CDATA[4 parameter logistic]]></category>
		<category><![CDATA[4pl]]></category>
		<category><![CDATA[elisa data analysis]]></category>
		<category><![CDATA[heteroscedasticity]]></category>

		<guid isPermaLink="false">http://www.miraibio.com/blog/?p=829</guid>
		<description><![CDATA[The 4 Parameter Logistic or 4PL nonlinear regression model is commonly used for curve-fitting analysis in bioassays or immunoassays such as ELISAs or dose-response curves. The following is the 4PL model equation where x is the concentration (in the case of ELISA analysis) or the independent value and F(x) would be the response value (e.g. [...]]]></description>
			<content:encoded><![CDATA[<p>The <strong>4 Parameter Logistic</strong> or <strong>4PL</strong> nonlinear regression model is commonly used for curve-fitting analysis in bioassays or immunoassays such as ELISAs or dose-response curves.</p>
<p>The following is the 4PL model equation where <strong>x</strong> is the concentration (in the case of ELISA analysis) or the independent value and <strong>F(x)</strong> would be the response value (e.g. absorbance, OD, response value) or dependent value.</p>
<p><code>F(x) = ((A-D)/(1+((x/C)^B))) + D</code> </p>
<p>Not surprisingly, the 4PL model equation comprises of 4 parameters:<br />
<div id="attachment_851" class="wp-caption aligncenter" style="width: 623px"><a href="http://www.miraibio.com/mbiweb/blog/wp-content/uploads/2010/08/4pl.gif"><img src="http://www.miraibio.com/mbiweb/blog/wp-content/uploads/2010/08/4pl.gif" alt="4 Parameter Logistic Nonlinear Regression Model " title="4 Parameter Logistic Nonlinear Regression Model " width="613" height="320" class="size-full wp-image-851" /></a><p class="wp-caption-text">4 Parameter Logistic Nonlinear Regression Model </p></div></p>
<ol>
<li><strong>A = minimum asymptote</strong><br/><br />
        In an ELISA assay where you have a standard curve, this can be thought of as the response value at 0 standard concentration.
        </li>
<li><strong>B = Hill slope</strong><br/><br />
        The Hill Slope or slope factor refers to the steepness of the curve.  It could either be positive or negative.  As the absolute value of the Hill slope increases, so does the steepness of the curve.
        </li>
<li><strong>C = inflection point</strong><br/><br />
        The inflection point is defined as the point on the curve where the curvature changes direction or signs.  This can be better explained if you can imagine the concavity of a sigmoidal curve.  The inflection point is where the curve changes from being concave upwards to concave downwards (see picture below).</p>
<p><div id="attachment_855" class="wp-caption aligncenter" style="width: 537px"><a href="http://www.miraibio.com/mbiweb/blog/wp-content/uploads/2010/08/concavity1.gif"><img src="http://www.miraibio.com/mbiweb/blog/wp-content/uploads/2010/08/concavity1.gif" alt="Inflection point and change in curvature or concavity" title="Inflection point and change in curvature or concavity" width="527" height="304" class="size-full wp-image-855" /></a><p class="wp-caption-text">Inflection point and change in curvature or concavity</p></div>
        </li>
<li><strong>D = maximum asymptote</strong><br/><br />
        In an ELISA assay where you have a standard curve, this can be thought of as the response value for infinite standard concentration.
        </li>
</ol>
<p>The following are some key characteristics of the 4PL curve-fit model:</p>
<ul>
<li><strong>Symmetry</strong> &#8211; There is perfect symmetry for the sigmoidal curve around the inflection point for 4PL curve fits.<br />
        <div id="attachment_830" class="wp-caption aligncenter" style="width: 462px"><a href="http://www.miraibio.com/mbiweb/blog/wp-content/uploads/2010/08/symmetry-4pl.gif"><img src="http://www.miraibio.com/mbiweb/blog/wp-content/uploads/2010/08/symmetry-4pl.gif" alt="Symmetry around inflection point for 4PL" title="Symmetry around inflection point for 4PL" width="452" height="290" class="size-full wp-image-830" /></a><p class="wp-caption-text">Symmetry around inflection point for 4PL</p></div>
        </li>
<li><strong>Monotonic</strong> &#8211; A monotonic function is either always increasing or decreasing for all values of x.<br />
        <div id="attachment_832" class="wp-caption aligncenter" style="width: 400px"><a href="http://www.miraibio.com/mbiweb/blog/wp-content/uploads/2010/08/monotonic-increasing-function.gif"><img src="http://www.miraibio.com/mbiweb/blog/wp-content/uploads/2010/08/monotonic-increasing-function.gif" alt="An example of a monotonic increasing function" title="An example of a monotonic increasing function" width="390" height="294" class="size-full wp-image-832" /></a><p class="wp-caption-text">An example of a monotonic increasing function</p></div></p>
<p><div id="attachment_834" class="wp-caption aligncenter" style="width: 387px"><a href="http://www.miraibio.com/mbiweb/blog/wp-content/uploads/2010/08/monotonic-decreasing-function.gif"><img src="http://www.miraibio.com/mbiweb/blog/wp-content/uploads/2010/08/monotonic-decreasing-function.gif" alt="An example of a monotonic decreasing function" title="An example of a monotonic decreasing function" width="377" height="279" class="size-full wp-image-834" /></a><p class="wp-caption-text">An example of a monotonic decreasing function</p></div>
        </li>
<li><strong>Assumptions made by the 4PL model equation</strong>
<ul>
<li>It assumes that the standard deviation of the scatter is the <strong>same for all values of x</strong> (homoscedastic data).  In the example of a standard curve, this is saying that the standard deviation for all the replicates of a low standard is <strong>equal</strong> to the standard deviation of the replicates for your high standard (see example curve below).<br />
       <div id="attachment_840" class="wp-caption aligncenter" style="width: 451px"><a href="http://www.miraibio.com/mbiweb/blog/wp-content/uploads/2010/08/homoscedastic.gif"><img src="http://www.miraibio.com/mbiweb/blog/wp-content/uploads/2010/08/homoscedastic.gif" alt="Homoscedastic Data" title="Homoscedastic Data" width="441" height="227" class="size-full wp-image-840" /></a><p class="wp-caption-text">Homoscedastic Data</p></div></p>
<p>Of course, this is rarely the case when dealing with bioassays or immunoassays (ELISAs) where the data is heteroscedastic.  We normally see something like this where the standard deviation increases as x increases:</p>
<div id="attachment_842" class="wp-caption aligncenter" style="width: 469px"><a href="http://www.miraibio.com/mbiweb/blog/wp-content/uploads/2010/08/heteroscedastic-data.gif"><img src="http://www.miraibio.com/mbiweb/blog/wp-content/uploads/2010/08/heteroscedastic-data.gif" alt="Heteroscedastic Data" title="Heteroscedastic Data" width="459" height="235" class="size-full wp-image-842" /></a><p class="wp-caption-text">Heteroscedastic Data</p></div>
<p><a href="http://www.miraibio.com/blog/2010/05/the-importance-of-weighting-with-the-4pl-and-5pl/">Applying weighting algorithms for 4PL and 5PL curve fitting</a> is something that can be done to offset the assumption that data is homoscedastic.</p>
</li>
<li>The 4PL model equation also assumes that the scatters a normal (or Gaussian) distribution.</li>
</ul>
</li>
</ul>
<p>If you are looking for a curve-fitting software with the 4PL model equation and also does weighting, then try out the <a href="http://www.miraibio.com/masterplex-readerfit/curve-fitting-for-plate-readers.html">Free 14-Day Trial of MasterPlex ReaderFit</a> (fully-functional) or our online free version at <a href="http://www.readerfit.com">ReaderFit.com</a> (light version).</p>
<p>You may also be interested in reading our blog post on:</p>
<ul>
<li><a href="http://www.miraibio.com/blog/2011/02/dummies-guide-to-curve-fitting-for-quantitative-analysis/">Dummies Guide to Curve-Fitting for Quantitative Analysis</a></li>
<li><a href="http://www.miraibio.com/blog/2009/02/5-pl-logistic-regression/">5PL nonlinear regression model</li>
<li><a href="http://www.miraibio.com/blog/2009/06/tips-for-data-analysis/">Tips for ELISA analysis</a></li>
<li><a href="http://www.miraibio.com/blog/2010/05/the-importance-of-weighting-with-the-4pl-and-5pl/">The importance of weighting with the 4PL and 5PL</a></li>
<li><a href="http://www.miraibio.com/blog/2010/03/dose-response-curves-ec50-ic50-determination-masterplex-readerfit/">Dose response analysis and EC<sub>50</sub>/IC<sub>50</sub> determination</a></li>
</ul>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.miraibio.com%2Fblog%2F2010%2F08%2Fthe-4-parameter-logistic-4pl-nonlinear-regression-model%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.miraibio.com%2Fblog%2F2010%2F08%2Fthe-4-parameter-logistic-4pl-nonlinear-regression-model%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.miraibio.com%2Fblog%2F2010%2F08%2Fthe-4-parameter-logistic-4pl-nonlinear-regression-model%2F&amp;counturl=http%3A%2F%2Fwww.miraibio.com%2Fblog%2F2010%2F08%2Fthe-4-parameter-logistic-4pl-nonlinear-regression-model%2F&amp;count=none&amp;text=The%204%20Parameter%20Logistic%20%284PL%29%20nonlinear%20regression%20model" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.miraibio.com%2Fblog%2F2010%2F08%2Fthe-4-parameter-logistic-4pl-nonlinear-regression-model%2F&amp;counturl=http%3A%2F%2Fwww.miraibio.com%2Fblog%2F2010%2F08%2Fthe-4-parameter-logistic-4pl-nonlinear-regression-model%2F&amp;count=none&amp;text=The%204%20Parameter%20Logistic%20%284PL%29%20nonlinear%20regression%20model" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.miraibio.com%2Fblog%2F2010%2F08%2Fthe-4-parameter-logistic-4pl-nonlinear-regression-model%2F&amp;title=The%204%20Parameter%20Logistic%20%284PL%29%20nonlinear%20regression%20model" id="wpa2a_2"><img src="http://www.miraibio.com/mbiweb/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.miraibio.com/blog/2010/08/the-4-parameter-logistic-4pl-nonlinear-regression-model/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Tips for ELISA Data Analysis</title>
		<link>http://www.miraibio.com/blog/2009/06/tips-for-data-analysis/</link>
		<comments>http://www.miraibio.com/blog/2009/06/tips-for-data-analysis/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 21:23:10 +0000</pubDate>
		<dc:creator>Allen Liu</dc:creator>
				<category><![CDATA[MasterPlex ReaderFit]]></category>
		<category><![CDATA[elisa data analysis]]></category>
		<category><![CDATA[elisa data analysis software]]></category>
		<category><![CDATA[microplate analysis tips]]></category>
		<category><![CDATA[microplate data analysis software]]></category>
		<category><![CDATA[tips elisa analysis]]></category>
		<category><![CDATA[tips for elisa analysis]]></category>

		<guid isPermaLink="false">http://www.miraibio.com/blog/?p=344</guid>
		<description><![CDATA[Here are some curve-fitting tips for ELISA data analysis: 1. Use Weighting to Offset Heteroscedasticity Heteroscedasticity is a situation that arises in almost all fields, including chemical- and immuno-assays, in which the variance of the dependent variable varies across the data. When dealing with RLU and concentration values, the concentrations usually increase as the RLU [...]]]></description>
			<content:encoded><![CDATA[<p>Here are some curve-fitting tips for ELISA data analysis:<br />
<span id="more-344"></span></p>
<h3>1. Use Weighting to Offset Heteroscedasticity</h3>
<p>Heteroscedasticity is a situation that arises in almost all fields, including chemical- and immuno-assays, in which the variance of the dependent variable varies across the data.  When dealing with RLU and concentration values, the concentrations usually increase as the RLU increases. When dealing with the high end of the standard curve, it is natural for the concentration values to have a greater variance when compared to the small concentration values on the low end of the standard curve. Many of the regression analyses used in analyzing Luminex data, such as the popular 5PL, <strong>assume equal variance</strong>.</p>
<div id="attachment_202" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.miraibio.com/mbiweb/blog/wp-content/uploads/2009/02/nonconstant_variance1.gif"><img class="size-medium wp-image-202" title="Heteroscedasticity - Nonconstant Variance " src="http://www.miraibio.com/mbiweb/blog/wp-content/uploads/2009/02/nonconstant_variance1-300x196.gif" alt="Heteroscedasticity - Nonconstant Variance in Immunoassay Data" width="300" height="196" /></a><p class="wp-caption-text">Heteroscedasticity - Nonconstant Variance in Immunoassay Data</p></div>
<p>For analyzing ELISA, the <strong>1/Y^2</strong> (preferred) and <strong>1/Y</strong> weighting algorithms are recommended in addition to using the 5-PL model equation.</p>
<ul>
<li><strong>1/Y^2</strong> &#8211; Minimizes residuals (errors) based on relative RLU values</li>
<li><strong>1/Y</strong> &#8211; This algorithm is useful if you know the errors follow a Poisson distribution</li>
</ul>
<p>Here is an <a href="http://www.miraibio.com/blog/2010/05/the-importance-of-weighting-with-the-4pl-and-5pl/">actual case</a> where weighting was able to resurrect data that would otherwise have been useless.  The platform and assay is slightly different than ELISA but the underlying concepts of data analysis are identical.</p>
<p><a title="MasterPlex ReaderFit Quantitative Analysis for Elisa Microplate data" href="http://www.miraibio.com/masterplex-readerfit/curve-fitting-for-plate-readers.html" target="_self">MasterPlex ReaderFit</a> offers these weighting algorithms in addition to a couple of other options.</p>
<div id="attachment_208" class="wp-caption aligncenter" style="width: 190px"><a href="http://www.miraibio.com/mbiweb/blog/wp-content/uploads/2009/02/weighting_options.png"><img class="size-medium wp-image-208" title="Weighting Algoritms available in MasterPlex ReaderFit" src="http://www.miraibio.com/mbiweb/blog/wp-content/uploads/2009/02/weighting_options.png" alt="Weighting Algoritms available in MasterPlex ReaderFit" width="180" height="95" /></a><p class="wp-caption-text">Weighting Algoritms available in MasterPlex ReaderFit</p></div>
<h3>2. Use the 5 Parameter Logistic (5PL) Nonlinear Regression Model</h3>
<p>The <strong><a title="5 Parameter Logistic (5PL) Nonlinear Regression Models" href="http://www.miraibio.com/blog/2009/02/5-pl-logistic-regression/" target="_self">5 Parameter Logistic</a></strong> or <strong><a title="5 Parameter Logistic (5PL) Nonlinear Regression Model" href="http://www.miraibio.com/blog/2009/02/5-pl-logistic-regression/" target="_self">5PL</a></strong> nonlinear regression model is an asymmetric function that is ideal for analyzing ELISA data. <a title="5 Parameter Logistic (5PL) Nonlinear Regression Model" href="http://www.miraibio.com/blog/2009/02/5-pl-logistic-regression/" target="_self">Learn more about the 5PL model equation</a>.</p>
<p><a title="MasterPlex ReaderFit Quantitative Analysis Curve-Fit Software for Microplate Readers" href="http://www.miraibio.com/masterplex-readerfit/curve-fitting-for-plate-readers.html" target="_self">MasterPlex ReaderFit offers the 5PL curve-fit regression model</a> in addition to a number of other curve-fitting model equations.</p>
<div id="attachment_213" class="wp-caption aligncenter" style="width: 196px"><a href="http://www.miraibio.com/mbiweb/blog/wp-content/uploads/2009/02/5pl.png"><img class="size-medium wp-image-213" title="Model Equations available in MasterPlex ReaderFi" src="http://www.miraibio.com/mbiweb/blog/wp-content/uploads/2009/02/5pl.png" alt="Model Equations available in MasterPlex ReaderFit" width="186" height="154" /></a><p class="wp-caption-text">Model Equations available in MasterPlex ReaderFit</p></div>
<h3>3. Run your samples in replicates</h3>
<p>Having replicate samples will bring good karma in addition to the following:</p>
<ul>
<li><strong>Backups</strong> &#8211; If one sample well is accidentally prepared, you will have backups that you can rely on.</li>
<li><strong>Statistics</strong> &#8211; Naturally, you will obtain more reliable results when dealing with a larger pool of data.  You will also be able to obtain statistics such as %CV and standard deviation that will tell how much variation or dispersion you have amongst data points of the same replicate group.</li>
</ul>
<p><a title="MasterPlex ReaderFit Quantitative Analysis for Microplate Readers" href="http://www.miraibio.com/masterplex-readerfit/curve-fitting-for-plate-readers.html" target="_self">MasterPlex ReaderFit</a> allows you to group your replicate samples and automatically generates the <strong>mean</strong>, <strong>%CV</strong>, and <strong>standard deviation</strong> statistics for the <strong>MFI </strong>and <strong>concentration</strong> values.</p>
<div id="attachment_215" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.miraibio.com/mbiweb/blog/wp-content/uploads/2009/02/data_table.gif"><img class="size-medium wp-image-215" title="MasterPlex ReaderFit's Powerful Reporting Engine" src="http://www.miraibio.com/mbiweb/blog/wp-content/uploads/2009/02/data_table-300x93.gif" alt="MasterPlex ReaderFit's Powerful Reporting Engine" width="300" height="93" /></a><p class="wp-caption-text">MasterPlex ReaderFit&#39;s Powerful Reporting Engine</p></div>
<h3>4. Knock out those standard outliers</h3>
<p>One of the simplest ways to identify outliers in your standards is by analyzing the <strong>Residuals</strong> and <strong>% Recovery</strong>.</p>
<ul>
<li><strong>Residual</strong> = Calculated Concentration &#8211; Expected Concentration</li>
<li><strong>% Recovery</strong> = ( Calculated Concentration / Expected Concentration ) * 100</li>
</ul>
<p>% Recovery is a better metric to use because it is a relative metric.  Obviously, the further the % Recovery deviates from 100%, the higher the probability that the data point is an outlier.</p>
<p>Although there is no strict rule or standard on what the limits are for considering outliers, I tend to mark any standard that has &lt; 50% recovery or &gt; 150% recovery as outliers and that has generated pretty good results.</p>
<p><a title="MasterPlex ReaderFit Quantitative Analysis for Microplate Readers" href="http://www.miraibio.com/masterplex-readerfit/curve-fitting-for-plate-readers.html" target="_self">MasterPlex ReaderFit</a> has a user-friendly interface that allows one to view the Residuals, % Recovery, and the Standard Curve all at the same time while being able to mark outliers.</p>
<div id="attachment_220" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.miraibio.com/mbiweb/blog/wp-content/uploads/2009/02/marking_standard_outliers.gif"><img class="size-medium wp-image-220" title="Viewing Standard Data and Marking Outliers in MasterPlex ReaderFit" src="http://www.miraibio.com/mbiweb/blog/wp-content/uploads/2009/02/marking_standard_outliers-300x300.gif" alt="Viewing Standard Data and Marking Outliers in MasterPlex ReaderFit" width="300" height="300" /></a><p class="wp-caption-text">Viewing Standard Data and Marking Outliers in MasterPlex ReaderFit</p></div>
<h3>5. Use controls</h3>
<p>This should go without saying but it is quite alarming for me to see that most of the analysis data files that I see are missing control groups.  It should be as important as your background groups. Not only will they tell you if your assay worked but knowing this information is invaluable when it comes time to have to troubleshoot when something goes wrong. The workflow for setting up and running an Elisa assay can become quite complicated and there are many opportunities for things to go awry. Having control groups will keep you sane.</p>
<h3>6. Use a sufficient standard curve range for your unknowns</h3>
<p>Extrapolation is the process of inferring or estimating the concentrations for points that are within calculable limits but outside of the standard curve range. Extrapolations are often less meaningful especially when the values lie on the flatter parts of the curve. Please read this blog post for more on the <a title="Dangers of extrapolating data (from the 5PL post)" href="http://www.miraibio.com/blog/2009/02/5-pl-logistic-regression/" target="_self">dangers of extrapolating data</a>.</p>
<p>There are several ways to avoid extrapolating data:</p>
<ol>
<li>If your unknown RLU is <strong>above the standard curve range</strong>, you can dilute the unknown sample enough to bring it back within range and just take the dilution factor into account when calculating your concentrations. <a title="MasterPlex ReaderFit Quantitative Analysis for Microplate Readers" href="http://www.miraibio.com/masterplex-readerfit/curve-fitting-for-plate-readers.html" target="_self">MasterPlex ReaderFit</a> allows you to input the dilution factors of your unknown samples and it will automatically take them into account when calculating the concentrations.
<p><div id="attachment_225" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.miraibio.com/mbiweb/blog/wp-content/uploads/2009/02/plate_dilution.gif"><img class="size-medium wp-image-225" title="Setting the dilution factors in MasterPlex ReaderFit" src="http://www.miraibio.com/mbiweb/blog/wp-content/uploads/2009/02/plate_dilution-300x92.gif" alt="Setting the dilution factors in MasterPlex ReaderFit" width="300" height="92" /></a><p class="wp-caption-text">Setting the dilution factors in MasterPlex ReaderFit</p></div></li>
<li>If your response value is <strong>below the standard curve range</strong>, you can create one or more standard groups on the lower end by extending your serial dilutions.</li>
</ol>
<h3>7. Individual Standard Points vs. Mean of each Standard Replicate Group</h3>
<p>Generally speaking, the more standard points you have (using individual standard points for the curve fit), the better the curve fit because you will have a greater number of degrees of freedom.  This method will be more sensitive to outliers though so it is recommended that you first knock out any outliers that you might have and proceed with the standard calculations.</p>
<p>Using the mean of each standard replicate group will lead to less data points and that in turn will lead to a worse curve fit. This method is less susceptible to outliers though if you do not intend to mark them.</p>
<p><a title="MasterPlex ReaderFit Quantitative Analysis for Microplate Readers" href="http://www.miraibio.com/masterplex-readerfit/curve-fitting-for-plate-readers.html" target="_self">MasterPlex ReaderFit</a> let&#8217;s the user choose between both these methods.</p>
<div id="attachment_228" class="wp-caption aligncenter" style="width: 197px"><a href="http://www.miraibio.com/mbiweb/blog/wp-content/uploads/2009/02/standard_points.png"><img class="size-medium wp-image-228" title="Individual and Average Standard Point Options in MasterPlex ReaderFit" src="http://www.miraibio.com/mbiweb/blog/wp-content/uploads/2009/02/standard_points.png" alt="Individual and Average Standard Point Options" width="187" height="93" /></a><p class="wp-caption-text">Individual and Average Standard Point Options in MasterPlex ReaderFit</p></div>
<h3>8. Keep it in the Linear Range</h3>
<p>In an ideal situation, you will want to be interpolating your unknown concentrations from the dynamic or linear portion of the standard curve.  You definitely do not want to be interpolating or extrapolating any concentration values near the top of the curve where it is flat.  Minute changes in RLU changes in this part of the curve can lead to huge differences in concentration so any errors that may have occurred will be multiplied by a very large factor.</p>
<h3>9. Use the 4PL or 5PL for easy EC50/IC50 Determination</h3>
<p>Dose response curves are best described using nonlinear regression models such as the 4PL and 5PL.  Using these model equations, <a href="http://www.miraibio.com/blog/2010/03/dose-response-curves-ec50-ic50-determination-masterplex-readerfit/">one can easily determine that the EC50/IC50 values</a>.</p>
<p><strong>Do you have anything additional tips that you would like to share?  If so, please comment below.  </strong></p>
<p><a href="http://www.miraibio.com/masterplex-readerfit/curve-fitting-for-plate-readers.html"><br />
Download the FREE fully-functional trial version of MasterPlex ReaderFit today!</a></p>
<p>You may also be interested in reading our blog post on:</p>
<ul>
<li><a href="http://www.miraibio.com/blog/2010/08/the-4-parameter-logistic-4pl-nonlinear-regression-model/">4PL nonlinear regression model</li>
<li><a href="http://www.miraibio.com/blog/2009/02/5-pl-logistic-regression/">5PL nonlinear regression model</li>
<li><a href="http://www.miraibio.com/blog/2010/05/the-importance-of-weighting-with-the-4pl-and-5pl/">The importance of weighting with the 4PL and 5PL</a></li>
<li><a href="http://www.miraibio.com/blog/2010/03/dose-response-curves-ec50-ic50-determination-masterplex-readerfit/">Dose response analysis and EC<sub>50</sub>/IC<sub>50</sub> determination</a></li>
</ul>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.miraibio.com%2Fblog%2F2009%2F06%2Ftips-for-data-analysis%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.miraibio.com%2Fblog%2F2009%2F06%2Ftips-for-data-analysis%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.miraibio.com%2Fblog%2F2009%2F06%2Ftips-for-data-analysis%2F&amp;counturl=http%3A%2F%2Fwww.miraibio.com%2Fblog%2F2009%2F06%2Ftips-for-data-analysis%2F&amp;count=none&amp;text=Tips%20for%20ELISA%20Data%20Analysis" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.miraibio.com%2Fblog%2F2009%2F06%2Ftips-for-data-analysis%2F&amp;counturl=http%3A%2F%2Fwww.miraibio.com%2Fblog%2F2009%2F06%2Ftips-for-data-analysis%2F&amp;count=none&amp;text=Tips%20for%20ELISA%20Data%20Analysis" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.miraibio.com%2Fblog%2F2009%2F06%2Ftips-for-data-analysis%2F&amp;title=Tips%20for%20ELISA%20Data%20Analysis" id="wpa2a_4"><img src="http://www.miraibio.com/mbiweb/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.miraibio.com/blog/2009/06/tips-for-data-analysis/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Microplate Reader Data Analysis Does Not Get Any Easier</title>
		<link>http://www.miraibio.com/blog/2009/06/microplate-reader-data-analysis/</link>
		<comments>http://www.miraibio.com/blog/2009/06/microplate-reader-data-analysis/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 21:44:47 +0000</pubDate>
		<dc:creator>Allen Liu</dc:creator>
				<category><![CDATA[MasterPlex ReaderFit]]></category>
		<category><![CDATA[curve-fit]]></category>
		<category><![CDATA[elisa]]></category>
		<category><![CDATA[elisa analysis]]></category>
		<category><![CDATA[elisa data analysis]]></category>
		<category><![CDATA[microplate analysis]]></category>
		<category><![CDATA[microplate data analysis]]></category>
		<category><![CDATA[microplate reader]]></category>
		<category><![CDATA[quantitative analysis]]></category>

		<guid isPermaLink="false">http://www.miraibio.com/blog/?p=326</guid>
		<description><![CDATA[The Camtasia Studio video content presented here requires JavaScript to be enabled and the latest version of the Macromedia Flash Player. If you are you using a browser with JavaScript disabled please enable it now. Otherwise, please update your version of the free Flash Player by downloading here. Quick Demo of MasterPlex ReaderFit (1:43 min.) [...]]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript" src="http://www.miraibio.com/images/flash/qt/swfobject.js"></script></p>
<style type="text/css">
<p>			body 
			{
				background-color: #1a1a1a;
				font: .8em/1.3em verdana,arial,helvetica,sans-serif;
				text-align: center;
			}
			#media
			{
			   margin-top: 40px;
         }
			#noUpdate
			{
				margin: 0 auto;
				font-family:Arial, Helvetica, sans-serif;
				font-size: x-small;
				color: #cccccc;
				text-align: left;
				width: 210px; 
				height: 200px;	
				padding: 40px;
			}
		</style>
<div id="media">
<div id="noUpdate">
<p>The Camtasia Studio video content presented here requires JavaScript to be enabled and the  latest version of the Macromedia Flash Player. If you are you using a browser with JavaScript disabled please enable it now. Otherwise, please update your version of the free Flash Player by <a href="http://www.macromedia.com/go/getflashplayer">downloading here</a>. </p>
</p></div>
</p></div>
<p><script type="text/javascript">swfobject.registerObject("csSWF", "9.0.115", "http://www.miraibio.com/images/flash/qt/expressInstall.swf");</script><br />
<script type="text/javascript">swfobject.embedSWF("http://www.miraibio.com/images/flash/readerfit/readerfit2010-quick-demo_controller.swf", "media", "630", "490", "9.0.28");</script></p>
<p><a href='http://www.miraibio.com/images/flash/readerfit/readerfit2010-quick-demo_controller.swf' >Quick Demo of MasterPlex ReaderFit (1:43 min.)</a></p>
<p>The microplate analysis demo includes the following simple steps:</p>
<ol>
<li>Importing an Excel file with the RLU values</li>
<li>Marking the background, standard, and unknown samples</li>
<li>Filling in the standard concentrations with the AutoFill Feature</li>
<li>Pressing the Best Fit button</li>
<li>Reviewing standard curve, concentrations, and charts</li>
</ol>
<p>Save time, stop copying &#038; pasting, and download the <strong><a href="http://www.miraibio.com/masterplex-readerfit/curve-fitting-for-plate-readers.html">FREE MasterPlex ReaderFit trial</a></strong> and see for yourself how easy it can be!</p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.miraibio.com%2Fblog%2F2009%2F06%2Fmicroplate-reader-data-analysis%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.miraibio.com%2Fblog%2F2009%2F06%2Fmicroplate-reader-data-analysis%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.miraibio.com%2Fblog%2F2009%2F06%2Fmicroplate-reader-data-analysis%2F&amp;counturl=http%3A%2F%2Fwww.miraibio.com%2Fblog%2F2009%2F06%2Fmicroplate-reader-data-analysis%2F&amp;count=none&amp;text=Microplate%20Reader%20Data%20Analysis%20Does%20Not%20Get%20Any%20Easier" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.miraibio.com%2Fblog%2F2009%2F06%2Fmicroplate-reader-data-analysis%2F&amp;counturl=http%3A%2F%2Fwww.miraibio.com%2Fblog%2F2009%2F06%2Fmicroplate-reader-data-analysis%2F&amp;count=none&amp;text=Microplate%20Reader%20Data%20Analysis%20Does%20Not%20Get%20Any%20Easier" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.miraibio.com%2Fblog%2F2009%2F06%2Fmicroplate-reader-data-analysis%2F&amp;title=Microplate%20Reader%20Data%20Analysis%20Does%20Not%20Get%20Any%20Easier" id="wpa2a_6"><img src="http://www.miraibio.com/mbiweb/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.miraibio.com/blog/2009/06/microplate-reader-data-analysis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New File Import Wizard and Best Fit options for MasterPlex ReaderFit</title>
		<link>http://www.miraibio.com/blog/2009/06/new-file-import-wizard-and-best-fit-options-for-masterplex-readerfit/</link>
		<comments>http://www.miraibio.com/blog/2009/06/new-file-import-wizard-and-best-fit-options-for-masterplex-readerfit/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 00:29:19 +0000</pubDate>
		<dc:creator>Allen Liu</dc:creator>
				<category><![CDATA[MasterPlex ReaderFit]]></category>
		<category><![CDATA[best fit]]></category>
		<category><![CDATA[Competitive Binding]]></category>
		<category><![CDATA[elisa analysis]]></category>
		<category><![CDATA[elisa data analysis]]></category>
		<category><![CDATA[microplate analysis]]></category>
		<category><![CDATA[microplate data analysis]]></category>
		<category><![CDATA[microplate reader]]></category>
		<category><![CDATA[quantitative analysis]]></category>

		<guid isPermaLink="false">http://www.miraibio.com/blog/?p=321</guid>
		<description><![CDATA[The Hitachi Software MiraiBio group has just released a new build for MasterPlex ReaderFit, the quantitative analysis and curve-fitting data analysis software for microplate readers. New features and improvements include: File Import Wizard &#8211; Although MasterPlex ReaderFit can automatically import some of the known file formats from common plate readers that are out there in [...]]]></description>
			<content:encoded><![CDATA[<p>The Hitachi Software MiraiBio group has just released a new build for <a href="http://www.miraibio.com/masterplex-readerfit/curve-fitting-for-plate-readers.html">MasterPlex ReaderFit</a>, the quantitative analysis and curve-fitting data analysis software for <strong>microplate readers</strong>.  New features and improvements include:</p>
<ul>
<li><strong>File Import Wizard &#8211; </strong>Although MasterPlex ReaderFit can automatically import some of the known file formats from common plate readers that are out there in the market, it does not handle all 100% of them.  Unknown file formats can now be handled by the File Import Wizard in 1 of 2 ways:
<ol>
<li><strong>Plate Format</strong>
<p><a href="http://www.miraibio.com/mbiweb/blog/wp-content/uploads/2009/06/plate.gif"><img class="alignnone size-medium wp-image-322" title="Plate Format" src="http://www.miraibio.com/mbiweb/blog/wp-content/uploads/2009/06/plate-300x59.gif" alt="" width="300" height="59" /></a></li>
<li><strong>List</strong>
<p><a href="http://www.miraibio.com/mbiweb/blog/wp-content/uploads/2009/06/list.gif"><img src="http://www.miraibio.com/mbiweb/blog/wp-content/uploads/2009/06/list-83x300.gif" alt="" title="List Format" width="83" height="300" class="alignnone size-medium wp-image-323" /></a>
</li>
</ol>
<p><a href="http://www.miraibio.com/community/viewtopic.php?f=47&#038;t=580">More details on using the File Import Wizard for MasterPlex ReaderFit</a></p>
</li>
<li><strong>Best Fit Options &#8211; </strong>The Best Fit feature now offers 3 parameters for which you can optimize for to determine the best curve fit:
<ol>
<li><strong>Root Mean Square Error (RMSE) &#8211; </strong> RMSE is a good measure of accuracy or goodness of fit which aggregates the individual differences or residuals between your expected and calculated values into a single measure of predictive power.  This is the default option as it is the one that is recommended.</li>
<li><strong>Standard Deviation of % Recovery &#8211; </strong> This option will provide the model equation and weighting algorithm combination with the lowest standard deviation of percent recovery.  The percent recovery is basically the calculated concentration &#8211; the expected concentration * 100.</li>
<li><strong>R-squared &#8211; </strong>This option is the only Best Fit option in previous builds of MasterPlex ReaderFit.  It is not as sensitive to the goodness of fit as the RMSE option.</li>
</ol>
<p><a href="http://www.miraibio.com/mbiweb/blog/wp-content/uploads/2009/06/best-fit-options.gif"><img class="size-full wp-image-311 alignnone" title="Best Fit Options in MasterPlex ReaderFit" src="http://www.miraibio.com/mbiweb/blog/wp-content/uploads/2009/06/best-fit-options.gif" alt="" width="254" height="150" /></a></li>
<li><strong>Competitive Binding and Inhibition Assays &#8211; </strong>This build provides improved support for competitive binding or inhibition assays.
<p><a href="http://www.miraibio.com/mbiweb/blog/wp-content/uploads/2009/06/competitive-binding.gif"><img class="alignnone size-full wp-image-318" title="Competitive Binding or Inhibition Assay support in MasterPlex ReaderFit" src="http://www.miraibio.com/mbiweb/blog/wp-content/uploads/2009/06/competitive-binding.gif" alt="" width="455" height="279" /></a></li>
<li><strong>More Intuitive Auto Fill &#8211; </strong>The Auto Fill feature helps to automate the entry of the standard concentration values for serial dilutions.  This feature has been simplified with more intuitive dilution direction buttons and being able to preview the standard values.
<p><a href="http://www.miraibio.com/mbiweb/blog/wp-content/uploads/2009/06/dilution-direction.gif"><img class="alignnone size-full wp-image-314" title="Dilution direction buttons in the Auto Fill feature of MasterPlex ReaderFit" src="http://www.miraibio.com/mbiweb/blog/wp-content/uploads/2009/06/dilution-direction.gif" alt="" width="141" height="179" /></a></li>
</ul>
<p><a href="http://www.miraibio.com/masterplex-readerfit/curve-fitting-for-plate-readers.html">Try it out and download the free trial now!</a></p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.miraibio.com%2Fblog%2F2009%2F06%2Fnew-file-import-wizard-and-best-fit-options-for-masterplex-readerfit%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.miraibio.com%2Fblog%2F2009%2F06%2Fnew-file-import-wizard-and-best-fit-options-for-masterplex-readerfit%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.miraibio.com%2Fblog%2F2009%2F06%2Fnew-file-import-wizard-and-best-fit-options-for-masterplex-readerfit%2F&amp;counturl=http%3A%2F%2Fwww.miraibio.com%2Fblog%2F2009%2F06%2Fnew-file-import-wizard-and-best-fit-options-for-masterplex-readerfit%2F&amp;count=none&amp;text=New%20File%20Import%20Wizard%20and%20Best%20Fit%20options%20for%20MasterPlex%20ReaderFit" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.miraibio.com%2Fblog%2F2009%2F06%2Fnew-file-import-wizard-and-best-fit-options-for-masterplex-readerfit%2F&amp;counturl=http%3A%2F%2Fwww.miraibio.com%2Fblog%2F2009%2F06%2Fnew-file-import-wizard-and-best-fit-options-for-masterplex-readerfit%2F&amp;count=none&amp;text=New%20File%20Import%20Wizard%20and%20Best%20Fit%20options%20for%20MasterPlex%20ReaderFit" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.miraibio.com%2Fblog%2F2009%2F06%2Fnew-file-import-wizard-and-best-fit-options-for-masterplex-readerfit%2F&amp;title=New%20File%20Import%20Wizard%20and%20Best%20Fit%20options%20for%20MasterPlex%20ReaderFit" id="wpa2a_8"><img src="http://www.miraibio.com/mbiweb/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.miraibio.com/blog/2009/06/new-file-import-wizard-and-best-fit-options-for-masterplex-readerfit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

