Entering edit mode
Gundala Viswanath
▴
230
@gundala-viswanath-2872
Last seen 10.2 years ago
I have the following expression data
from test and control, each contain two sample.
test <- c(3922.89022881,4235.76026274)
control <- c(3694.11962861,4369.97835686)
I want to compute P-value using , to see if
they are differentially expressed, using
"ebayes" http://rss.acs.unt.edu/Rdoc/library/limma/html/ebayes.html'
What's the way to go about it?
It's not clear from the help file.
- G.V.
[[alternative HTML version deleted]]