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
vision_obj <- Vision(integrated_data@assays$RNA$counts, signatures = c("c7.all.v2023.2.Hs.symbols.gmt"), dimRed <- integrated_data@reductions$pca)
Error in dimnames(x) <- dn : 'dimnames' applied to non-array
need help with this
The text was updated successfully, but these errors were encountered:
if using dimRed, just provide it with the key "pca" - not the actual
matrix. However, I'm not positive this works with Seurat v4. If it
doesn't, try just using the latentSpace input directly. For that one, you
need to provide a matrix or dataframe that is dimension cells x components
and has rownames that match the colnames of your count matrix.
vision_obj <- Vision(integrated_data@assays$RNA$counts, signatures = c("c7.all.v2023.2.Hs.symbols.gmt"), dimRed <- integrated_data@reductions$pca)
Error in dimnames(x) <- dn : 'dimnames' applied to non-array
need help with this
The text was updated successfully, but these errors were encountered: