This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Differential Gene Analysis

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'.

limma dge rna-seq

Can you check how

exprs(gse)

and

fac

look like?

0 answers

No answers yet.

Log in to answer this question.