-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
I have a sketch of my Seurat object
## 5. Sketch data
filtered_obj <- SketchData(
object = filtered_obj,
ncells = 50000,
method = "LeverageScore",
sketched.assay = "sketch"
)
I've tried running choir as a single step with the CHOIR() function, and also as the two step version with buildTree() and pruneTree() but both versions result in the same error on the pruning step:
----------------------------------------
- CHOIR - Part 2: Prune clustering tree
----------------------------------------
2025-04-15 09:28:42 : (Step 1/2) Checking inputs and preparing object..
Error in .validInput(cluster_tree, "cluster_tree", object) :
Input value for 'cluster_tree' must be a dataframe or matrix in which the number of rows is equal to the number of cells in the provided object. Please supply valid input or set to NULL.
Calls: CHOIR -> pruneTree -> .validInput
In addition: Warning message:
package ‘future’ was built under R version 4.4.3
Execution halted
My dataset size is about 270k cells, and running choir with 48 cores did not finish after 20 hours. I've also tried the atlas vignette for this dataset and it failed after 20 hours due to OOM error.
Metadata
Metadata
Assignees
Labels
No labels