GeoMX tools, Nanostrings, GeoMX workflows

Hello Everyone

I am executing GeoMX downstream analysis as naive . I used R studio and R in ubuntu. When I am executing the below mentioned geomx pipeline based differential expression then my R-studio always crashed without any error:

results <- c()
for(status in c("DKD", "Bigu")) {
ind <- pData(target_GeoData_QC_Other_Probe)$class == status
mixedOutmc <-
mixedModelDE(target_GeoData_QC_Other_Probe[, ind],
elt = "log_q",
modelFormula = ~ testRegion + (1 + testRegion | slide),
groupVar = "testRegion",
nCores = parallel::detectCores(),
multiCore = FALSE)
}

I read there will be the mcapply function with multiCore TRUE.
In the above lines many time I get the error of cores. I need help to resolve the issue, my R-studio will not crash and complete my task.

This topic was automatically closed 42 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.