Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • DESeq upgrade

    Dear R experts and / or DESeq expert(s),

    I am using DESeq v1.8.2 and would like to upgrade. The current version available is v1.9.4.

    From an R session, I am using the update.packages() command .. (please see below for details), but it does not work.

    Q1- Can you please suggest a fix. Which R command / series of commands would work?
    Q2 - Would this be a general fix for upgrading to other such R packages, such as edgeR.

    Thanks in advance.
    Best,
    sarosh


    Code:
    > require(DESeq);
    > sessionInfo();
    
    
    R version 2.15.0 (2012-03-30)
    Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit)
    
    locale:
    [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
    
    attached base packages:
    [1] stats     graphics  grDevices utils     datasets  methods   base
    
    other attached packages:
    [1] BiocInstaller_1.4.4 DESeq_1.8.2         locfit_1.5-8
    [4] Biobase_2.16.0      BiocGenerics_0.2.0
    
    loaded via a namespace (and not attached):
     [1] annotate_1.34.0      AnnotationDbi_1.18.0 DBI_0.2-5
     [4] genefilter_1.38.0    geneplotter_1.34.0   grid_2.15.0
     [7] IRanges_1.14.2       lattice_0.20-6       RColorBrewer_1.0-5
    [10] RSQLite_0.11.1       splines_2.15.0       stats4_2.15.0
    [13] survival_2.36-14     tcltk_2.15.0         tools_2.15.0
    [16] xtable_1.7-0
    >
    --------------------------------------------------------------
    
    > update.packages("DESeq");
    >
    
    --------------------------------------------------------------
    --------------------------------------------------------------
    > sessionInfo();
    R version 2.15.0 (2012-03-30)
    Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit)
    
    locale:
    [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
    
    attached base packages:
    [1] stats     graphics  grDevices utils     datasets  methods   base
    
    other attached packages:
    [1] BiocInstaller_1.4.4 DESeq_1.8.2         locfit_1.5-8
    [4] Biobase_2.16.0      BiocGenerics_0.2.0
    
    loaded via a namespace (and not attached):
     [1] annotate_1.34.0      AnnotationDbi_1.18.0 DBI_0.2-5
     [4] genefilter_1.38.0    geneplotter_1.34.0   grid_2.15.0
     [7] IRanges_1.14.2       lattice_0.20-6       RColorBrewer_1.0-5
    [10] RSQLite_0.11.1       splines_2.15.0       stats4_2.15.0
    [13] survival_2.36-14     tcltk_2.15.0         tools_2.15.0
    [16] xtable_1.7-0
    
    --------------------------------------------------------------

  • #2
    Hi
    run the following to update all existing bioconductor packages:
    Code:
    source("http://bioconductor.org/biocLite.R")
    pkgs <- rownames(installed.packages())
    biocLite(pkgs)
    Best,
    Ramzi
    Research Scientist - Bioinformatics
    Sidra Medical and Research Center

    Comment


    • #3
      Thanks Ramzi,
      The DESeq version remains unchanged at 1.8.2. This is the sessionInfo() output after the command is run in an R session. It seems to me that other packages retain the previous version (compare with that in previous post)... does not mean that all versions are new and need updates though. I am aware DESeq has a new version and that is not updated in an R session. Maybe this is not the way to update .. hope other experts can please help.
      Best,
      sarosh


      Code:
      > sessionInfo();
      R version 2.15.0 (2012-03-30)
      Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit)
      
      locale:
      [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
      
      attached base packages:
      [1] stats     graphics  grDevices utils     datasets  methods   base     
      
      other attached packages:
      [1] edgeR_2.6.1         limma_3.12.0        DESeq_1.8.2        
      [4] locfit_1.5-8        Biobase_2.16.0      BiocGenerics_0.2.0 
      [7] BiocInstaller_1.4.4
      
      loaded via a namespace (and not attached):
       [1] annotate_1.34.0      AnnotationDbi_1.18.0 DBI_0.2-5           
       [4] genefilter_1.38.0    geneplotter_1.34.0   grid_2.15.0         
       [7] IRanges_1.14.2       lattice_0.20-6       RColorBrewer_1.0-5  
      [10] RSQLite_0.11.1       splines_2.15.0       stats4_2.15.0       
      [13] survival_2.36-14     tools_2.15.0         xtable_1.7-0        
      >
      Last edited by fatakias; 04-30-2012, 03:42 PM.

      Comment


      • #4
        The latest stable version of DESeq is v1.8.2, which is the current version in Bioconductor 2.10 for R 2.15. So everything is working as expected for your setup.
        DESeq 1.9.4 is a development (and thus unstable) version, which you can install from the Bioconductor devel version, under the R devel version. See "Installing packages from the development repository" in http://www.bioconductor.org/help/faq...l-packages-faq...

        Comment


        • #5
          I tried to update DESeq and DEXSeq using:

          Code:
          source("http://bioconductor.org/biocLite.R")
          pkgs <- rownames(installed.packages())
          biocLite(pkgs)

          but my packages remain the older ones.

          My question now is, how do I go from DEXSeq 1.6.0 to 1.8.0 ??

          Comment


          • #6
            To update DEXseq to current version, follow instructions from: this page

            If you cannot update it may be that you are not able to connect to internet through your R. Test via: this page

            Comment

            Latest Articles

            Collapse

            • seqadmin
              Recent Advances in Sequencing Analysis Tools
              by seqadmin


              The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
              05-06-2024, 07:48 AM
            • 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

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by seqadmin, 05-10-2024, 06:35 AM
            0 responses
            16 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 05-09-2024, 02:46 PM
            0 responses
            21 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 05-07-2024, 06:57 AM
            0 responses
            19 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 05-06-2024, 07:17 AM
            0 responses
            21 views
            0 likes
            Last Post seqadmin  
            Working...
            X