Entering edit mode
Hi, I am lost. What does this error mean? Thanks for your help!
dds <- DESeqDataSetFromMatrix (countData=fc2, colData=colData, design=~Group);dds factor levels were dropped which had no samples Error in make.names(vnames, unique = TRUE) : invalid multibyte string 39
Hi Michael, I spent quite a while inspecting my files before posting the question. Now I just found a ยต character in one of the columns of the colData. I removed it and now it works. Thanks anyway