Hi Sam,
I hope you are well.
I have been doing the DESeq2 analysis with R but I have one control. This flags an error when running the following command:
baseMeanPerLvl <- sapply( levels(dds$condition), function(lvl) rowMeans(
# counts(dds,normalized=TRUE)[,dds$condition == lvl] ) )
error: Error in base::rowMeans(x, na.rm = na.rm, dims = dims, ...) :
'x' must be an array of at least two dimensions
I have tried to apply my own fixes and these files (whose link I have shared) are what I generate as my final output. Are they what you would expect, or do they have unwanted fields?
Thank you.
Warm regards,
Eric