Hello. I'm having problem at the very beggining of the DESeq2 pipeline. When I try to run the command
dds <- DESeqDataSetFromMatrix(countData=countData, colData=metaData, design=~dex, tidy = TRUE)
I keep getting the error mesage:
Error in `.rowNamesDF<-`(x, value = value) :
duplicate 'row.names' are not allowed
Além disso: Warning message:
non-unique values when setting 'row.names': ‘ACX1’, ‘CYCB1’
I used rownames(data)[duplicated(rownames(data))]
to check and the results were 'character(0)' for both the data and metadata.
What could be wrong with my dataset?
Thanks in advance
Thank you very much. I'll try to see what the couse of the duplication was.