You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear Symphony Team,
I got this error when I built my reference:
"Finding variable genes using vst method
Error in rowSDs_dgc(A@x, A@p, A@i, row_means, ncol(A), nrow(A), FALSE) :
no slot of name "x" for this object of class "Seurat"
Calls: ... vargenes_vst -> %>% -> lapply -> FUN -> rowVars -> rowSDs_dgc
In addition: Warning message:
In split.default(seq_len(N), groups) :
data length is not a multiple of split variable
Execution halted"
I appreciate if you could help me solve this issue.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
var_genes = vargenes_vst(ref_exp_full, groups = as.character(ref_metadata[['donor']]), topn = 2000)
Error in rowSDs_dgc(A@x, A@p, A@i, row_means, ncol(A), nrow(A), FALSE) :
trying to get slot "x" from an object of a basic class ("matrix") with no slots
Calls: vargenes_vst -> %>% -> lapply -> FUN -> rowVars -> rowSDs_dgc
In addition: Warning message:
In split.default(seq_len(N), groups) :
data length is not a multiple of split variable
Execution halted
Dear Symphony Team,
I got this error when I built my reference:
"Finding variable genes using vst method
Error in rowSDs_dgc(A@x, A@p, A@i, row_means, ncol(A), nrow(A), FALSE) :
no slot of name "x" for this object of class "Seurat"
Calls: ... vargenes_vst -> %>% -> lapply -> FUN -> rowVars -> rowSDs_dgc
In addition: Warning message:
In split.default(seq_len(N), groups) :
data length is not a multiple of split variable
Execution halted"
I appreciate if you could help me solve this issue.
Thanks in advance!
The text was updated successfully, but these errors were encountered: