Chuiqin Fan

Results 64 comments of Chuiqin Fan

Can you provide your version of R package Nebulosa?

You can also try running this code to see where the error occurs. ``` library(Seurat) library(SeuratData) library(RcppML) library(irGSEA) data("pbmc3k.final") pbmc3k.final

Hi,I have the same problem.

This problem occurs because the GSVA package deprecated the GSVA function in version 1.52.2 or higher. I updated irGSEA to make irGSEA (version 3.2.6) suitable for both old and new...

This looks like the image is too crowded. Have you tried adjusting the heatmap.width and heatmap.heigh parameters in irGSEA.heatmap function?

Thank you for using this tool. irGSEA aims to comprehensively score the results of multiple gene set scoring methods to help researchers quickly identify important and interesting gene sets. Unlike...

在Seurat 5.0版本的条件下,我测试了VISION,发现可以正常运行: ``` > library(irGSEA) > library(tidyverse) > library(SeuratData) > data("pbmc3k.final") > pbmc3k.final3 packageVersion(pkg = "Seurat") [1] ‘5.0.3’ > packageVersion(pkg = "VISION") [1] ‘3.0.1’ > packageVersion(pkg = "irGSEA") [1] ‘3.2.5’...

首先,请运行这段代码,我已经测试过可以正常运行。这段代码构建了一个Seurat V4对象。 ``` library(irGSEA) library(Seurat) library(SeuratData) library(RcppML) data("pbmc3k.final") pbmc3k.final

一个合理的猜测是细胞数过多或者ncore过大,请尝试subset 2000个细胞来测试一下 ``` HCC_endothelium2

有意思的事,我创建了pbmc3k.final2,它是Seurat V5版本,却可以运行成功。 你是否方便加我微信fcq065837,分享给我HCC_endothelium前2000个细胞的rds文件让我测试一下。 ``` #### Seurat V5对象 #### library(irGSEA) library(Seurat) library(SeuratData) library(RcppML) data("pbmc3k.final") pbmc3k.final