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
          Essential Discoveries and Tools in Epitranscriptomics
          by seqadmin




          The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
          04-22-2024, 07:01 AM
        • seqadmin
          Current Approaches to Protein Sequencing
          by seqadmin


          Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
          04-04-2024, 04:25 PM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, Today, 08:47 AM
        0 responses
        12 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-11-2024, 12:08 PM
        0 responses
        60 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 10:19 PM
        0 responses
        59 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 09:21 AM
        0 responses
        54 views
        0 likes
        Last Post seqadmin  
        Working...
        X