Closed felixm3 closed 1 year ago
Hi @felixm3 - I tried to recreate your error but couldn't, so I'm not sure exactly what's happening here. One thing that is consistent is that you're getting formatting errors, so I would make sure that your data are in the expected input format. Make sure that you first run getMarkerGenes()
as such:
query_seur <- getMarkerGenes(query_seur,
assay = "originalexp",
organism = "hg",
groups = "seurat_clusters")
This should fill query_seur@misc$marker_genes
with marker gene information. Then run getEnrichedPathways()
as you did.
Also check that query_seur$seurat_clusters
is filled with cluster labels. See if any of this helps; if not, you may have more luck contacting Cerebro about this specific error.
Hello,
Running the following code:
results in:
Kindly assist