Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • jvanleuven
    Member
    • Nov 2011
    • 23

    Simple stats question

    Hi all,

    I have a pretty simple question on data anaysis, but I'm getting a bit lost in finding the correct statistical tests to run. The data looks like this:

    Organism: Gene: Type: ExpressionFoldChange:

    Bacteria1 Gene1 Metabolism 10
    Bacteria1 Gene2 Metabolism 2.2
    Bacteria2 Gene1 Metabolism 1.0
    Bacteria2 Gene3 VitaminSynth 0.2
    ....
    ....
    ....

    I want to identify variables that are associated with the greatest fold change.
    I have two questions: 1)what is the best statistical test and R function to do this, and 2)do i need to normalize the fold change data somehow? the range is from 0.01 to 24, with 1 being no change and 10 being equal to 0.1 in the magnitude of change.

    Much thanks, i guess its time to take a stats class.

    -jt
  • yifangt
    Member
    • Feb 2011
    • 61

    #2
    Stats

    You have three independent variables bacterial, gene and metabolism. One dependent variable Expression Folder Change. Better post your experiment design before a suggestion is given. Yifang

    Comment

    • jvanleuven
      Member
      • Nov 2011
      • 23

      #3
      Yes, three categorical independent variables. The first has 5 possible values, the second has 208 possible values, the third 164 possible values(summary(data) in R).

      The same sample was treated in two different ways, then sequenced on a Hiseq machine. I have taken it though a number of processing steps to determine approximate coverage of transcripts (all denovo).

      -jt

      Comment

      • yifangt
        Member
        • Feb 2011
        • 61

        #4
        I still seem not clear about your design. Correct me if I misunderstood anything:
        Your data structure seems to be a matrix of col x row = 4 x 208, assuming all the combinations (not necessarily balanced, i.e. equal number of observation for each combination). It will not be surprising if there is missing data.
        BACTERIUM GENE METABOLISM EXPR-FC
        Bacteria1 Gene1 Metabolism 10
        Bacteria1 Gene2 Metabolism 2.2
        Bacteria2 Gene1 Metabolism 1.0
        Bacteria2 Gene3 VitaminSynth 0.2
        ....
        ....
        Now, the dependent variable is the "expression fold change" derived from Hiseq sequencing. I am expecting it is from the read counts of each gene, RPKM values, or other similar calculation, which needs be from at least two values of raw data (two different ways, as you said) for each "folder change". Following this,
        I want to identify variables that are associated with the greatest fold change.
        There will not be a simple answer to address this question. But, correlation analysis would be a first try, for which you may need to choose from options (Pearson's, Spearman's, partial correlations etc) depending on your variable properties.
        As you have three independent variables, I would think of "multiple dimension reduction" strategy with linear multiple regression, principle component analysis or clustering analysis among others. There are many packages to do this job in R/Bioconductor.
        About the normalization of your "folder change", it also depends on the method you choose. Simply you may not need to. Check with package limma and you will get more idea about analysis with "folder change" data which is actually a secondary data as a ratio of two raw numbers. That's another story.
        Overall, this is a big complicate question, to me there is no simple easy answer. Good luck!

        Comment

        • jvanleuven
          Member
          • Nov 2011
          • 23

          #5
          Thank you yifangt. Hopefully this will get me started on the right path.

          Comment

          Latest Articles

          Collapse

          • 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.
            Yesterday, 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
          • SEQadmin2
            From Collection to Sequencing: Why Sample Preparation and Preservation Define Sequencing Data
            by SEQadmin2


            Data variability is still an issue in sequencing technologies despite the advances in reproducibility and accuracy of these platforms. But the problem does not originate in the sequencing itself, but in the previous steps, before the sample reaches the sequencer.


            The first step is collection, followed by preservation and sample preparation for analysis. Most scientists overlook those steps, but not being careful might just be skewing the experiment’s results.
            ...
            06-02-2026, 10:05 AM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by SEQadmin2, 06-30-2026, 05:37 AM
          0 responses
          9 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 06-26-2026, 11:10 AM
          0 responses
          18 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 06-17-2026, 06:09 AM
          0 responses
          52 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 06-09-2026, 11:58 AM
          0 responses
          110 views
          0 reactions
          Last Post SEQadmin2  
          Working...