Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • 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.

  • #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


    • #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


      • #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


        • #5
          Thanks a lot!

          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, Yesterday, 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