rownames( counts ) <- raw.data[ , 1 ] # gene names
colnames( counts ) <- paste(c(rep("C_R",4),rep("T_R",3)),c(1:4,1:3),sep="") # sample names
However, Error in row.names<-.data.frame
(*tmp*
, value = value) : invalid 'row.names' length In addition: Warning message: Setting row names on a tibble is deprecated.
How I can solve the problem.