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
            Best Practices for Single-Cell Sequencing Analysis
            by seqadmin



            While isolating and preparing single cells for sequencing was historically the bottleneck, recent technological advancements have shifted the challenge to data analysis. This highlights the rapidly evolving nature of single-cell sequencing. The inherent complexity of single-cell analysis has intensified with the surge in data volume and the incorporation of diverse and more complex datasets. This article explores the challenges in analysis, examines common pitfalls, offers...
            06-06-2024, 07:15 AM
          • seqadmin
            Latest Developments in Precision Medicine
            by seqadmin



            Technological advances have led to drastic improvements in the field of precision medicine, enabling more personalized approaches to treatment. This article explores four leading groups that are overcoming many of the challenges of genomic profiling and precision medicine through their innovative platforms and technologies.

            Somatic Genomics
            “We have such a tremendous amount of genetic diversity that exists within each of us, and not just between us as individuals,”...
            05-24-2024, 01:16 PM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by seqadmin, 06-07-2024, 06:58 AM
          0 responses
          13 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 06-06-2024, 08:18 AM
          0 responses
          20 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 06-06-2024, 08:04 AM
          0 responses
          18 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 06-03-2024, 06:55 AM
          0 responses
          13 views
          0 likes
          Last Post seqadmin  
          Working...
          X