scAI icon indicating copy to clipboard operation
scAI copied to clipboard

An unsupervised approach for the integrative analysis of single-cell multi-omics data

Results 6 scAI issues
Sort by recently updated
recently updated
newest added

Hi, I am currently trying to run scAI. There are no runtime errors (or warnings which would indicate what is happening) but the learned matrix H (from [email protected]) and W...

I've been trying to run scAI in an HPC environment. Here's the code: ``` LIB_PATH = "./R_libs/R-4.0.0/" library(Seurat) library(ggplot2) library(scAI, lib.loc = LIB_PATH) library(swne, lib.loc = LIB_PATH) load("./data/data_simulation.rda") X

I'm trying to run the example with the simulated data, and I've got a failure on the following line: ``` lmHeatmap(scAI_outs, color.by = "labels") ``` > Error in is.leaf(dend) :...