<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: JMP for antibody titration curves in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/JMP-for-antibody-titration-curves/m-p/377201#M62707</link>
    <description>&lt;P&gt;&amp;lt;@Thierry_S..thanks for the additional tips...a colleague recommended a bivariate fit as well and weighting to determine the linear region. But once that is determined what concentration of antibody should be chosen from the linear region (in my case i get 3 points in the linear region) . I am still confused on what to choose&amp;gt;&lt;/P&gt;</description>
    <pubDate>Fri, 16 Apr 2021 06:11:11 GMT</pubDate>
    <dc:creator>Apssub</dc:creator>
    <dc:date>2021-04-16T06:11:11Z</dc:date>
    <item>
      <title>JMP for antibody titration curves</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-for-antibody-titration-curves/m-p/376939#M62680</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt; Hi All, im a very novice jmp user and am trying to analyze an antibody titration curve using JMP. I tried to fit a 4PHill. However i got some very weird values on my estimates with my inflection point (-1.72)  and lower asymptote (-26453.17) having negative values while the upper asymptote showed 97.11.  In additions the P value was not significant for both the inflection point and lower asymptote (approx 0.98 on both). Am i using the wrong type of curve? How do i approach this? any help is appreciated! Thanks!&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 14:42:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-for-antibody-titration-curves/m-p/376939#M62680</guid>
      <dc:creator>Apssub</dc:creator>
      <dc:date>2023-06-09T14:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: JMP for antibody titration curves</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-for-antibody-titration-curves/m-p/377014#M62684</link>
      <description>&lt;P&gt;Please post your data (JMP data table) if possible.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, are you using the Hill model in the model library associated with the Analyze &amp;gt; Specialized Modeling &amp;gt; Nonlinear platform? Or are you using the&amp;nbsp;Analyze &amp;gt; Specialized Modeling &amp;gt; Fit Curve platform?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Apr 2021 11:33:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-for-antibody-titration-curves/m-p/377014#M62684</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2021-04-15T11:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: JMP for antibody titration curves</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-for-antibody-titration-curves/m-p/377023#M62685</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/26894"&gt;@Apssub&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;as&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/5358"&gt;@Mark_Bailey&lt;/a&gt;&amp;nbsp;posted already, a sample would be really helpful, you can also kind of anonymize it to avoid unveiling confidential information.&lt;/P&gt;&lt;P&gt;Did you have a look at the examples, e.g. in the scripting index you will find that script ( &amp;gt; Help &amp;gt;Scripting Index &amp;gt; search for 4P HILL).&lt;/P&gt;&lt;P&gt;Simply execute and have a look at the result.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Nonlinear Examples/Bioassay.jmp" );
