Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • DESeq2: minReplicatesForReplace argument

    Hi,
    I analyze RNA-Seq data with DESeq2 package and am trying to change the argument 'minReplicatesForReplace'. However, I always get an error message about unused arguments:
    Code:
    > ddsHTSeq<- DESeq(ddsHTSeq, minReplicatesForReplace = 5)
    Error in DESeq(ddsHTSeq, minReplicatesForReplace = 5) : 
      unused argument (minReplicatesForReplace = 5)
    I read another thread here about the cooksCutoff argument that it was moved from DESeq() to results(). So I thought that perhaps it's also true for minReplicatesForReplace and tried it but again the same error:
    Code:
    res <- results(ddsHTSeq, minReplicatesForReplace = 5)
    Error in results(ddsHTSeq, minReplicatesForReplace = 5) : 
      unused argument (minReplicatesForReplace = 5)
    How can I use this argument?


    P.S. sessionInfo:
    Code:
    > sessionInfo()
    R version 3.0.1 (2013-05-16)
    Platform: x86_64-unknown-linux-gnu (64-bit)
    
    locale:
     [1] LC_CTYPE=en_US.UTF-8       LC_NUMERIC=C              
     [3] LC_TIME=en_US.UTF-8        LC_COLLATE=en_US.UTF-8    
     [5] LC_MONETARY=en_US.UTF-8    LC_MESSAGES=en_US.UTF-8   
     [7] LC_PAPER=C                 LC_NAME=C                 
     [9] LC_ADDRESS=C               LC_TELEPHONE=C            
    [11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C       
    
    attached base packages:
    [1] parallel  stats     graphics  grDevices utils     datasets  methods  
    [8] base     
    
    other attached packages:
    [1] DESeq2_1.0.19             RcppArmadillo_0.4.300.8.0
    [3] Rcpp_0.11.2               lattice_0.20-29          
    [5] Biobase_2.20.1            GenomicRanges_1.12.5     
    [7] IRanges_1.18.4            BiocGenerics_0.6.0       
    
    loaded via a namespace (and not attached):
     [1] annotate_1.38.0      AnnotationDbi_1.22.6 DBI_0.2-7           
     [4] genefilter_1.42.0    grid_3.0.1           locfit_1.5-9.1      
     [7] RColorBrewer_1.0-5   RSQLite_0.11.4       splines_3.0.1       
    [10] stats4_3.0.1         survival_2.37-7      tools_3.0.1         
    [13] XML_3.98-1.1         xtable_1.7-3
    Last edited by Armin_n; 07-11-2014, 01:44 PM.

  • #2
    You just need to upgrade to the latest DESeq2 version.
    The argument 'minReplicatesForReplace' was introduced in DESeq2 1.4.0.
    You are using DESeq2 1.10.19.
    The current DESeq2 version is 1.4.5.

    Comment


    • #3
      Thank you, blancha!

      Comment

      Latest Articles

      Collapse

      • seqadmin
        Best Practices for Single-Cell Sequencing Analysis
        by seqadmin



        While isolating and preparing single cells for sequencing was historically the bottleneck, recent technological advancements have shifted the challenge to data analysis. This highlights the rapidly evolving nature of single-cell sequencing. The inherent complexity of single-cell analysis has intensified with the surge in data volume and the incorporation of diverse and more complex datasets. This article explores the challenges in analysis, examines common pitfalls, offers...
        Yesterday, 07:15 AM
      • seqadmin
        Latest Developments in Precision Medicine
        by seqadmin



        Technological advances have led to drastic improvements in the field of precision medicine, enabling more personalized approaches to treatment. This article explores four leading groups that are overcoming many of the challenges of genomic profiling and precision medicine through their innovative platforms and technologies.

        Somatic Genomics
        “We have such a tremendous amount of genetic diversity that exists within each of us, and not just between us as individuals,”...
        05-24-2024, 01:16 PM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by seqadmin, Yesterday, 08:18 AM
      0 responses
      13 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, Yesterday, 08:04 AM
      0 responses
      12 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 06-03-2024, 06:55 AM
      0 responses
      13 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 05-30-2024, 03:16 PM
      0 responses
      27 views
      0 likes
      Last Post seqadmin  
      Working...
      X