Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • ETHANol
    Senior Member
    • Feb 2010
    • 308

    GOSeq not finding database

    I don't know what is going on here. GOSeq use to work fine for me. Now there seems to be some problem with finding the database. I think I've narrowed to problem down to the following code:

    Code:
    > library(goseq)
    > GO.pvals=goseq(pwf,'hg19','ensGene')
    Fetching GO annotations...
    Error in library(paste(orgstring, "db", sep = "."), character.only = TRUE) : 
      there is no package called 'org.Hs.eg.db'
    I'm running R version 2.13.2 and GOSeq version 1.4.0.

    I have tried a few genome/gene ID combinations.

    Any ideas would be greatly appreciated. Thanks.
    --------------
    Ethan
  • ETHANol
    Senior Member
    • Feb 2010
    • 308

    #2
    Solved this one so I figured I would post the answer. I uninstalled R 2.14.2 and installed R 2.13.2 because the BSgenome package won't install in 2.14.2. It appears that goseq won't run in 2.13.2.

    It's always nice when there are incompatibilities in the same work flow.
    --------------
    Ethan

    Comment

    • ETHANol
      Senior Member
      • Feb 2010
      • 308

      #3
      This issue has popped up again. I don't have any idea what is going on. Now it only happens when I am using the mm9 genome.

      Code:
      > library(goseq)
      > GO.wall=goseq(pwf, "mm9", "geneSymbol")
      Fetching GO annotations...
      Error in library(paste(orgstring, "db", sep = "."), character.only = TRUE) : 
        there is no package called ‘org.Mm.eg.db’
      It works when mm9 is replaced with hg19. Any ideas??

      I am running R 2.14.2 and I can't seem to remember how to get the version of a R package but I believe it is the current version of goseq.
      Last edited by ETHANol; 05-11-2012, 11:40 AM.
      --------------
      Ethan

      Comment

      • yjzhang913
        Junior Member
        • Mar 2013
        • 3

        #4
        hi, you shoud install the package you needed.

        To install this package, start R and enter:

        source("http://bioconductor.org/biocLite.R")
        biocLite("org.Hs.eg.db")

        Comment

        • Nancy_Julia
          Junior Member
          • Feb 2018
          • 2

          #5
          I tried to post a reply, but I think it disappeared. I too am having the same problem with that package, whether I use http or https. I need to work with mm9 for my assignment. I have installed the latest version of R and Rstudio. What more can I do?

          Comment

          Latest Articles

          Collapse

          • 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...
            Today, 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
          • SEQadmin2
            Nine Things a Sample Prep Scientist Thinks About Before Sequencing
            by SEQadmin2


            I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.

            Here are nine questions we think about, in roughly the order they matter, before...
            06-18-2026, 07:11 AM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by SEQadmin2, Today, 10:08 AM
          0 responses
          6 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, Yesterday, 11:05 AM
          0 responses
          7 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 07-02-2026, 11:08 AM
          0 responses
          31 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 06-30-2026, 05:37 AM
          0 responses
          28 views
          0 reactions
          Last Post SEQadmin2  
          Working...