Entering edit mode
6.7 years ago
kalyanimeha
▴
40
I am getting this error while calculating t-statistics and corresponding p-values by genefilter package. I have total 6 samples from GEO Site(GEO34747)
library(genefilter)
destats <- rowttests(exprs(gse),fac=SampleGroup)
Error in rowcoltt(x, fac, tstatOnly, 1L) :
Number of groups is 6, but must be >0 and <=2 for 'rowttests'.
Can you check how
and
look like?