Hi I am trying to normalize my count data to do GSEA. these error come up: what is the solution?
data <- read.csv("myData.csv")
data <- matrix(data)
vst(data)
Error in vst(data) : less than 'nsub' rows,
it is recommended to use varianceStabilizingTransformation directly
rlog(data)
Error in DESeqDataSet(se, design = design, ignoreRank) :
'list' object cannot be coerced to type 'double'