Difference between revisions of "MISO"
Moskalenko (talk | contribs) m (Text replace - "<!--Location--> {{App_Location|app={{#var:app}}|{{#var:ver}}}}" to "") |
Moskalenko (talk | contribs) m (Text replace - "==Running the application using modules==" to "==Execution Environment and Modules==") |
||
Line 29: | Line 29: | ||
* 0.4.4 (fastmiso) - EL6. | * 0.4.4 (fastmiso) - EL6. | ||
<!--Modules--> | <!--Modules--> | ||
− | {{#if: {{#var: mod}}|== | + | {{#if: {{#var: mod}}|==Execution Environment and Modules== |
{{App_Module|app={{#var:app}}|intel={{#var:intel}}|mpi={{#var:mpi}}}}|}} | {{App_Module|app={{#var:app}}|intel={{#var:intel}}|mpi={{#var:mpi}}}}|}} | ||
<!--Add additional HPC_FOO_BIN and other ENV VARIABLES below--> | <!--Add additional HPC_FOO_BIN and other ENV VARIABLES below--> |
Revision as of 02:03, 10 August 2012
Description
MISO (Mixture of Isoforms) is a probabilistic framework that quantitates the expression level of alternatively spliced genes from RNA-Seq data, and identifies differentially regulated isoforms or exons across samples. By modeling the generative process by which reads are produced from isoforms in RNA-Seq, the MISO model uses Bayesian inference to compute the probability that a read originated from a particular isoform.
MISO uses the inferred assignment of reads to isoforms to quantitate the abundances of the underlying set of alternative mRNA isoforms. Confidence intervals over estimates can be obtained, which quantify the reliability of the estimates.
Available versions
- 0.4.4 (fastmiso) - EL6.
Execution Environment and Modules
To use miso with the environment modules system at HPC the following commands are available:
Get module information for miso:
$module spider miso
Load the default application module:
$module load miso
The modulefile for this software adds the directory with executable files to the shell execution PATH and sets the following environment variables:
- HPC_MISO_DIR - directory where miso is located.
How To Run
The default configuration file /apps/miso/conf/miso_settings.txt
provides fairly conservative settings. Please copy it to apply your modifications and use the
--settings-filename=SETTINGS_FILENAME
command line switch to point run_miso.py to your custom configuration file.