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
            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
          • SEQadmin2
            From Collection to Sequencing: Why Sample Preparation and Preservation Define Sequencing Data
            by SEQadmin2


            Data variability is still an issue in sequencing technologies despite the advances in reproducibility and accuracy of these platforms. But the problem does not originate in the sequencing itself, but in the previous steps, before the sample reaches the sequencer.


            The first step is collection, followed by preservation and sample preparation for analysis. Most scientists overlook those steps, but not being careful might just be skewing the experiment’s results.
            ...
            06-02-2026, 10:05 AM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by SEQadmin2, 06-17-2026, 06:09 AM
          0 responses
          34 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 06-09-2026, 11:58 AM
          0 responses
          99 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 06-05-2026, 10:09 AM
          0 responses
          120 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 06-04-2026, 08:59 AM
          0 responses
          113 views
          0 reactions
          Last Post SEQadmin2  
          Working...