Dear All,
I need to implement a regression model for the expression relation of miRNAs - mRNAs. In the article http://www.sciencedirect.com/science/article/pii/S0888754314001815 the regression model of y=a0+a1x1+a2x2+...+anxn
is provided; y
being expression level of mRNAs, x
being expression level of miRNAs, the parameters a0
, a1
... being the regression constant and coefficient. I need to apply this formula to my data in R however, I don't even understand how to start doing this.
In my data, I have log fold change of mRNAs and log fold change of miRNAs which should be used as an input to linear regression model. Any help is greatly appreciated.
On how many samples do you have the mRNA and miRNA measurements?
4 samples for mRNA 2 for control and 2 for treatment
2 samples for miRNA 1 for control and 1 for treatment