-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with comapre_pathways #89
Comments
Hi. It looks like you're only supplying one population in Jack |
But when I did for Blood it worked perfectly. > bl_neu[[i]] <- compare_pathways(list(blood), pathways) Using single core processing. Specify 'parallel = TRUE' and Cell numbers in population 1 = 403
Excluding 1081 pathway(s) based on min/max genes parameter: BIOCARTA_ACE2_PATHWAY, BIOCARTA_ACETAMINOPHEN_PATHWAY, BIOCARTA_ACH_PATHWAY, BIOCARTA_ACTINY_PATHWAY, BIOCARTA_AGPCR_PATHWAY... Calculating pathway fold changes... Performing a two-sample analysis with SCPA... |
Can you give me the code you're using to generate the blood and marrow objects? |
setwd("C:/Users/S236282/Desktop/Itaconate data/CellChat/Pathway Analysis") library(SCPA) data_all <- readRDS("C:/Users/S236282/Desktop/Itaconate data/CellChat/seurat_annotation.rds") head([email protected]) DimPlot(data_all) + Visualize the data colored by tissue and location typeDimPlot(data_all, group.by = "type", split.by = "batch", ncol = 3) + define all the pathways that we want to usepws <- c("kegg", "reactome", "biocarta", "wiki", "pid") #Data prep #Pathway analysis across location We first create empty lists to store results from the for loopbl_neu <- list(); bm_neu <- list(); ho_neu <- list() We extract expression data using
|
> bm_neu[[i]] <- compare_pathways(list(marrow), pathways)
ERROR
Using single core processing. Specify 'parallel = TRUE' and
cores = x
arguments for parallel processingCell numbers in population 1 = 1107
Excluding 1081 pathway(s) based on min/max genes parameter: BIOCARTA_ACE2_PATHWAY, BIOCARTA_ACETAMINOPHEN_PATHWAY, BIOCARTA_ACH_PATHWAY, BIOCARTA_ACTINY_PATHWAY, BIOCARTA_AGPCR_PATHWAY...
Calculating pathway fold changes...
Performing a two-sample analysis with SCPA...
0%Error in if (lowerpval < level) { : missing value where TRUE/FALSE needed
The text was updated successfully, but these errors were encountered: