I am trying to Z-score across rows (genes) instead of across cells using the command (sig_norm_method = "znorm_rows"). However, whenever I attempt this, I get the following error:
Error in [.data.frame(sigMatrix, , keep_significant, drop = FALSE) :
undefined columns selected
which occurs after the evaluation of local consistent of signatures in latent space, while clustering signatures. I am able to successfully run Vision on my dataset when I drop the "sig_norm_method = znorm_rows" function. Can you please help me to fix this problem?