igrabski / sc-SHC

Significance analysis for clustering single-cell RNA-sequencing data
87 stars 10 forks source link

Node not found #11

Closed ryf0810 closed 11 months ago

ryf0810 commented 11 months ago

Hi team,

I'm running testClusters, but it said the object Node not found. Here's the code: new.seurat1 <- scSHC::testClusters(comb.epi.counts, cluster_ids = as.character(comb.epi$integrated_snn_res.1.8), alpha = 0.05, cores = 1)

Thanks!

igrabski commented 11 months ago

Hi, could you please check if you have the library data.tree installed? You can also try loading it in before calling the function.

ryf0810 commented 11 months ago

Thank you so much for helping!