Entering edit mode
4.1 years ago
ciaki
•
0
Hi there,
I am using DESEQ2 for RNAseq analysis but i do not understand why I get this error.
> dds <- DESeqDataSetFromMatrix(countData = data,
+ colData = labeldata,
+ design =~ subtype, tidy = TRUE)
**Error** in `.rowNamesDF<-`(x, value = value) :
duplicate 'row.names' are not allowed
I really do not know what is the issue. Could you please help?
Thanks,