Skip to content

Not getting cluster names in the dataframe after pathway expression #26

@jjyotikataria

Description

@jjyotikataria

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

Metadata

Metadata

Assignees

Labels

questionFurther information is requested

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions