Entering edit mode
4.3 years ago
Microuser
•
0
Hi,
I have prepared a .txt file of RMA-normalized microarray dataset with samples in the columns and gene IDs in the rows (30 samples and 7000 genes totally). Entering this code, generates an error as follows and I don't know why???
cem <- cemitool(my_file)
**Error in matrixStats::rowVars(expr, na.rm = TRUE) :
Argument 'x' must be of type logical, integer or numeric, not 'character'.**
Thanks for your help in advance.