Hello,
Whenever I try to run this code, xenium.obj <- SeuratWrappers::RunBanksy(xenium.obj, lambda = 0.2, k_geom = 15, assay = "Xenium", slot = "data", features = "variable", verbose=T)
I get this error message:
Fetching data from slot data from assay Xenium Subsetting by features Warning in asMethod(object) : sparse->dense coercion: allocating vector of size 1.9 GiB Computing neighbors... Spatial mode is kNN_median Parameters: k_geom=15 Done Error in Banksy:::computeHarmonics(data_own, knn_df, M, center, verbose) : argument "chunk_size" is missing, with no default
How do I specify chunk_size for this command?
Hello,
Whenever I try to run this code,
xenium.obj <- SeuratWrappers::RunBanksy(xenium.obj, lambda = 0.2, k_geom = 15, assay = "Xenium", slot = "data", features = "variable", verbose=T)I get this error message:
Fetching data from slot data from assay Xenium Subsetting by features Warning in asMethod(object) : sparse->dense coercion: allocating vector of size 1.9 GiB Computing neighbors... Spatial mode is kNN_median Parameters: k_geom=15 Done Error in Banksy:::computeHarmonics(data_own, knn_df, M, center, verbose) : argument "chunk_size" is missing, with no defaultHow do I specify chunk_size for this command?