Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Getting up and downregulated genes in cummeRbund

    Hi folks,

    I've been getting a lot of awsers from this forum when I searched Google for many bioinformatics questions I had. I wonder if you guys could help me with this one.

    I've run cuffdiff and I managed to get a bit done in cummeRbund (i'm totally new to R..). Now, I've been able to get the differentially expressed genes with this line :

    mySigGenes <- getSig(cuff, alpha = 0.05, level = "genes")

    However, I want to further split this group in upregulated and downregulated genes, either using the raw fpkm or the log2 numbers..

    Can we do that?

    Thanks!

  • #2
    Anyone?

    Is this only an "R" language issue that I can't seem to understand?

    Comment


    • #3
      Hi Galgarad,
      I need a similar thing and what I have done (it might be wrong) was first to extrapolate all the lanes which were significant. I shall say I am doing all this on excel.
      I then sorted the values for my normal sample from the highest to the smallest and in this way I could see the downregulated genes in the treated sample.
      I then did the opposite, I sorted the treated sample the same way, so that I could visualise the overexpressed genes. in both cases, when u sort in excel one column, those close to it are arranged as well (you can choose not to , but you do want it).

      I shall say that I dont know if this a proper way: one rule I put (a former phd student in my lab did) was to consider FPKM values above 200, in this way i did not have many genes to consider. I am new to R, and still waitingto have unix/linux access to download all necessary packages. hope it helps.

      a quick question in case anyone can answer@ above which fpkm value do we consider a gene/transcript over expressed or not?I used this value of 200, but i do not have any evidence for this

      Thanks
      irene

      Comment


      • #4
        Hi Galgarad,

        Since you are new to R, I believe IBseq's approach probably works best for you. In R, save out the list of differentiallly expressed genes in a text file, and then filter out everything in excel.

        As to your original question, yes, it is purely a R thing. You simply need to pass a condition to R to filter the results in the column of read counts or fold change.

        Douglas

        Comment


        • #5
          Originally posted by Galgarad View Post
          Hi folks,

          I've been getting a lot of awsers from this forum when I searched Google for many bioinformatics questions I had. I wonder if you guys could help me with this one.

          I've run cuffdiff and I managed to get a bit done in cummeRbund (i'm totally new to R..). Now, I've been able to get the differentially expressed genes with this line :

          mySigGenes <- getSig(cuff, alpha = 0.05, level = "genes")

          However, I want to further split this group in upregulated and downregulated genes, either using the raw fpkm or the log2 numbers..

          Can we do that?

          Thanks!



          Hi Galgarad,
          after a thought I have done differtly my analysis.
          To give a cut off value of 200 is not valid and it is arbitrary. So I calculated the fold change between the values given and then used the highest one for my analysis.

          hope it helps,
          ib

          Comment


          • #6
            Thanks to all.

            @IBseq

            I had already done these kind on things with excel. But what I want to do, is to use cummeRbund to make analysis on subset of genes, i.e. upregulated vs downregulated genes. And since cummeRbund takes all the files from cuffdiff as input, doing so doesn't enable me to use cummeRbund.

            @DZhang

            In fact, getting to use cummeRbund with all the differently expressed genes is pretty straight forward (since it's clearly indicated in the manual). But once I have the list of differentially expressed genes in cummeRbund, do you have an idea of how I could further split it in up or down regulated genes? With some kind of condition like : if fpkm 1 < fpkm 2, gene is upregulated ?

            Thanks a ton!

            Comment


            • #7
              Hi Galgarad,

              Please get this paper Nature Protocols, Vol 7; No. 3; 562-578. On Page 575, it contains the actual R commands to write out a simple text containing a list of differentially expressed genes with (significant == Yes). Depending on your programming level, you may change those commands to filter for down or up regulated genes or you may write out the list and open it in Excel. I usually advise to work it in Excel as it is much more comfortable for most researchers.

              Best regards,
              Douglas

              Comment

              Latest Articles

              Collapse

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

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by seqadmin, 05-30-2024, 03:16 PM
              0 responses
              19 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 05-29-2024, 01:32 PM
              0 responses
              20 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 05-24-2024, 07:15 AM
              0 responses
              210 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 05-23-2024, 10:28 AM
              0 responses
              227 views
              0 likes
              Last Post seqadmin  
              Working...
              X