Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • 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

  • #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


    • #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


      • #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


        • #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

          • 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
          • seqadmin
            Strategies for Sequencing Challenging Samples
            by seqadmin


            Despite advancements in sequencing platforms and related sample preparation technologies, certain sample types continue to present significant challenges that can compromise sequencing results. Pedro Echave, Senior Manager of the Global Business Segment at Revvity, explained that the success of a sequencing experiment ultimately depends on the amount and integrity of the nucleic acid template (RNA or DNA) obtained from a sample. “The better the quality of the nucleic acid isolated...
            03-22-2024, 06:39 AM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by seqadmin, 04-11-2024, 12:08 PM
          0 responses
          30 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-10-2024, 10:19 PM
          0 responses
          32 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-10-2024, 09:21 AM
          0 responses
          28 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-04-2024, 09:00 AM
          0 responses
          52 views
          0 likes
          Last Post seqadmin  
          Working...
          X