Hello! Sorry for bringing up this old thread, but I have been trying to convert my readspergene file to a count matrix for DESeq2 as well.
Everything works fine for me, until the colnames(counts) <- ff I face this error: Error in names(x) <- value : 'names' attribute [27] must be the same length as the vector [0]
I assume this is because I have missing values in my dataset, however everything looks fine after briefly looking through my ReadsPerGene.out.tab. Could I enquire if anyone has came across this error as well and what can I do to solve it? Thank you!