Instalación

Guías para la instalación de algunos programas

STAMP

STAMP is a software package for analyzing taxonomic or metabolic profiles that promotes ‘best practices’ in choosing appropriate statistical techniques and reporting results. Statistical hypothesis tests for pairs of samples or groups of samples is support along with a wide range of exploratory plots. STAMP encourages the use of effect sizes and confidence intervals in assessing biological importance. A user friendly, graphical interface permits easy exploration of statistical results and generation of publication quality plots for inferring the biological relevance of features in a metagenomic profile. STAMP is open source, extensible via a plugin framework, and available for all major platforms.

Guía de instalación en MacOSX, seguir las pasos en orden.

Source code on Apple OS X

Installation of STAMP on OS X is being driven by community feedback. Please let me know how your experience with installing STAMP of OS X goes so I can update these instructions.

Our thanks to Tom Battaglia for suggesting the following approach:

1. Install Xcode/Command line Tools 2. Install the Anaconda package for Python v2.7 3. Install PIP (if not already on your system): sudo easy_install pip (skip if you already have pip installed) 4. Install numpy: pip install numpy 5. Install STAMP: pip install STAMP 5. Open new terminal session, enter STAMP to run.