Gene Expression Analysis


GenePattern also supports several data conversion tasks, such as filtering and normalizing, which are standard prerequisites for genomic data analysis.

Differential Analysis/Marker Selection

Differential analysis, also known as marker selection, is the search for genes that are differentially expressed in distinct phenotypes. GenePattern can assess differential expression using either the signal-to-noise ratio or t-test statistic.

GenePattern provides the following support for differential analysis:

  • Comparative Marker Selection ranks the genes based on the value of the statistic being used to assess differential expression and uses permutation testing to compute the significance (nominal p-value) of the rank assigned to each gene.

    Due to the number of genes tested against the null hypothesis of no differential expression, many genes are likely to have significant p-values by chance alone. The analysis adjusts for multiple hypotheses testing using a number of statistical approaches, including false discovery rate (FDR) and family-wise error rate (FWER). You can control the ranking based on the statistic most appropriate for your data.
  • Class Neighbors helps you identify genes whose expression pattern is strongly correlated with a phenotype. This analysis, developed by scientists at the Broad Institute, defines an idealized expression pattern corresponding to a gene that is uniformly high in one class and uniformly low in the other. [It] tests whether there is an unusually high density of genes nearby (that is, similar to) this idealized pattern, as compared to equivalent random patterns. [Golub T.R., Slonim D.K., et al. Molecular Classification of Cancer: Class Discovery and Class Prediction by Gene Expression Monitoring, Science, 531-537 (1999). http://www.sciencemag.org/cgi/content/abstract/286/5439/531]
  • Heat Map Viewer shows you differential expression by displaying gene expression values in a heat map format. Each colored cell in the heat map represents the gene expression value for a probe in a sample. The largest gene expression values are displayed in red (hot), the smallest values in blue (cool), and intermediate values in shades of red (pink) or blue.

View all current GenePattern marker selection modules

Class Prediction (Supervised Learning)

Supervised learning, also known as class prediction, is the search for a gene expression signature that predicts class (phenotype) membership. The basic methodology for class prediction is to start with two data sets, a training set and test set; use your training data set to build a classifier (class predictor) based on your chosen classification method; and use your test data set to test the classifier.

GenePattern provides the following support for class prediction:

  • GenePattern supports class prediction based on several classification methods, including classification and regression trees (CART), K-nearest neighbors (KNN), probabilistic neural network (PNN), Weighted Voting, and Support Vector Machines (SVM). Most of the class prediction methods supported by GenePattern have been used in research published by scientists at the Broad Institute.
  • For each classification method, GenePattern also supports class prediction based on leave-one-out cross-validation. For small data sets, rather than creating training and test data sets, cross-validation divides a data set into n folds. For each fold, the analysis trains on n-1 folds and tests on the remaining fold. After iteratively training and testing all folds, the analysis combines the results to determine the classifier.
  • GenePattern provides a tool for splitting a single data set into non-overlapping training and test data sets.

View all current GenePattern class prediction modules

Class Discovery (Unsupervised Learning)

Unsupervised learning, also known as class discovery, is the search for a biologically relevant unknown taxonomy identified by a gene expression signature or a biologically relevant set of co-expressed genes.

The basic methodology for class discovery is clustering: you cluster the data based on your chosen clustering method and then validate the clusters through gene annotations, enrichment analysis (are the clusters enriched by genes from functionally important categories, pathways, or processes), or by replicating the results in other data sets. GenePattern provides the following support for clustering:

  • GenePattern supports several traditional clustering methods, including consensus clustering, hierarchical clustering, and self-organizing maps (SOM clustering).
  • For validating clusters, GenePattern provides tools for retrieving annotations and for splitting a single data set into non-overlapping training and test data sets.

Clustering is the traditional method for class discovery. GenePattern also supports the following less traditional methods:

  • Non-negative matrix factorization (NMF) is an algorithm used in various fields, such as text mining and music analysis, to decompose multivariate data. Research published by scientists at the Broad Institute shows how NMF can be used for class discovery. [http://www.pnas.org/cgi/content/abstract/101/12/4164]
  • Principal components analysis (PCA) is a statistical technique used in various fields, such as face recognition and image compression, to determine the key variables in a multidimensional data set that can explain the differences in observations.

View all current GenePattern clustering modules

Pathway Analysis

Pathway analysis is the search for sets of genes differentially expressed in distinct phenotypes. GenePattern provides the following support for pathway analysis:

  • KSscore computes a Kolmogorov-Smirnov non-parametric rank statistic representing the positional distribution of a set of genes within an ordered list of genes. You can use this analysis to examine the enrichment of a set of genes at the top of an ordered list; the KSscore is high when the genes in the gene set appear near the top of the ordered list.
  • Gene Set Enrichment Analysis (GSEA) determines whether an a priori defined set of genes shows statistically significant, concordant differences between two biological states (e.g. phenotypes). The GSEA software packages the method, making it easy to run the analysis and review the results.
  • In addition, GenePattern provides tools for retrieving annotations that aid in understanding gene sets and gene set enrichment results.

Data Formats

Gene expression analysis modules are designed for easy access:

  • All analysis modules read and write data using standard GenePattern file formats, which are tab-delimited or comma-delimited text files.
  • GenePattern provides support for data conversion, including support for converting to and from MAGE-ML documents.
  • If you consistently convert between different file formats, you can write a simple converter and add it to GenePattern as a new module.
  • The GenePattern server provides links to a GenePattern library for the Java, MATLAB, and R programming environments, which allow application developers to read and write all GenePattern standard file formats.

Modules

View all current GenePattern modules