I ran the following commands after taking a clustered Seurat object.
gsva_result <- analyse_sc_clusters(pbmc, verbose = TRUE)
pathway_expression <- pathways(gsva_result)
colnames(pathway_expression) <- gsub("\.Seurat", "", colnames(pathway_expression))
In the example, the heatmap shows Cluster1 and Cluster 2 etc, in my plot it shows X0 and X1 for the two clusters. Could you please help me with it? @nturaga @hawrobin @teslajoy @jweiser @SolomonShorser-OICR
I ran the following commands after taking a clustered Seurat object.
gsva_result <- analyse_sc_clusters(pbmc, verbose = TRUE)
pathway_expression <- pathways(gsva_result)
colnames(pathway_expression) <- gsub("\.Seurat", "", colnames(pathway_expression))
In the example, the heatmap shows Cluster1 and Cluster 2 etc, in my plot it shows X0 and X1 for the two clusters. Could you please help me with it? @nturaga @hawrobin @teslajoy @jweiser @SolomonShorser-OICR