Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Parharn
    Member
    • Jul 2013
    • 84

    GO dataset for s. pombe

    Hi,
    I am willing to do GO analysis on my RNA-seq data from S. pombe organism. As far as I understood "gageData" package doesn't hold the data set for S. pombe. So I could find the data set on www.pombase.org, this link. But I don't know how to load this data set into my analysis. I am following this workflow, section 4. Please help me with loading the GO dataset into above mentioned workflow.

    Thanks a lot!
    Last edited by Parharn; 09-16-2014, 05:49 AM.
  • GenoMax
    Senior Member
    • Feb 2008
    • 7142

    #2
    You had asked a similar question back in June (http://seqanswers.com/forums/showthread.php?t=44116). Did the suggestions given there not work?

    Comment

    • Parharn
      Member
      • Jul 2013
      • 84

      #3
      No this one is different! The answer to the transcriptDB post helped a lot. This one is GO annotations! Aren't them different?
      I have another post with more detailed information here (https://www.biostars.org/p/112790/) if that can help to elucidate my question.
      Last edited by Parharn; 09-17-2014, 12:49 AM.

      Comment

      • bigmw
        Senior Member
        • Aug 2013
        • 124

        #4
        What you want to do is to read in and process the annotation data into a list. Each element of this list is a gene set. You can download and unzip the data from the link you provide under linux shell:
        Code:
        curl -O ftp://ftp.geneontology.org/pub/go/gene-associations/gene_association.pombase.gz
        gunzip gene_association.pombase.gz
        Then read and process the data in R like:
        pombgo=read.delim("gene_association.pombase", sep="\t", head=F, skip=44)
        go=split(as.character(pombgo[,2]), pombgo[,5])
        here "go" is a gene set list you can use in your gage analysis.

        Comment

        • Parharn
          Member
          • Jul 2013
          • 84

          #5
          Thanks a lot!

          Comment

          Latest Articles

          Collapse

          • SEQadmin2
            Cancer Drug Resistance: The Lingering Barrier to Rising Survival
            by SEQadmin2



            Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

            There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
            Today, 05:17 AM
          • GATTACAT
            Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
            by GATTACAT
            Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
            07-01-2026, 11:43 AM
          • SEQadmin2
            Nine Things a Sample Prep Scientist Thinks About Before Sequencing
            by SEQadmin2


            I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.

            Here are nine questions we think about, in roughly the order they matter, before...
            06-18-2026, 07:11 AM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by SEQadmin2, Today, 10:08 AM
          0 responses
          5 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, Yesterday, 11:05 AM
          0 responses
          7 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 07-02-2026, 11:08 AM
          0 responses
          29 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 06-30-2026, 05:37 AM
          0 responses
          28 views
          0 reactions
          Last Post SEQadmin2  
          Working...