Data Format Conversion


Analyzing genomic data requires working with vast amounts of inherently noisy data in a variety of data formats, where gene identifiers can vary across platforms. In addition to supporting genomic analysis, GenePattern provides support for simply working with your data files.

GenePattern provides the following support for essential data processing tasks:

  • Importing, exporting, and file conversion: GenePattern imports data from a broad array of platforms and formats, including MAGE-ML, mzXML, and the Gene Expression Omnibus (GEO); converts Affymetrix CEL files to GenePattern files and GenePattern files to MAGE-ML format; and converts line endings to the format required by the host operating system.
  • Normalizing, filtering, and imputing values: The preprocessDataset module provides several preprocessing options, including normalization, floor and ceiling thresholding, and variation filtering. If your expression data set is missing values, GenePattern provides support for imputing those values; this can be particularly useful when converting cDNA expression data, which allows missing values, to a formats that do not.
  • Converting gene identifiers and retrieving annotations: GenePattern provides support for converting the gene identifiers used by one microarray chip to those used by another. It provides access to gene annotations through GeneCruiser, which uses Affymetrix probe (gene) identifiers.
  • Working with data sets: GenePattern provides support for working with data sets by allowing you to extract row and column (gene and sample) names, extract rows and columns of data, transpose rows and columns, reorder samples based on phenotypes, or split a single data set into two non-overlapping subsets.

Modules

View all current GenePattern preprocessing and utility modules