Closed Sunnyxia040103 closed 8 months ago
What are thr rownames and colnames of your exp object?
It's an expression matrix and looks like this
They do not contain gene names or cell names. Any particular reason why you want to run vst()
instead of running SCTransform()
? In any case, you will need to format your counts matrix so that the rownames are genes and colnames are cells.
Hi, I'm using R studio but this line keeps popping up: Error in make_cell_attr(umi, cell_attr, latent_var, batch_var, latent_var_nonreg, : count matrix must have row and column names Any ideas on how to solve this issue? Many thanks!!! Below are my full codes.