I am trying to read many files
I do this and I get the error
file.list <- list.files(pattern='*.txt') dge <- readDGE(file.list, header=FALSE) Meta tags detected: __no_feature, __ambiguous, __too_low_aQual, __not_aligned, __alignment_not_unique Error in colSums(x$counts) : 'x' must be numeric

