BookmarkSubscribeRSS Feed
deleted_user
Not applicable
Thank you for the potential help.

I have a very long list of genes that I would like to run an ANOVA on. I am running a blocked ANOVA using the GLM command.

That was the was the easy part.
proc glm data=SamP.Expression;
by gene;
class block conc;
model exp= block conc;
run;

I can look through this list, and find the p-value for each gene to see if it is changed due to treatment conditions (conc). Is it possible to make a list of each gene and this p-value?

Thank you again, let me know if there is anything I can do.
Dez
3 REPLIES 3
Doc_Duke
Rhodochrosite | Level 12
Check out the ODS tables for GLM. I think the are the tool you need.
deleted_user
Not applicable
I looked into it, easier said then done for me I guess. Seems like everything I do ends with some sort of error.

Dez
Paige
Quartz | Level 8
So post your saslogs so we can see what the errors look like.

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 3 replies
  • 1379 views
  • 0 likes
  • 3 in conversation