Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • EdgeR Error: could not find function "glmQLFit"

    Hi,

    anyone know why I get this error trying to use edgeR? I installed everything according to https://bioconductor.org/packages/re...tml/edgeR.html but when I try out the example at https://bioconductor.org/packages/re...UsersGuide.pdf I get the error:

    > fit <- glmQLFit(y,design)
    Error: could not find function "glmQLFit"

    I'm a complete newbie to R so sorry if I missed something obvious.

    Thanks for any help.. can't find this issue anywhere.

    S.

  • #2
    Just to be sure, but did you, after installation of edgeR, also import it?
    library("edgeR")

    Comment


    • #3
      ah, yes, that was it, thanks!!

      Comment


      • #4
        actually.. it wasn't it.. I just tried it out and still getting

        > fit <- glmQLFit(y,design)
        Error: could not find function "glmQLFit"


        ? anyone?

        Thanks

        S.

        Comment


        • #5
          You have to load the library every time you start a new R session.

          Comment


          • #6
            yes, done that.

            Comment


            • #7
              Could you give me the output of the following function (in R)?
              sessionInfo()

              Comment


              • #8
                ...sorry have to wait 5 mins to reply (when did that rule come in?)...

                > sessionInfo()
                R version 3.1.1 (2014-07-10)
                Platform: x86_64-unknown-linux-gnu (64-bit)

                locale:
                [1] C

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

                other attached packages:
                [1] BiocInstaller_1.14.3 locfit_1.5-9.1 edgeR_3.6.8
                [4] limma_3.20.8

                loaded via a namespace (and not attached):
                [1] grid_3.1.1 lattice_0.20-29 tools_3.1.1

                Comment


                • #9
                  Based on that, you have edgeR version 3.6.8.

                  I would like to point you to this: https://bioconductor.org/packages/re...ews/edgeR/NEWS
                  (you can get there from the bioconductor page of edgeR)
                  which will tell you everything what is new in which version, including the following:

                  Changes in version 3.8.0:
                  o glmQLFTest() is split into three functions: glmQLFit() for fitting
                  quasi-likelihood GLMs, glmQLFTest() for performing quasi-likelihood
                  F-tests and plotQLDisp() for plotting quasi-likelihood dispersions.
                  I think that glmQLFit indeed doesn't exist in your edgeR version and updating edgeR will fix that...

                  Comment


                  • #10
                    But that's absurd!? I followed the installation instructions on the Bioconductor site:
                    Differential expression analysis of RNA-seq expression profiles with biological replication. Implements a range of statistical methodology based on the negative binomial distributions, including empirical Bayes estimation, exact tests, generalized linear models and quasi-likelihood tests. As well as RNA-seq, it be applied to differential signal analysis of other types of genomic data that produce read counts, including ChIP-seq, ATAC-seq, Bisulfite-seq, SAGE and CAGE.


                    source("http://bioconductor.org/biocLite.R")
                    biocLite("edgeR")

                    then used the quick start in the latest manual:


                    so the manual is correct but the edgeR version on the Bioconductor page is wrong?

                    so how do I update edgeR?

                    Thanks.

                    S.

                    Comment


                    • #11
                      is this because my version of R is too old perhaps?

                      Comment


                      • #12
                        I just installed edgeR on another machine to check, and I get version 3.12.1. You could indeed try to update R, which is fairly outdated.

                        (version problems is one of the things I really don't like about R)

                        Comment


                        • #13
                          Thanks, I'll try that. It does work in the windows version of R so for now I'm just using that. Updating R (as a module) in my debian machine is not straightforward..

                          S.

                          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, Yesterday, 11:49 AM
                          0 responses
                          15 views
                          0 likes
                          Last Post seqadmin  
                          Started by seqadmin, 04-24-2024, 08:47 AM
                          0 responses
                          16 views
                          0 likes
                          Last Post seqadmin  
                          Started by seqadmin, 04-11-2024, 12:08 PM
                          0 responses
                          62 views
                          0 likes
                          Last Post seqadmin  
                          Started by seqadmin, 04-10-2024, 10:19 PM
                          0 responses
                          60 views
                          0 likes
                          Last Post seqadmin  
                          Working...
                          X