GO-PCA 0.2
  • GO-PCA Documentation
      • Introduction
        • What is GO-PCA?
        • Key features
        • Demos
      • Installation
        • Installing the latest release
        • Installing the development version
      • Obtaining Gene Sets
        • GO-derived vs. custom gene sets
        • Downloading pre-generated gene sets
      • Running GO-PCA
        • The expression file format
        • Running GO-PCA from the command-line
      • The GO-PCA Python API
        • GOPCAConfig class
        • GOPCAParams class
        • GOPCA class
        • GOPCARun class
        • GOPCASignature class
        • GOPCASignatureMatrix class
      • The GO-PCA Command-line interface
        • Running GO-PCA: go-pca.py
        • Inspecting the results: gopca_print_info.py
        • Extracting the signature matrix (as tab-delimited text file): gopca_extract_signature_matrix.py
        • Plotting the signature matrix as a heatmap: gopca_plot_signature_matrix.py
        • Extracting the signatures (as tab-delimited text file): gopca_extract_signatures.py
        • Extracting the signatures (as Excel spreadsheet): gopca_extract_signatures_excel.py
      • Citing GO-PCA
      • License
        • GO-PCA User Manual
        • GO-PCA
  • Page
      • GO-PCA 0.2 User Manual
        • Contents
  • Introduction »
  • Source

GO-PCA 0.2 User Manual¶

_images/gopca.png

Detail from a GO-PCA signature plot.

This is the user manual for GO-PCA, a free and open-source Python implementation of the eponymous method for exploring gene expression data using prior knowledge.

Contents¶

  • Introduction
    • What is GO-PCA?
    • Key features
    • Demos
  • Installation
    • Installing the latest release
    • Installing the development version
  • Obtaining Gene Sets
    • GO-derived vs. custom gene sets
    • Downloading pre-generated gene sets
  • Running GO-PCA
    • The expression file format
    • Running GO-PCA from the command-line
  • The GO-PCA Python API
    • GOPCAConfig class
    • GOPCAParams class
    • GOPCA class
    • GOPCARun class
    • GOPCASignature class
    • GOPCASignatureMatrix class
  • The GO-PCA Command-line interface
    • Running GO-PCA: go-pca.py
    • Inspecting the results: gopca_print_info.py
    • Extracting the signature matrix (as tab-delimited text file): gopca_extract_signature_matrix.py
    • Plotting the signature matrix as a heatmap: gopca_plot_signature_matrix.py
    • Extracting the signatures (as tab-delimited text file): gopca_extract_signatures.py
    • Extracting the signatures (as Excel spreadsheet): gopca_extract_signatures_excel.py
  • Citing GO-PCA
  • License
    • GO-PCA User Manual
    • GO-PCA

Note

This manual uses “GO-PCA”, in italics, to specifically reference the general methodology described in Wagner (2015). In all other cases, “GO-PCA” is meant to reference the Python software documented here.

Back to top

© Copyright 2015, 2016 Florian Wagner.
Created using Sphinx 1.5.3.