Entering edit mode
6.3 years ago
ulapei
▴
20
Hi,
Sorry for the simple question. I am analysing microarrays and I had to exclude a few due to the outlier detection. How do I adjust the code below, so that it recognizes that now group 1 has 6 samples and group 2 has 4 samples, instead of 7 each?
pData(eset)$Condition = rep(paste(1:2), each = 7)
Thanks!
0
Entering edit mode
ADD REPLY
• link
6.3 years ago by
cpad0112
21k