pmoulos / metaseqR2

An R package for the analysis, meta-analysis and result reporting of RNA-Seq gene expression data - Next Generation!
Other
7 stars 1 forks source link

Problem using excludeList #6

Closed dfanidis closed 4 years ago

dfanidis commented 4 years ago
Error in names(geneLength) <- rownames(geneCounts) : 
  'names' attribute [60527] must be the same length as the vector [0]
pmoulos commented 4 years ago

Problem caused by known but not well documented R "feature" (see here).