Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • susanklein
    Senior Member
    • Feb 2014
    • 116

    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.
  • wdecoster
    Member
    • Oct 2015
    • 97

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

    Comment

    • susanklein
      Senior Member
      • Feb 2014
      • 116

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

      Comment

      • susanklein
        Senior Member
        • Feb 2014
        • 116

        #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

        • wdecoster
          Member
          • Oct 2015
          • 97

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

          Comment

          • susanklein
            Senior Member
            • Feb 2014
            • 116

            #6
            yes, done that.

            Comment

            • wdecoster
              Member
              • Oct 2015
              • 97

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

              Comment

              • susanklein
                Senior Member
                • Feb 2014
                • 116

                #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

                • wdecoster
                  Member
                  • Oct 2015
                  • 97

                  #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

                  • susanklein
                    Senior Member
                    • Feb 2014
                    • 116

                    #10
                    But that's absurd!? I followed the installation instructions on the Bioconductor site:
                    Differential expression analysis of sequence count data. Implements a range of statistical methodology based on the negative binomial distributions, including empirical Bayes estimation, exact tests, generalized linear models, quasi-likelihood, and gene set enrichment. Can perform differential analyses of any type of omics data that produces read counts, including RNA-seq, ChIP-seq, ATAC-seq, Bisulfite-seq, SAGE, CAGE, metabolomics, or proteomics spectral counts. RNA-seq analyses can be conducted at the gene or isoform level, and tests can be conducted for differential exon or transcript usage.


                    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

                    • susanklein
                      Senior Member
                      • Feb 2014
                      • 116

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

                      Comment

                      • wdecoster
                        Member
                        • Oct 2015
                        • 97

                        #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

                        • susanklein
                          Senior Member
                          • Feb 2014
                          • 116

                          #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

                          • SEQadmin2
                            Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
                            by SEQadmin2



                            Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
                            ...
                            07-09-2026, 11:10 AM
                          • SEQadmin2
                            Cancer Drug Resistance: The Lingering Barrier to Rising Survival
                            by SEQadmin2



                            Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

                            There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
                            07-08-2026, 05:17 AM
                          • GATTACAT
                            Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
                            by GATTACAT
                            Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
                            07-01-2026, 11:43 AM

                          ad_right_rmr

                          Collapse

                          News

                          Collapse

                          Topics Statistics Last Post
                          Started by SEQadmin2, 07-13-2026, 10:26 AM
                          0 responses
                          20 views
                          0 reactions
                          Last Post SEQadmin2  
                          Started by SEQadmin2, 07-09-2026, 10:04 AM
                          0 responses
                          31 views
                          0 reactions
                          Last Post SEQadmin2  
                          Started by SEQadmin2, 07-08-2026, 10:08 AM
                          0 responses
                          20 views
                          0 reactions
                          Last Post SEQadmin2  
                          Started by SEQadmin2, 07-07-2026, 11:05 AM
                          0 responses
                          34 views
                          0 reactions
                          Last Post SEQadmin2  
                          Working...