Skip to content

Error from runDE under Windows #5

@moldach

Description

@moldach

I'm running into an issue when following the examples from the vignette for the runDE and runEA functions.

geo2kegg <- loadEData("geo2kegg")
geo2kegg <- maPreproc(geo2kegg[1:5])
geo2kegg[[1]]
se <- geo2kegg[[1]]
table(se$GROUP)
geo2kegg <- runDE(geo2kegg, de.method="limma", padj.method="flexible")

Error in .iter(exp.list, .de, ..., parallel = parallel) : 
  Error in as.vector(x, mode = "numeric") : 
  no method for coercing this S4 class to a vector

Similarly , I get an error with the runEA function:

library(EnrichmentBrowser)
kegg.gs <- getGenesets(org="hsa", db="kegg")
kegg.ora.res <- runEA(geo2kegg[[1]], method="ora", gs=kegg.gs, perm=0)

ora could not be evaluated on GSE1297
Error : subscript contains invalid names

Returning NULL

Not sure if it is best practice to open two separate issues for this; if so I apologize.

> sessionInfo()
R version 3.5.1 (2018-07-02)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows >= 8 x64 (build 9200)

Matrix products: default

locale:
[1] LC_COLLATE=English_United States.1252  LC_CTYPE=English_United States.1252    LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C                           LC_TIME=English_United States.1252    

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

other attached packages:
[1] stringi_1.1.7

loaded via a namespace (and not attached):
 [1] matrixStats_0.54.0          lattice_0.20-35             IRanges_2.14.11             bitops_1.0-6               
 [5] GenomeInfoDb_1.16.0         grid_3.5.1                  stats4_3.5.1                zlibbioc_1.26.0            
 [9] XVector_0.20.0              S4Vectors_0.18.3            Matrix_1.2-14               BiocParallel_1.14.2        
[13] tools_3.5.1                 Biobase_2.40.0              RCurl_1.95-4.11             DelayedArray_0.6.6         
[17] yaml_2.2.0                  parallel_3.5.1              compiler_3.5.1              BiocGenerics_0.26.0        
[21] GenomicRanges_1.32.6        SummarizedExperiment_1.10.1 GenomeInfoDbData_1.1.0   

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions