linear mixed model for gene expression data in R
0
0
Entering edit mode
3.6 years ago
evafinegan • 0

I have gene expression data for multiple genotypes as FPKM matrix:

gene    Sample1 Sample2 Sample3
gene A  19.6    13.5     16.7
gene B  17.8     19.7     14.3

In the matrix, genes are in rows, columns have samples with FPKM values for each gene across the samples. I want to run a linear mixed effect model using lme4 to correct this gene expression data for experimental effects. I want to fit separate models to each of the genes with response as FPKM, with an intercept, fixed and random effects of experiment from genotype, row and column within the experiment.

Previously I have ran basic straightforward models such as lm~x+y. But I have no experience in running linear mixed models using loops or arrays. I will appreciate any help on to run a linear mixed model on my data. Thank you!

R • 932 views
ADD COMMENT

Login before adding your answer.

Traffic: 1349 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