"No group or design set" with deAna() function in EnrichmentBrowser package
I tried to use the EnrichmentBrowser package to do the analysis, but the following codes gave error message:
No group or design set. Assuming all samples belong to one group.
Any help is much appreciated.
nrows <- 200; ncols <- 6
counts <- matrix(round(runif(nrows * ncols, 1, 1e4)), nrows)
colData <- DataFrame(GROUP=rep(c(0, 1), 3),
row.names=LETTERS[1:6])
se0 <- SummarizedExperiment(assays=SimpleList(counts=counts),
colData=colData)
dds <- deAna(se0, de.method="DESeq2")
• 1,074 views
•
link
0 answers
No answers yet.
Log in to answer this question.