Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • cuffdiff - cummerbund - fold change

    Hi,
    Is there a way that I can have a list of genes with expression fold change of X, instead of significant genes, using cummeRbund and cuffdiff?

    Thanks,
    Parham

  • #2
    Yes, in the cuffdiff output folder there is a gene_exp.diff file, the 10th column is the log2 fold change.
    awk -F"\t" '{if($10==X)print $1}' gene_exp.diff # where X is the specified fold change.

    Comment


    • #3
      Yes, I could see the log2 in the data file but I didn't know how to list them using command lines. I am not a linux expert. However I tried your command line but it gives this error:

      > awk -F"\t" '{if($10==1.5)print $1}' gene_exp.diff #
      Error: unexpected string constant in "awk -F"\t""

      and could you write what if I want it to show all the genes with a fold change of equal and bigger than X? thanks.

      Comment


      • #4
        oops I guess I made a mistake. I ran the command in R then!
        Now I tried it in normal terminal, I don't know what you call it. But it gave me a long list! So it seems it works. I still appreciate to know how to change it to show values equal and bigger/smaller! thanks.

        Update: all the files it sorted has a characteristic like:

        SPATRNATHR.02 SPATRNATHR.02 SPATRNATHR.02 I:2433047-2433119 tag5 tag7 NOTEST 0 0 0 0 1 1 no
        Last edited by Parharn; 01-14-2014, 04:59 AM.

        Comment


        • #5
          If you're not familiar with R or cmd line then just import it into excel, sort by log2 fold change then remove the range of values you don't want

          Comment


          • #6
            Thanks jeales.

            Comment

            Latest Articles

            Collapse

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

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by seqadmin, Yesterday, 08:47 AM
            0 responses
            12 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 04-11-2024, 12:08 PM
            0 responses
            60 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 04-10-2024, 10:19 PM
            0 responses
            59 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 04-10-2024, 09:21 AM
            0 responses
            54 views
            0 likes
            Last Post seqadmin  
            Working...
            X