• 0 views
•
link
Basic question: Varying sample numbers of the groups
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!
• 1,141 views
•
link
0 answers
No answers yet.
Log in to answer this question.