Changes between Version 6 and Version 7 of SOPs/StatisticalSteps


Ignore:
Timestamp:
07/01/20 09:14:03 (5 years ago)
Author:
gbell
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SOPs/StatisticalSteps

    v6 v7  
    11117. Do multiple hypothesis correction (if needed)
    12128. Interpret the statistical test
     139. Report the results and the detailed methods
    1314
    1415In more detail:
    1516
    1617- '''Understand the details of the experiment'''
    17 1. What is the big picture; what is begin studied?
     181. What is the big picture? What is begin studied? Why was the experiment performed?
    18192. What is the experimental design? Is there biological and/or technical replication?
    19203. What measurements were taken?
     
    28291. Are there any obvious problems?
    29301. Are there obvious batch effects?
    30 1. Are there any obvious "outliers" due to some technical reason?
     311. Are there any obvious "outliers" due to some technical (or biological) reason?  Be very careful about removing these (and be prepared to report how/why they were removed).
    31321. Could the data need some form of normalization or scaling to make factors more comparable?
    3233
     
    4344
    4445- '''Organize the data'''
    45 1. Is the data in a format that can be used by the statistical software?
     461. Is the data in a format that can be used by the statistical software?  R, for example, has a concept of "wide" and "long" data formats.
    46471. Does it make sense to scale, normalize, or transform (such as with logs) the data?
    4748
     
    5253
    5354- ''' Do multiple hypothesis correction'''
    54 1. If more than one test is performed, you may need multiple hypothesis correction.
     551. If more than one test is performed, you probably need multiple hypothesis correction.
    55561. Which is better: Bonferroni, FDR, or another test?
    56571. Be prepared to explain why this is necessary.
     
    61621. Does the statistics imply that the result is biologically meaningful (Perhaps the hardest question)?
    6263
    63 - ''' Report the statistical test(s)'''
    64 1. Report in enough detail so that, with the original data, a knowledgeable person could replicate the statistical analysis.
     64- ''' Report the results and the detailed methods'''
     651. What figure(s) best displays the data and summarizes the analysis?  Unless there are lots of data points (> 10 or 100, for example), display them all (perhaps along with summary metrics).
     661. Describe and/or show the effect size or another measure of the magnitude of an effect/change (and not just the p-value).
     671. What can be concluded from the analysis?  How generally does this apply?
     681. How many significant figures should be reported?
     691. Report the method with enough detail so that, with the original data, a knowledgeable person could replicate the statistical analysis.
    6570
    6671Through all of this, resist any temptation to bias the analysis to produce the result one wants or expects.