Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • GO analysis of RNAseq data error

    I am working on GO analysis in arabidopsis and have done the analysis bit and am working on creating the heat map and scatterplot but am getting the error below.

    # Heatmap and scatter plot following GO biological process analysis
    > for (gs in rownames(go.bp$less)[1:3]) {
    + outname = gsub(" |:|/", "_", substr(gs, 12, 100))
    + geneData(genes = ath.sets[[gs]], exprs = exp.fc, ref = NULL,
    + samp = NULL, outname = outname, txt = TRUE, heatmap = TRUE,
    + limit = 3, scatterplot = TRUE)}

    Error in 1:ncol(exprs) : argument of length 0

    It appears to me that the error is in my expression data. I am using the "RNA-seq data Pathway and Gene-set Analysis Workflos as my guide so my expression data comes in from edgeR. If you have ideas please help!

  • #2
    What do you get when you type

    Code:
    dim(exp.fc)
    ?
    Last edited by sarvidsson; 02-05-2015, 04:57 AM. Reason: variable name corrected

    Comment


    • #3
      I am having the same issue trying to analyse significant GO terms for RNAseq data as per "RNA-seq data Pathway and Gene-set Analysis Workflow".

      The "exp.fc" variable generated has NULL dimensions, which doesn't seem to be a problem for gage but it is a problem for geneData. Does anyone have any idea of what's wrong here?

      Comment


      • #4
        Could you sort the issue out? I have the same problem with 'exp.fc' with null dimensions working fine with gage and with kegg datasets but getting stuck at only geneData. My exp.fc comes from DESeq2 results.

        Comment


        • #5
          I did manage to resolve the issue using the manual from gene data and could graph all genes as a heat map from this
          #Graphing all genes
          geneData(genes = ath.sets[ath.subs$BP], exprs = cpms3, ref = 1:4,
          samp = 5:12, outname = "cpms3", txt = TRUE, heatmap = TRUE,
          limit = 3, scatterplot = TRUE)

          Notice for the gene sets I had to specify my GO gene set to all genes in biological process for it to work and used the "pseudo.counts" from my DGE list for exprs. To graph the actual pathways, I unfortunately couldn't manage to get it to work from the GAGE list and had to graph each pathway individually which i defined as gsX

          gs1 = unique(unlist(ath.sets[ath.subs$BP][rownames(go.bp$greater)[1]]))

          Then I could use geneData and set the genes to gsX and set the outnames myself

          #GO:0006354 DNA-templated transcription, elongation
          geneData(genes = gs1, exprs = cpms3, ref = 1:4,
          samp = 5:8, outname = "DNA-templated trascription", txt = TRUE, heatmap = TRUE, limit = 3, scatterplot = TRUE)

          Hope this helps you I know it took me a while to get it to work

          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
          18 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-10-2024, 10:19 PM
          0 responses
          22 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-10-2024, 09:21 AM
          0 responses
          17 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-04-2024, 09:00 AM
          0 responses
          48 views
          0 likes
          Last Post seqadmin  
          Working...
          X