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
            Recent Advances in Sequencing Analysis Tools
            by seqadmin


            The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
            05-06-2024, 07:48 AM
          • seqadmin
            Essential Discoveries and Tools in Epitranscriptomics
            by seqadmin




            The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
            04-22-2024, 07:01 AM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by seqadmin, Today, 07:03 AM
          0 responses
          10 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 05-10-2024, 06:35 AM
          0 responses
          31 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 05-09-2024, 02:46 PM
          0 responses
          41 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 05-07-2024, 06:57 AM
          0 responses
          33 views
          0 likes
          Last Post seqadmin  
          Working...
          X