<?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 Codes for cytokine expression data in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Codes-for-cytokine-expression-data/m-p/836602#M41440</link>
    <description>&lt;P&gt;I am looking for codes to run data for cytokine expression. I had two groups of pigs 6 each and got blood from them (day 0 and day 14). I run the results with proc mixed and they were not normally distributed. Anyone with an idea on how to run it. I'll appreciate if I get the codes too.&lt;/P&gt;</description>
    <pubDate>Mon, 03 Oct 2022 22:15:11 GMT</pubDate>
    <dc:creator>Agbee</dc:creator>
    <dc:date>2022-10-03T22:15:11Z</dc:date>
    <item>
      <title>Codes for cytokine expression data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Codes-for-cytokine-expression-data/m-p/836602#M41440</link>
      <description>&lt;P&gt;I am looking for codes to run data for cytokine expression. I had two groups of pigs 6 each and got blood from them (day 0 and day 14). I run the results with proc mixed and they were not normally distributed. Anyone with an idea on how to run it. I'll appreciate if I get the codes too.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2022 22:15:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Codes-for-cytokine-expression-data/m-p/836602#M41440</guid>
      <dc:creator>Agbee</dc:creator>
      <dc:date>2022-10-03T22:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: Codes for cytokine expression data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Codes-for-cytokine-expression-data/m-p/836610#M41441</link>
      <description>&lt;P&gt;Many users here don't want to download Excel files because of virus potential, others have such things blocked by security software. Also if you give us Excel we have to create a SAS data set and due to the non-existent constraints on Excel data cells the result we end up with may not have variables of the same type (numeric or character) and even values.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Instructions here: &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712&lt;/A&gt; will show how to turn an existing SAS data set into data step code that can be pasted into a forum code box using the &amp;lt;&amp;gt; icon or attached as text to show exactly what you have and that we can test code against.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And as minimum you could include the Proc Mixed code you actually used so we have some idea what you did.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there supposed to be a guarantee that the results should be normally distributed?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2022 23:42:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Codes-for-cytokine-expression-data/m-p/836610#M41441</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-10-03T23:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: Codes for cytokine expression data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Codes-for-cytokine-expression-data/m-p/836699#M41445</link>
      <description>&lt;P&gt;Here is a snippet from our protocols regarding analysis of cytokine data:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For cytokines, a repeated measures analysis (mixed model) will be conducted. For each endpoint, the model will test for the effects of treatment, time, and the interaction of treatment and time(1). A lognormal distribution will be assumed unless there are several values outside the range of quantitation, in which case a rank transformation will be applied. Ranks will be calculated across all timepoints, and the analysis will use the ANOVAF option and MIVQUE0 technique in SAS PROC MIXED(2) .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(1)Littell RC, Milliken GA, Stroup WW, Wolfinger RD. SAS System for Mixed Models. Cary (NC): SAS Institute Inc.; 1996.&lt;BR /&gt;(2)Brunner, E., Domhof, S., and Langer, F. Nonparametric Analysis of Longitudinal Data in Factorial Experiments, New York: John Wiley &amp;amp; Sons.; 2002.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We use PROC GLIMMIX, but you could get essentially the same analysis using PROC MIXED if you log transformed the data before analysis.&amp;nbsp; The code we use&amp;nbsp; is estimating the marginal effects, as there is only an R-side variance-covariance matrix being estimated.&amp;nbsp; Given that, PROC GEE or PROC GENMOD are also candidates. My gut feeling is that you would log transform the data before analysis rather than using a LOG link function, but I will defer to&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13633"&gt;@StatDave&lt;/a&gt;&amp;nbsp;for a better response than "a gut feeling".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2022 13:06:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Codes-for-cytokine-expression-data/m-p/836699#M41445</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2022-10-04T13:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: Codes for cytokine expression data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Codes-for-cytokine-expression-data/m-p/836725#M41448</link>
      <description>If the response is positive and continuously valued, then gamma and inverse gaussian distributions are possible distributions for the model. Repeated measures data using either of these distributions can be modeled using a GEE model fit in either the GEE or GENMOD procedures. This is a population-averaged type of model. A subject-specific type of model using these distributions can be fit using a random effects model in PROC GLIMMIX.</description>
      <pubDate>Tue, 04 Oct 2022 14:28:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Codes-for-cytokine-expression-data/m-p/836725#M41448</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2022-10-04T14:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: Codes for cytokine expression data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Codes-for-cytokine-expression-data/m-p/837434#M41474</link>
      <description>&lt;P&gt;Thanks for the response and suggestion. I am a new user so it'll take some time to figure things out. I will get the codes i have and post it. Regards!&lt;/P&gt;</description>
      <pubDate>Fri, 07 Oct 2022 16:12:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Codes-for-cytokine-expression-data/m-p/837434#M41474</guid>
      <dc:creator>dekstone3</dc:creator>
      <dc:date>2022-10-07T16:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: Codes for cytokine expression data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Codes-for-cytokine-expression-data/m-p/837435#M41475</link>
      <description>Thanks. This is helpful.</description>
      <pubDate>Fri, 07 Oct 2022 16:13:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Codes-for-cytokine-expression-data/m-p/837435#M41475</guid>
      <dc:creator>dekstone3</dc:creator>
      <dc:date>2022-10-07T16:13:52Z</dc:date>
    </item>
  </channel>
</rss>

