Finding genes with significant linear regression, or trend
0
0
Entering edit mode
Assaf Oron ▴ 40
@assaf-oron-2764
Last seen 9.6 years ago
Daniel hi, You can also try the function "lmPerGene" from the new package GSEAlm. This function allows for continuous covariates without recoding them as factors. The function returns an object, say "mylm". To get the t-statistics, divide "mylm$coefficients" by "sqrt(mylm$coef.var)". Note that the coefficients and their variances are matrices with the first row being the intercept. You can then take these t-statistics to your favorite significance/FDR sofware. You can also use it for gene-set-enrichment analysis (see the GSEAlm vignette for more details). If you try to use the function and have more questions, you can write me directly. Assaf
GSEAlm GSEAlm • 657 views
ADD COMMENT

Login before adding your answer.

Traffic: 960 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6