Quantum Byzantine agreement

From formulasearchengine
Jump to navigation Jump to search

Template:Howto Template:Expert-subject

Significance analysis of microarrays (SAM) is a statistical technique, established in 2001 by Virginia Tusher, Robert Tibshirani and Gilbert Chu, for determining whether changes in gene expression are statistically significant. With the advent of DNA microarrays, it is now possible to measure the expression of thousands of genes in a single hybridization experiment. The data generated is considerable, and a method for sorting out what is significant and what isn't is essential. SAM is distributed by Stanford University in an R-package.

SAM identifies statistically significant genes by carrying out gene specific t-tests and computes a statistic dj for each gene j, which measures the strength of the relationship between gene expression and a response variable.[1][2][3] This analysis uses non-parametric statistics, since the data may not follow a normal distribution. The response variable describes and groups the data based on experimental conditions. In this method, repeated permutations of the data are used to determine if the expression of any gene is significant related to the response. The use of permutation-based analysis accounts for correlations in genes and avoids parametric assumptions about the distribution of individual genes. This is an advantage over other techniques (e.g., ANOVA and Bonferroni), which assume equal variance and/or independence of genes.[4]

Basic protocol

  • Perform microarray experiments — DNA microarray with oligo and cDNA primers, SNP arrays, protein arrays, etc.
  • Input Expression Analysis in Microsoft Excel — see below
  • Run SAM as a Microsoft Excel Add-Ins
  • Adjust the Delta tuning parameter to get a significant # of genes along with an acceptable false discovery rate (FDR)) and Assess Sample Size by calculating the mean difference in expression in the SAM Plot Controller
  • List Differentially Expressed Genes (Positively and Negatively Expressed Genes)

Running SAM

  • SAM is available for download online at http://www-stat.stanford.edu/~tibs/SAM/ for academic and non-academic users after completion of a registration step.
  • SAM is run as an Excel Add-In, and the SAM Plot Controller allows Customization of the False Discovery Rate and Delta, while the SAM Plot and SAM Output functionality generate a List of Significant Genes, Delta Table, and Assessment of Sample Sizes
  • Block Permutations
    • Blocks are batches of microarrays; for example for eight samples split into two groups (control and affected) there are 4!=24 permutations for each block and the total number of permutations is (24)(24)= 576. A minimum of 1000 permutations are recommended;[1][5][6]

the number of permutations is set by the user when imputing correct values for the data set to run SAM

Response formats[1]

Types

    • Quantitative — real-valued (such as heart rate)
    • One class — tests whether the mean gene expression differs from zero
    • Two class — two sets of measurements
      • Unpaired — measurement units are different in the two groups; e.g. control and treatment groups with samples from different patients
      • Paired — same experimental units are measured in the two groups; e.g. samples before and after treatment from the same patients
    • Multiclass — more than two groups with each containing different experimental units; generalization of two class unpaired type
    • Survival — data of a time until an event (for example death or relapse)
    • Time course — each experimental units is measured at more than one time point; experimental units fall into a one or two class design
    • Pattern discovery — no explicit response parameter is specified; the user specifies eigengene (principal component) of the expression data and treats it as a quantitative response

Algorithm

SAM calculates a test statistic for relative difference in gene expression based on permutation analysis of expression data and calculates a false discovery rate. The principal calculations of the program are illustrated below.[1][2][3]

The so constant is chosen to minimize the coefficient of variation of di. ri is equal to the expression levels (x) for gene i under y experimental conditions.

Fold changes (t) are specified to guarantee genes called significant change at least a pre-specified amount. This means that the absolute value of the average expression levels of a gene under each of two conditions must be greater than the fold change (t) to be called positive and less than the inverse of the fold change (t) to be called negative.

The SAM algorithm can be stated as:

  1. Order test statistics according to magnitude [2][3]
  2. For each permutation compute the ordered null (unaffected) scores [2][3]
  3. Plot the ordered test statistic against the expected null scores [2][3]
  4. Call each gene significant if the absolute value of the test statistic for that gene minus the mean test statistic for that gene is greater than a stated threshold [3]
  5. Estimate the false discovery rate based on expected versus observed values [2][3]

Output

  • Significant gene sets
    • Positive gene set — higher expression of most genes in the gene set correlates with higher values of the phenotype y
    • Negative gene set — lower expression of most genes in the gene set correlates with higher values of the phenotype y

SAM features

  • Data from Oligo or cDNA arrays, SNP array, protein arrays,etc. can be utilized in SAM [2][3]
  • Correlates expression data to clinical parameters[4]
  • Correlates expression data with time[1]
  • Uses data permutation to estimates False Discovery Rate for multiple testing[2][3][4][7]
  • Reports local false discovery rate (the FDR for genes having a similar di as that gene)[1] and miss rates [1][2]
  • Can work with blocked design for when treatments are applied within different batches of arrays[1]
  • Can adjust threshold determining number of gene called significant[1]

References

43 year old Petroleum Engineer Harry from Deep River, usually spends time with hobbies and interests like renting movies, property developers in singapore new condominium and vehicle racing. Constantly enjoys going to destinations like Camino Real de Tierra Adentro. Template:Refbegin

  • Kooperberg, C., S. Sipione, et al. (2002). "Evaluating test statistics to select interesting genes in microarray experiments." Hum. Mol. Genet. 11(19): 2223–2232.

Template:Refend

External links

  1. 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 Cite error: Invalid <ref> tag; no text was provided for refs named R1
  2. 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 Cite error: Invalid <ref> tag; no text was provided for refs named R7
  3. 3.0 3.1 3.2 3.3 3.4 3.5 3.6 3.7 3.8 Cite error: Invalid <ref> tag; no text was provided for refs named R8
  4. 4.0 4.1 4.2 Cite error: Invalid <ref> tag; no text was provided for refs named R6
  5. Cite error: Invalid <ref> tag; no text was provided for refs named R2
  6. Cite error: Invalid <ref> tag; no text was provided for refs named R3
  7. Cite error: Invalid <ref> tag; no text was provided for refs named R5