Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • problem running DEXSeq in parallel

    Hi,

    I'm trying to run DEXSeq in parallel in the server, but it returns the following error:

    >library('parallel')
    > dxd = testForDEU(dxd, nCores=16)
    Error in testForDEU(dxd, nCores = 16) : unused argument (nCores = 16)

    I also tried the following option, which I found in the DEXSeq vignette with no success either:

    > BPPARAM= MultiCoreParam(workers=4)
    Error: could not find function "MultiCoreParam"
    > dxd = testForDEU(dxd, BPPARAM=BPPARAM)
    Error in sort(rep(seq_len(BPPARAM$workers), length.out = nrow(object))) :

    I would appreciate if anyone could help,

    Thank you

    >sessionInfo()
    R version 3.1.2 (2014-10-31)
    Platform: x86_64-pc-linux-gnu (64-bit)

    locale:
    [1] LC_CTYPE=en_GB.UTF-8 LC_NUMERIC=C
    [3] LC_TIME=en_GB.UTF-8 LC_COLLATE=en_GB.UTF-8
    [5] LC_MONETARY=en_GB.UTF-8 LC_MESSAGES=en_GB.UTF-8
    [7] LC_PAPER=en_GB.UTF-8 LC_NAME=C
    [9] LC_ADDRESS=C LC_TELEPHONE=C
    [11] LC_MEASUREMENT=en_GB.UTF-8 LC_IDENTIFICATION=C

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

    other attached packages:
    [1] DEXSeq_1.12.2 BiocParallel_1.0.3
    [3] DESeq2_1.6.3 RcppArmadillo_0.5.100.1.0
    [5] Rcpp_0.11.6 GenomicRanges_1.18.4
    [7] GenomeInfoDb_1.2.5 IRanges_2.0.1
    [9] S4Vectors_0.4.0 Biobase_2.26.0
    [11] BiocGenerics_0.12.1

    loaded via a namespace (and not attached):
    [1] acepack_1.3-3.3 annotate_1.44.0 AnnotationDbi_1.28.2
    [4] base64enc_0.1-2 BatchJobs_1.6 BBmisc_1.9
    [7] biomaRt_2.22.0 Biostrings_2.34.1 bitops_1.0-6
    [10] brew_1.0-6 checkmate_1.5.2 cluster_2.0.1
    [13] codetools_0.2-11 colorspace_1.2-6 DBI_0.3.1
    [16] digest_0.6.8 fail_1.2 foreach_1.4.2
    [19] foreign_0.8-63 Formula_1.2-1 genefilter_1.48.1
    [22] geneplotter_1.44.0 ggplot2_1.0.1 grid_3.1.2
    [25] gridExtra_0.9.1 gtable_0.1.2 Hmisc_3.16-0
    [28] hwriter_1.3.2 iterators_1.0.7 lattice_0.20-31
    [31] latticeExtra_0.6-26 locfit_1.5-9.1 magrittr_1.5
    [34] MASS_7.3-40 munsell_0.4.2 nnet_7.3-9
    [37] plyr_1.8.2 proto_0.3-10 RColorBrewer_1.1-2
    [40] RCurl_1.95-4.6 reshape2_1.4.1 rpart_4.1-9
    [43] Rsamtools_1.18.3 RSQLite_1.0.0 scales_0.2.4
    [46] sendmailR_1.2-1 splines_3.1.2 statmod_1.4.21
    [49] stringi_0.4-1 stringr_1.0.0 survival_2.38-1
    [52] tools_3.1.2 XML_3.98-1.1 xtable_1.7-4
    [55] XVector_0.6.0 zlibbioc_1.12.0

  • #2
    Use

    BPPARAM= MulticoreParam(workers=4)

    instead of

    BPPARAM= MultiCoreParam(workers=4)

    notice lowercase 'c'

    Comment


    • #3
      Had this problem as well.
      Thanks skdhanraj !

      Comment


      • #4
        Nice. May be they should update the vignette as well.

        Comment

        Latest Articles

        Collapse

        • seqadmin
          Understanding Genetic Influence on Infectious Disease
          by seqadmin




          During the COVID-19 pandemic, scientists observed that while some individuals experienced severe illness when infected with SARS-CoV-2, others were barely affected. These disparities left researchers and clinicians wondering what causes the wide variations in response to viral infections and what role genetics plays.

          Jean-Laurent Casanova, M.D., Ph.D., Professor at Rockefeller University, is a leading expert in this crossover between genetics and infectious...
          09-09-2024, 10:59 AM
        • seqadmin
          Addressing Off-Target Effects in CRISPR Technologies
          by seqadmin






          The first FDA-approved CRISPR-based therapy marked the transition of therapeutic gene editing from a dream to reality1. CRISPR technologies have streamlined gene editing, and CRISPR screens have become an important approach for identifying genes involved in disease processes2. This technique introduces targeted mutations across numerous genes, enabling large-scale identification of gene functions, interactions, and pathways3. Identifying the full range...
          08-27-2024, 04:44 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, 09-11-2024, 02:44 PM
        0 responses
        11 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 09-06-2024, 08:02 AM
        0 responses
        145 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 09-03-2024, 08:30 AM
        0 responses
        152 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 08-27-2024, 04:40 AM
        0 responses
        161 views
        0 likes
        Last Post seqadmin  
        Working...
        X