Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • GOSeq analysis problem with geneLenDataBase

    Hi!

    I am doing analysis on my RNA-Seq data. When I reached to the GOSeq I encountered a problem as there is no support for the genome and gene references I need. The error message:

    > pwf=nullp(genes,"mm10","refGene")
    Error in getlength(names(DEgenes), genome, id) :
    Length information for genome mm10 and gene ID refGene is not in the geneLenDataBase database. You will have to specify bias.data manually.

    Is it even possible to manually add length data or how should I proceed? I could easily get the lengths from the reference files, but how can I import the gene lengths to GOSeq? Or maybe my only option is to wait for the upgrade of geneLenDataBase?

    Thanks in advance!

  • #2
    Hi,

    If you can get gene length data, you can pass it as a vector to the argument bias.data of nullp. The length data format is (from http://www.bioconductor.org/packages.../doc/goseq.pdf)

    5.1 Length data format
    The length data must be formatted as a numeric vector, of the same length as the main named vector specifying gene names/DE genes. Each entry should give the length of the corresponding gene in bp. If length data is unavailable for some genes, that entry should be set to NA.
    Good luck!
    Dario

    Comment


    • #3
      Thank you a lot! I should have read the manual more carefully. Actually the manual resolves my current issues clearly, but thank you for pointing that out!

      Sander

      Comment


      • #4
        Dear Dario,

        I was having the same problems Sander had and even following the format suggested in the manual I could not get rid of them. I really do not know what I am doing wrong.
        I created a mock set of results to test the procedure. This is the code I am using:

        > de.genes <- scan("de_genes.txt", what=character() )
        Read 27 items
        > assayed.genes <- scan("all_genes.txt", what=character() )
        Read 37 items
        > gene.length=scan("gene_lengths.txt", what=numeric() )
        Read 27 items
        > names(gene.vector) = assayed.genes
        > pwf=nullp(gene.vector,bias.data=gene.length)
        Error in nullp(gene.vector, bias.data = gene.length) :
        bias.data vector must have the same length as DEgenes vector!

        R is telling me the size of de.genes and gene.length is the same but it stills sends me the error message. If would really appreciate if someone could help me with this problem.

        Thanks

        Jorge

        Comment


        • #5
          Hi guys,
          I have a similar problem as well when working with GOSeq. There is support for mm10 genome but not Gene ID ( I am using geneSymbol).
          I am trying to get length information by following the Goseq manual but I still dont understand. So, could you please show me how to get the length information for mm10 genome and geneID geneSymbol ?

          >genes = as.integer(all.genes %in% F.genes)
          > names(genes) = all.genes
          > head(genes)
          Cryba1 Cryba4 Cryga Crygb Crygc Crygd
          1 1 1 1 1 1
          > pwf=nullp(genes,"mm10", "geneSymbol")
          Can't find mm10/geneSymbol length data in genLenDataBase... Trying to download from UCSC. This might take a couple of minutes.
          Error in value[[3L]](cond) :
          Length information for genome mm10 and gene ID geneSymbol is not available. You will have to specify bias.data manually.

          Thank you so much

          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, Yesterday, 02:46 PM
          0 responses
          11 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 05-07-2024, 06:57 AM
          0 responses
          13 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 05-06-2024, 07:17 AM
          0 responses
          16 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 05-02-2024, 08:06 AM
          0 responses
          23 views
          0 likes
          Last Post seqadmin  
          Working...
          X