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
        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
      • seqadmin
        Strategies for Sequencing Challenging Samples
        by seqadmin


        Despite advancements in sequencing platforms and related sample preparation technologies, certain sample types continue to present significant challenges that can compromise sequencing results. Pedro Echave, Senior Manager of the Global Business Segment at Revvity, explained that the success of a sequencing experiment ultimately depends on the amount and integrity of the nucleic acid template (RNA or DNA) obtained from a sample. “The better the quality of the nucleic acid isolated...
        03-22-2024, 06:39 AM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by seqadmin, 04-11-2024, 12:08 PM
      0 responses
      18 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-10-2024, 10:19 PM
      0 responses
      22 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-10-2024, 09:21 AM
      0 responses
      16 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-04-2024, 09:00 AM
      0 responses
      47 views
      0 likes
      Last Post seqadmin  
      Working...
      X