-
Can it be used with scRNA-seq data, eg. from Seurat? I was thinking of pseudobulk comparison of cell types in two conditions. |
Beta Was this translation helpful? Give feedback.
Answered by
egeulgen
Feb 19, 2024
Replies: 1 comment
-
thanks for your interest @ggonnella. You can use pathfindR with any input data containing Gene symbols and associated significance values. For scRNAseq, you can first run |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
egeulgen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thanks for your interest @ggonnella. You can use pathfindR with any input data containing Gene symbols and associated significance values. For scRNAseq, you can first run
Seurat::FindMarkers
for finding differentially expressed genes and use the result as input for active-subnetwork search + enrichment analysis viapathfindR
.