obj = dt &amp;lt;&amp;lt; Fit Curve(
	Y( :Toxicity ),
	X( :log Conc ),
	Group( :formulation )
);
obj &amp;lt;&amp;lt; Fit Logistic 4P Hill;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 15 Apr 2021 11:48:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-for-antibody-titration-curves/m-p/377023#M62685</guid>
      <dc:creator>Georg</dc:creator>
      <dc:date>2021-04-15T11:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: JMP for antibody titration curves</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-for-antibody-titration-curves/m-p/377165#M62699</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for responding&lt;/P&gt;&lt;P&gt;Please see attached file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure what to understand from the P values since both lower asymptote and inflection point have higher P values suggesting no significance on this curve..how can i use this to determine the optimal mass of antibody from the titration&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 15 Apr 2021 21:30:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-for-antibody-titration-curves/m-p/377165#M62699</guid>
      <dc:creator>Apssub</dc:creator>
      <dc:date>2021-04-15T21:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: JMP for antibody titration curves</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-for-antibody-titration-curves/m-p/377171#M62700</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/26894"&gt;@Apssub&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think the problem is the model chosen for the data.&amp;nbsp; A 3 parameter model would be more appropriate and why you are getting negative values.&amp;nbsp; Notice the shape of the curve. Going from 0 to some number and then tapering off at some asymptote. That is the shape of a 3 parameter model.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that helps.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Apr 2021 22:39:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-for-antibody-titration-curves/m-p/377171#M62700</guid>
      <dc:creator>Chris_Kirchberg</dc:creator>
      <dc:date>2021-04-15T22:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: JMP for antibody titration curves</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-for-antibody-titration-curves/m-p/377194#M62704</link>
      <description>&lt;P class="p1"&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/5358"&gt;@Mark_Bailey&lt;/a&gt;..i tried it both ways and it still gave me the negative values:-(&lt;/P&gt;</description>
      <pubDate>Fri, 16 Apr 2021 11:50:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-for-antibody-titration-curves/m-p/377194#M62704</guid>
      <dc:creator>Apssub</dc:creator>
      <dc:date>2021-04-16T11:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: JMP for antibody titration curves</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-for-antibody-titration-curves/m-p/377195#M62705</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/8698"&gt;@Chris&lt;/a&gt;...thanks so much..the Logistic 3P works great and resolved the issue of negative values...now it looks better with P&amp;lt;0.001..however i am still lost as to how i extrapolate this to derive the optimal titered antibody mass.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Apr 2021 11:51:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-for-antibody-titration-curves/m-p/377195#M62705</guid>
      <dc:creator>Apssub</dc:creator>
      <dc:date>2021-04-16T11:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: JMP for antibody titration curves</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-for-antibody-titration-curves/m-p/377198#M62706</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;To add to&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/3911"&gt;@Chris_Kirchberg&lt;/a&gt;, I wonder if you actually need a logistic model at all because your data is essentially an exponential growth curve.&lt;/P&gt;
&lt;P&gt;See below the comparison of the Exponential 3P, Logistic 3P, and Logistic 4P Hill models: the Exponential 3P model is the most effective at describing your data (lowest AICc).&lt;/P&gt;
&lt;DIV id="tinyMceEditorThierry_S_2" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Thierry_S_4-1618547678651.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/32131i88967E5B14D59EDD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Thierry_S_4-1618547678651.png" alt="Thierry_S_4-1618547678651.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Thierry_S_5-1618547789155.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/32132i607E64EA62FB9C28/image-size/large?v=v2&amp;amp;px=999" role="button" title="Thierry_S_5-1618547789155.png" alt="Thierry_S_5-1618547789155.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;TS&lt;/P&gt;
&lt;DIV id="tinyMceEditorThierry_S_3" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV id="tinyMceEditorThierry_S_1" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Apr 2021 04:37:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-for-antibody-titration-curves/m-p/377198#M62706</guid>
      <dc:creator>Thierry_S</dc:creator>
      <dc:date>2021-04-16T04:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: JMP for antibody titration curves</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-for-antibody-titration-curves/m-p/377201#M62707</link>
      <description>&lt;P&gt;&amp;lt;@Thierry_S..thanks for the additional tips...a colleague recommended a bivariate fit as well and weighting to determine the linear region. But once that is determined what concentration of antibody should be chosen from the linear region (in my case i get 3 points in the linear region) . I am still confused on what to choose&amp;gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Apr 2021 06:11:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-for-antibody-titration-curves/m-p/377201#M62707</guid>
      <dc:creator>Apssub</dc:creator>
      <dc:date>2021-04-16T06:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: JMP for antibody titration curves</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-for-antibody-titration-curves/m-p/377244#M62712</link>
      <description>&lt;P&gt;Adding to&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/3911"&gt;@Chris_Kirchberg&lt;/a&gt;'s comment, another common cause for failing to converge to chosen model is that it is over-specified. For example, the dilution curve might be a 4PLC, but if experimentally only a portion of the curve is observed, then it is difficult to estimate all of the parameters, and a simpler model will be more successful. Otherwise, you must extend the domain to observe more of the curve if you want to fit the more complex model.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Apr 2021 12:38:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-for-antibody-titration-curves/m-p/377244#M62712</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2021-04-16T12:38:18Z</dc:date>
    </item>
  </channel>
</rss>

