Difference between revisions of "MISO"
Moskalenko (talk | contribs) m (Text replace - "Usage policy" to "Usage Policy") |
Moskalenko (talk | contribs) m (Text replace - "{{#if: {{#var: mod}}|==Execution Environment and Modules== {{App_Module|app={{#var:app}}|intel={{#var:intel}}|mpi={{#var:mpi}}}}|}}" to "==Required Modules== modules documentation ===Serial=== *{{#var:app}}") |
||
Line 26: | Line 26: | ||
<!--Modules--> | <!--Modules--> | ||
− | + | ==Required Modules== | |
− | + | [[Modules|modules documentation]] | |
+ | ===Serial=== | ||
+ | *{{#var:app}} | ||
<!--Add additional HPC_FOO_BIN and other ENV VARIABLES below--> | <!--Add additional HPC_FOO_BIN and other ENV VARIABLES below--> | ||
<!--Run--> | <!--Run--> |
Revision as of 16:55, 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.
Required Modules
Serial
- miso
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.