<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to CommandLinesWorkflows</title><link>https://sourceforge.net/p/altanalyze/wiki/CommandLinesWorkflows/</link><description>Recent changes to CommandLinesWorkflows</description><atom:link href="https://sourceforge.net/p/altanalyze/wiki/CommandLinesWorkflows/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 01 Feb 2014 01:06:08 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/altanalyze/wiki/CommandLinesWorkflows/feed" rel="self" type="application/rss+xml"/><item><title>CommandLinesWorkflows modified by Anonymous</title><link>https://sourceforge.net/p/altanalyze/wiki/CommandLinesWorkflows/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="workflow-command-line-options-in-altanalyze"&gt;Workflow Command Line Options in &lt;a class="" href="../AltAnalyze"&gt;AltAnalyze&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;Full analysis pipelines can be run in &lt;a class="" href="../AltAnalyze"&gt;AltAnalyze&lt;/a&gt; from the command line (source code and binary &lt;a class="" href="../AltAnalyze"&gt;AltAnalyze&lt;/a&gt; versions). Below are example command line examples and detailed descriptions of available flags. For more information and links see: &lt;a href="http://code.google.com/p/altanalyze/wiki/CommandLineMode" rel="nofollow"&gt;http://code.google.com/p/altanalyze/wiki/CommandLineMode&lt;/a&gt;&lt;/p&gt;
&lt;h3 id="workflow-examples"&gt;Workflow Examples&lt;/h3&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Analyzing CEL files – Affymetrix 3’ array using default options and GO-Elite&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;python&lt;/span&gt; &lt;span class="n"&gt;AltAnalyze&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;py&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;species&lt;/span&gt; &lt;span class="n"&gt;Mm&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;arraytype&lt;/span&gt; &lt;span class="s"&gt;&amp;quot;3'array&amp;quot;&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;celdir&lt;/span&gt; &lt;span class="s"&gt;&amp;quot;C:/CELFiles&amp;quot;&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;groupdir&lt;/span&gt; &lt;span class="s"&gt;&amp;quot;C:/CELFiles/groups.CancerCompendium.txt&amp;quot;&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;compdir&lt;/span&gt; &lt;span class="s"&gt;&amp;quot;C:/CELFiles/comps.CancerCompendium.txt&amp;quot;&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;output&lt;/span&gt; &lt;span class="s"&gt;&amp;quot;C:/CELFiles&amp;quot;&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;expname&lt;/span&gt; &lt;span class="s"&gt;&amp;quot;CancerCompendium&amp;quot;&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;runGOElite&lt;/span&gt; &lt;span class="n"&gt;yes&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;returnPathways&lt;/span&gt; &lt;span class="n"&gt;all&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Analyzing RNA-Seq (RNASeq) data – BED files using default options&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;python&lt;/span&gt; &lt;span class="n"&gt;AltAnalyze&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;py&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;species&lt;/span&gt; &lt;span class="n"&gt;Mm&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;platform&lt;/span&gt; &lt;span class="n"&gt;RNASeq&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;bedDir&lt;/span&gt; &lt;span class="s"&gt;&amp;quot;C:/BEDFiles&amp;quot;&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;groupdir&lt;/span&gt; &lt;span class="s"&gt;&amp;quot;C:/BEDFiles/groups.CancerCompendium.txt&amp;quot;&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;compdir&lt;/span&gt; &lt;span class="s"&gt;&amp;quot;C:/BEDFiles/comps.CancerCompendium.txt&amp;quot;&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;output&lt;/span&gt; &lt;span class="s"&gt;&amp;quot;C:/BEDFiles&amp;quot;&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;expname&lt;/span&gt; &lt;span class="s"&gt;&amp;quot;CancerCompendium&amp;quot;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Analyzing CEL files – Exon 1.0 array using default options&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;python&lt;/span&gt; &lt;span class="n"&gt;AltAnalyze&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;py&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;species&lt;/span&gt; &lt;span class="n"&gt;Mm&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;arraytype&lt;/span&gt; &lt;span class="n"&gt;exon&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;celdir&lt;/span&gt; &lt;span class="s"&gt;&amp;quot;C:/CELFiles&amp;quot;&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;groupdir&lt;/span&gt; &lt;span class="s"&gt;&amp;quot;C:/CELFiles/groups.CancerCompendium.txt&amp;quot;&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;compdir&lt;/span&gt; &lt;span class="s"&gt;&amp;quot;C:/CELFiles/comps.CancerCompendium.txt&amp;quot;&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;output&lt;/span&gt; &lt;span class="s"&gt;&amp;quot;C:/CELFiles&amp;quot;&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;expname&lt;/span&gt; &lt;span class="s"&gt;&amp;quot;CancerCompendium&amp;quot;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Analyzing CEL files – Affymetrix 3’ array using default options and GO-Elite&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;python&lt;/span&gt; &lt;span class="n"&gt;AltAnalyze&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;py&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;species&lt;/span&gt; &lt;span class="n"&gt;Mm&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;arraytype&lt;/span&gt; &lt;span class="s"&gt;&amp;quot;3'array&amp;quot;&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;celdir&lt;/span&gt; &lt;span class="s"&gt;&amp;quot;C:/CELFiles&amp;quot;&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;groupdir&lt;/span&gt; &lt;span class="s"&gt;&amp;quot;C:/CELFiles/groups.CancerCompendium.txt&amp;quot;&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;compdir&lt;/span&gt; &lt;span class="s"&gt;&amp;quot;C:/CELFiles/comps.CancerCompendium.txt&amp;quot;&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;output&lt;/span&gt; &lt;span class="s"&gt;&amp;quot;C:/CELFiles&amp;quot;&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;expname&lt;/span&gt; &lt;span class="s"&gt;&amp;quot;CancerCompendium&amp;quot;&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;runGOElite&lt;/span&gt; &lt;span class="n"&gt;yes&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;returnPathways&lt;/span&gt; &lt;span class="n"&gt;all&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Analyzing Filtered Expression file – RNA-Seq using custom options&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;python&lt;/span&gt; &lt;span class="n"&gt;AltAnalyze&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;py&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;species&lt;/span&gt; &lt;span class="n"&gt;Mm&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;platform&lt;/span&gt; &lt;span class="n"&gt;RNASeq&lt;/span&gt; &lt;span class="err"&gt;–&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;filterdir&lt;/span&gt; &lt;span class="s"&gt;&amp;quot;C:/BEDFiles&amp;quot;&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;altpermutep&lt;/span&gt; &lt;span class="mi"&gt;1&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;altp&lt;/span&gt; &lt;span class="mi"&gt;1&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;altpermute&lt;/span&gt; &lt;span class="n"&gt;yes&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;additionalAlgorithm&lt;/span&gt; &lt;span class="n"&gt;none&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;altmethod&lt;/span&gt; &lt;span class="n"&gt;linearregres&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;altscore&lt;/span&gt; &lt;span class="mi"&gt;2&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;removeIntronOnlyJunctions&lt;/span&gt; &lt;span class="n"&gt;yes&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Analyzing CEL files – Exon 1.0 array using custom options&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;python&lt;/span&gt; &lt;span class="n"&gt;AltAnalyze&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;py&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;species&lt;/span&gt; &lt;span class="n"&gt;Hs&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;arraytype&lt;/span&gt; &lt;span class="n"&gt;exon&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;celdir&lt;/span&gt; &lt;span class="s"&gt;&amp;quot;C:/CELFiles&amp;quot;&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;output&lt;/span&gt; &lt;span class="s"&gt;&amp;quot;C:/CELFiles&amp;quot;&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;expname&lt;/span&gt; &lt;span class="s"&gt;&amp;quot;CancerCompendium&amp;quot;&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;runGOElite&lt;/span&gt; &lt;span class="n"&gt;no&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;dabgp&lt;/span&gt; &lt;span class="mf"&gt;0.01&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;rawexp&lt;/span&gt; &lt;span class="mi"&gt;100&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;avgallss&lt;/span&gt; &lt;span class="n"&gt;yes&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;noxhyb&lt;/span&gt; &lt;span class="n"&gt;yes&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;analyzeAllGroups&lt;/span&gt; &lt;span class="s"&gt;&amp;quot;all groups&amp;quot;&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;GEcutoff&lt;/span&gt; &lt;span class="mi"&gt;4&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;probetype&lt;/span&gt; &lt;span class="n"&gt;core&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;altp&lt;/span&gt; &lt;span class="mf"&gt;0.001&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;altmethod&lt;/span&gt; &lt;span class="n"&gt;FIRMA&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;altscore&lt;/span&gt; &lt;span class="mi"&gt;8&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;exportnormexp&lt;/span&gt; &lt;span class="n"&gt;yes&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;runMiDAS&lt;/span&gt; &lt;span class="n"&gt;no&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;ASfilter&lt;/span&gt; &lt;span class="n"&gt;yes&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;mirmethod&lt;/span&gt; &lt;span class="s"&gt;&amp;quot;two or more&amp;quot;&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;calcNIp&lt;/span&gt; &lt;span class="n"&gt;yes&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Analyzing CEL files – HJAY array using custom options&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;python&lt;/span&gt; &lt;span class="n"&gt;AltAnalyze&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;py&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;species&lt;/span&gt; &lt;span class="n"&gt;Hs&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;arraytype&lt;/span&gt; &lt;span class="n"&gt;junction&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;celdir&lt;/span&gt; &lt;span class="s"&gt;&amp;quot;C:/CELFiles&amp;quot;&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;output&lt;/span&gt; &lt;span class="s"&gt;&amp;quot;C:/CELFiles&amp;quot;&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;expname&lt;/span&gt; &lt;span class="s"&gt;&amp;quot;CancerCompendium&amp;quot;&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;runGOElite&lt;/span&gt; &lt;span class="n"&gt;no&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;dabgp&lt;/span&gt; &lt;span class="mf"&gt;0.01&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;rawexp&lt;/span&gt; &lt;span class="mi"&gt;100&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;avgallss&lt;/span&gt; &lt;span class="n"&gt;yes&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;noxhyb&lt;/span&gt; &lt;span class="n"&gt;yes&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;analyzeAllGroups&lt;/span&gt; &lt;span class="s"&gt;&amp;quot;all groups&amp;quot;&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;GEcutoff&lt;/span&gt; &lt;span class="mi"&gt;4&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;probetype&lt;/span&gt; &lt;span class="n"&gt;core&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;altp&lt;/span&gt; &lt;span class="mf"&gt;0.001&lt;/span&gt; &lt;span class="err"&gt;–&lt;/span&gt;&lt;span class="n"&gt;altmethod&lt;/span&gt; &lt;span class="s"&gt;&amp;quot;linearregres&amp;quot;&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;altscore&lt;/span&gt; &lt;span class="mi"&gt;8&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;exportnormexp&lt;/span&gt; &lt;span class="n"&gt;yes&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;runMiDAS&lt;/span&gt; &lt;span class="n"&gt;no&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;ASfilter&lt;/span&gt; &lt;span class="n"&gt;yes&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;mirmethod&lt;/span&gt; &lt;span class="s"&gt;&amp;quot;two or more&amp;quot;&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;calcNIp&lt;/span&gt; &lt;span class="n"&gt;yes&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;additionalAlgorithm&lt;/span&gt; &lt;span class="n"&gt;FIRMA&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;additionalScore&lt;/span&gt; &lt;span class="mi"&gt;8&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Analyzing Expression file – Gene 1.0 array using default options, without GO-Elite&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;python&lt;/span&gt; &lt;span class="n"&gt;AltAnalyze&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;py&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;species&lt;/span&gt; &lt;span class="n"&gt;Mm&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;arraytype&lt;/span&gt; &lt;span class="n"&gt;gene&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;expdir&lt;/span&gt; &lt;span class="s"&gt;&amp;quot;C:/CELFiles/ExpressionInput/exp.CancerCompendium.txt&amp;quot;&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;groupdir&lt;/span&gt; &lt;span class="s"&gt;&amp;quot;C:/CELFiles/groups.CancerCompendium.txt&amp;quot;&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;compdir&lt;/span&gt; &lt;span class="s"&gt;&amp;quot;C:/CELFiles/comps.CancerCompendium.txt&amp;quot;&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;statdir&lt;/span&gt; &lt;span class="s"&gt;&amp;quot;C:/CELFiles/ExpressionInput/stats.CancerCompendium.txt&amp;quot;&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;output&lt;/span&gt; &lt;span class="s"&gt;&amp;quot;C:/CELFiles&amp;quot;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Analyzing Filtered Expression file – Exon 1.0 array using default options&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;python&lt;/span&gt; &lt;span class="n"&gt;AltAnalyze&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;py&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;species&lt;/span&gt; &lt;span class="n"&gt;Hs&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;arraytype&lt;/span&gt; &lt;span class="n"&gt;exon&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;filterdir&lt;/span&gt; &lt;span class="s"&gt;&amp;quot;C:/CELFiles/Filtered/Hs_Exon_prostate_vs_lung.p5_average.txt&amp;quot;&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;output&lt;/span&gt; &lt;span class="s"&gt;&amp;quot;C:/CELFiles&amp;quot;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Annotate External Probe set results – Exon 1.0 array using default options&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;python&lt;/span&gt; &lt;span class="n"&gt;AltAnalyze&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;py&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;species&lt;/span&gt; &lt;span class="n"&gt;Rn&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;arraytype&lt;/span&gt; &lt;span class="n"&gt;exon&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;annotatedir&lt;/span&gt; &lt;span class="s"&gt;&amp;quot;C:/JETTA_Results/Hs_tumor_progression.txt&amp;quot;&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;output&lt;/span&gt; &lt;span class="s"&gt;&amp;quot;C:/JETTA_Results&amp;quot;&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;runGOElite&lt;/span&gt; &lt;span class="n"&gt;yes&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Filter &lt;a class="" href="../AltAnalyze"&gt;AltAnalyze&lt;/a&gt; results with predefined IDs using default options&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;python&lt;/span&gt; &lt;span class="n"&gt;AltAnalyze&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;py&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;species&lt;/span&gt; &lt;span class="n"&gt;Mm&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;arraytype&lt;/span&gt; &lt;span class="n"&gt;gene&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;celdir&lt;/span&gt; &lt;span class="s"&gt;&amp;quot;C:/CELFiles&amp;quot;&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;output&lt;/span&gt; &lt;span class="s"&gt;&amp;quot;C:/CELFiles&amp;quot;&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;expname&lt;/span&gt; &lt;span class="s"&gt;&amp;quot;CancerCompendium&amp;quot;&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;returnAll&lt;/span&gt; &lt;span class="n"&gt;yes&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Operating System Example Folder Locations&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;PC&lt;/strong&gt;: "C:/CELFiles"&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Mac OSX&lt;/strong&gt;: "/root/user/admin/CELFiles &lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Linux&lt;/strong&gt;: "/hd3/home/admin/CELFiles &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;When the analysis is finished, the results will be stored just as with the GUI (e.g., alternative exon results in &lt;a class="" href="../AltResults"&gt;AltResults&lt;/a&gt; and gene expression results in &lt;a class="" href="../ExpressionOutput"&gt;ExpressionOutput&lt;/a&gt;). &lt;/p&gt;
&lt;h3 id="primary-analysis-variables"&gt;Primary Analysis Variables&lt;/h3&gt;
&lt;p&gt;No default value for these variables is given and must be supplied by the user if running an analysis. For example, if analyzing CEL files directly in &lt;a class="" href="../AltAnalyze"&gt;AltAnalyze&lt;/a&gt;, you must include the flags &lt;code&gt;--species --arraytype --celdir --expname&lt;/code&gt; and &lt;code&gt;--output&lt;/code&gt;, with corresponding values. Likewise, when analyzing an existing expression file you must include the flags &lt;code&gt;--species --arraytype --expdir&lt;/code&gt; and &lt;code&gt;---output&lt;/code&gt;. Most of the variable values are file or folder locations. &lt;/p&gt;
&lt;h3 id="universally-required-variables"&gt;Universally Required Variables&lt;/h3&gt;
&lt;p&gt;&lt;code&gt;--platform or --arraytype&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Platform being analyzed (enter "3'array" if none of the below apply). Values include RNASeq, exon, gene, junction, &lt;a class="" href="../AltMouse"&gt;AltMouse&lt;/a&gt; and “3'array”. This variable indicates the general array type correspond to the input CEL files or expression file. An example exon array is the Mouse Affymetrix Exon ST 1.0 array, an example gene array is the Mouse Affymetrix Gene ST 1.0 array and example 3’array is the Affymetrix Mouse 430 version 2.0 array. See the files ArrayFileInfo.txt and array.txt in &lt;a class="" href="../AltAnalyze"&gt;AltAnalyze&lt;/a&gt;/Config/ for details. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--species&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Species codes are provided for this variable (e.g., Hs, Mm, Rn). Additional species can be added through the graphic user interface. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--output&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Required for all analyses. This designates the directory which results will be saved to. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;Analysis Specific Required Variables&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;--expname&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Required when analyzing CEL files. This provides a name for your dataset. This name must match any existing groups and comps files that already exist. The groups and comps file indicate which arrays correspond to which biological groups and which to compare. These files must exist in the designated output directory in the folder “&lt;a class="" href="../ExpressionInput"&gt;ExpressionInput&lt;/a&gt;” with the names “groups.&lt;strong&gt;expname&lt;/strong&gt;.txt” and “comps.&lt;strong&gt;expname&lt;/strong&gt;.txt” where expname is the variable defined in this flag. Alternatively, the user can name their CEL files such that &lt;a class="" href="../AltAnalyze"&gt;AltAnalyze&lt;/a&gt; can directly determine which group they are (e.g., wildtype-1.CEL, cancer-1.CEL, cancer-2.CEL). Go &lt;a class="" href="../ManualGroupsCompsCreation"&gt;here&lt;/a&gt; for more info. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--celdir --bedDir&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Required when analyzing CEL files. This provides the path of the CEL files to analyze. These must all be in a single folder. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--expdir&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Required when analyzing a processed expression file. This provides the path of the expression file to analyze. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--statdir&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Optional when analyzing a processed expression file. This provides the path of the DABG p-value file for the designated expression file to analyze (see –expdir). &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--filterdir&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Required when aalyzing an &lt;a class="" href="../AltAnalyze"&gt;AltAnalyze&lt;/a&gt; filtered expression file. This provides the path of the &lt;a class="" href="../AltAnalyze"&gt;AltAnalyze&lt;/a&gt; filtered expression file to analyze. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--cdfdir&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Required when directly processing some CEL file types. This variable corresponds to the location of the Affymetrix CDF or PGF annotation file for the analyzed array. If you are analyzing an exon, gene, junction, &lt;a class="" href="../AltMouse"&gt;AltMouse&lt;/a&gt; or 3’arrays, &lt;a class="" href="../AltAnalyze"&gt;AltAnalyze&lt;/a&gt; has default internet locations for which to download these files automatically, otherwise, you must download the compressed CDF file from the Affymetrix website (support), decompress it (e.g., WinZip) and reference it’s location on your hard-drive using this flag. If you are unsure whether &lt;a class="" href="../AltAnalyze"&gt;AltAnalyze&lt;/a&gt; can automatically download this file, you can try to exclude this variable and see if annotations are included in your gene expression results file. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--csvdir&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Required when analyzing some expression files or CEL file types. This variable corresponds to the location of the Affymetrix CSV annotation file for the analyzed array. If you are analyzing an exon, gene, junction, &lt;a class="" href="../AltMouse"&gt;AltMouse&lt;/a&gt; or 3’arrays, &lt;a class="" href="../AltAnalyze"&gt;AltAnalyze&lt;/a&gt; has default internet locations for which to download these files automatically, otherwise, you must download the compressed CSV file from the Affymetrix website (support), decompress it (e.g., WinZip) and reference it’s location on your hard-drive using this flag. If you are unsure whether &lt;a class="" href="../AltAnalyze"&gt;AltAnalyze&lt;/a&gt; can automatically download this file, you can try to exclude this variable and see if annotations are included in your gene expression results file. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--annotatedir&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Required when annotating a list regulated probe sets produced outside of &lt;a class="" href="../AltAnalyze"&gt;AltAnalyze&lt;/a&gt;. This variable corresponds to the location of the directory containing one or more probe set files. These files can be in the standard JETTA export format, or otherwise need to have probe set IDs in the first column. Optionally, these files can have an associated fold change and p-value (2nd and 3rd columns), which will be reported in the results file. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--groupdir&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Location of an existing group file to be copied to the directory in which the expression file is located or will be saved to. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--compdir&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Location of an existing comps file to be copied to the directory in which the expression file is located or will be saved to. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;Optional Analysis Variables&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;These variables are set as to default values when not selected. The default values are provided in the configurations text file in the Config directory of &lt;a class="" href="../AltAnalyze"&gt;AltAnalyze&lt;/a&gt; (default-****.txt) and can be changed by editing in a spreadsheet program. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;GO-Elite Analysis Variables&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a class="" href="../AltAnalyze"&gt;AltAnalyze&lt;/a&gt; can optionally subject differentially or alternatively expressed genes (&lt;a class="" href="../AltAnalyze"&gt;AltAnalyze&lt;/a&gt; and user determined) to an over-representation analysis (ORA) along Gene Ontology (GO) and pathways (&lt;a class="" href="../WikiPathways"&gt;WikiPathways&lt;/a&gt;) using the program GO-Elite. GO-Elite is seamlessly integrated with &lt;a class="" href="../AltAnalyze"&gt;AltAnalyze&lt;/a&gt; and thus can be run using default parameters either the graphic user interface or command line. To run GO-Elite using default parameters in command line mode, include the first flag below with the option yes. &lt;code&gt;--runGOElite&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Default is no. Used to indicate whether to run GO-Elite analysis following &lt;a class="" href="../AltAnalyze"&gt;AltAnalyze&lt;/a&gt;. Indicating yes would prompt GO-Elite to run. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--mod&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Default is Ensembl. Primary gene system for Gene Ontology (GO) and Pathway analysis to link Affymetrix probe sets and other output IDs to. Alternative values are EntrezGene. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--elitepermut&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Default is 2000. Number of permutation used by GO-Elite to calculate an over-representation p-value. When set to FisherExactTest, Fisher Exact test p-values will be calculated instead. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--method&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Default is z-score. Sorting method used by GO-Elite to compare and select the top score of related GO terms. Alternative values are “gene number” and combined &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--zscore&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Default is 1.96. Z-score threshold used following over-representation analysis (ORA) for reported top scoring GO terms and pathways. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--elitepval&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Default is 0.05. Permutation p-value threshold used ORA analysis for reported top scoring GO terms and pathways. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--dataToAnalyze&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Default is both. Indicates whether to perform ORA analysis on pathways, Gene Ontology terms or both. Alternative values are Pathways or Gene Ontology &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--num&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Default is 3. The minimum number of genes regulated in the input gene list for a GO term or pathway after ORA, required for GO-Elite reporting. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--GEelitepval&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Default is 0.05. The minimum t-test p-value threshold for differentially expressed genes required for analysis by GO-Elite. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--GEeliteptype&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Default is rawp. Indicates whether to run rawp or adjp (Benjamini-Hochberg) p-value for filtering. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--GEelitefold&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Default is 2. The minimum fold change threshold for differentially expressed genes required for analysis by GO-Elite. Applied to any group comparisons designated by the user. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--ORAstat&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Default is Fisher Exact Test. When the value is set to “Permute p-value”, a permutation p-value will be calculated using the default of provided number of permutations (&lt;code&gt;--elitepermut&lt;/code&gt;). The adjusted p-value will be calculated from the selected type of ORAstat. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--additional&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Default is None. When the value is set to one of a valid resource or “all”, GO-Elite will download and incorporate that resource along with the default downloaded (&lt;a class="" href="../WikiPathways"&gt;WikiPathways&lt;/a&gt; and Gene Ontology). Additional resources include: “miRNA Targets”, ”GOSlim”, ”Disease Ontology”, ”Phenotype Ontology”, ”KEGG”, “Latest &lt;a class="" href="../WikiPathways"&gt;WikiPathways&lt;/a&gt;”, ”PathwayCommons”, ”Transcription Factor Targets”, ”Domains” and ”BioMarkers” (include quotes). &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--denom&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Default is None. This is the folder location containing denominator IDs for corresponding input ID list(s). This variable is only supplied to &lt;a class="" href="../AltAnalyze"&gt;AltAnalyze&lt;/a&gt; when independently using the GO-Elite function to analyze a directory of input IDs (&lt;code&gt;--input&lt;/code&gt;) and a corresponding denominator ID list. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--returnPathways&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Default is None. When set equal to “yes” or “all”, will return all &lt;a class="" href="../WikiPathways"&gt;WikiPathways&lt;/a&gt; as colored PNG or PDF files (by default both) based on the input ID file data and over-representation results. Default value is “None”. When equal to “top5”, GO-Elite will only produce the top 5 (or other user entered number – e.g., top10) ranking &lt;a class="" href="../WikiPathways"&gt;WikiPathways&lt;/a&gt;. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;&lt;a class="" href="../AltAnalyze"&gt;AltAnalyze&lt;/a&gt; Expression Filtering and Summarization&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;These variables are used to determine the format of the expression data being read into &lt;a class="" href="../AltAnalyze"&gt;AltAnalyze&lt;/a&gt;, the output formats for the resulting gene expression data and filtering thresholds for expression values prior to alternative exon analysis. Since &lt;a class="" href="../AltAnalyze"&gt;AltAnalyze&lt;/a&gt; can process both convention (3’array) as well as RNA-Seq data and splicing arrays (exon, gene, junction or &lt;a class="" href="../AltMouse"&gt;AltMouse&lt;/a&gt;), different options are available based on the specific platform. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Universal Array Analysis Variables&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;--logexp&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Default is log for arrays and non-log for RNA-Seq. This is the format of the input expression data. If analyzing CEL files in &lt;a class="" href="../AltAnalyze"&gt;AltAnalyze&lt;/a&gt; or in running RMA or GCRMA from another application, the output format of the expression data is log 2 intensity values. If analyzing MAS5 expression data, this is non-log. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--inclraw&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Default is yes. When the value of this variable is no, all columns that contain the expression intensities for individual arrays are excluded from the results file. The remaining columns are calculated statistics (groups and comparison) and annotations. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--vendor&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Default is Affymetrix. This variable can be set to &lt;strong&gt;"Other ID"&lt;/strong&gt; when analyzing data from proteomics, metabolomics or other data not explicitely listed in the vendor/data-type menu. When entering "Other ID", also include the &lt;code&gt;--platform&lt;/code&gt; as the specific ID system (e.g., PubChem). &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;RNASeq, Exon, Gene, Junction or &lt;a class="" href="../AltMouse"&gt;AltMouse&lt;/a&gt; Platform Specific Variables&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;--dabgp&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Default is 0.05. This p-value corresponds to the detection above background (DABG) value reported in the “stats.” file from &lt;a class="" href="../AltAnalyze"&gt;AltAnalyze&lt;/a&gt;, generated along with RMA expression values. A mean p-value for each probe set for each of the compared biological groups with a value less than this threshold will be excluded, both biological groups don’t meet this threshold for a non-constitutive probe set or if one biological group does not meet this threshold for constitutive probe sets. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--rawexp&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Default is 0 for microarrays and 1 for RNASeq reads. More stringent examples for Affymetrix arrays are 70 and 3 for RNASeq (RPKM) . For Affymetrix arrays, this value is the non-log RMA average intensity threshold for a biological group required for inclusion of a probe set. The same rules as the &lt;code&gt;--dabgp&lt;/code&gt; apply to this threshold accept that values below this threshold are excluded when the above rules are not met. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--avgallss&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Default is no. For RNA-Seq analyses, default is yes. Indicating yes, will force &lt;a class="" href="../AltAnalyze"&gt;AltAnalyze&lt;/a&gt; to use all exon aligning probe sets or RNA-Seq reads rather than only features that align to predicted constitutive exons for gene expression determination. This option applies to both the gene expression export file and to the alternative exon analyses. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--runalt&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Default is yes. Designating no for this variable will instruct &lt;a class="" href="../AltAnalyze"&gt;AltAnalyze&lt;/a&gt; to only run the gene expression analysis portion of the program, but not the alternative exon analysis portion. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--groupStat&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Default is moderated t-test. To designate an alternate statistic, this variable can be set to one of the following options are paired t-test, Kolmogorov Smirnov, Mann Whitney U, Rank Sums (these variable should be placed in quotes). &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;&lt;a class="" href="../AltAnalyze"&gt;AltAnalyze&lt;/a&gt; Alternative Exon Statistics, Filtering and Summarization&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Universal Array Analysis Variables&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;--altmethod&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Default is splicing-index (exon and gene) and ASPIRE (RNASeq, junction and &lt;a class="" href="../AltMouse"&gt;AltMouse&lt;/a&gt;). For exon, gene and junction arrays, the option FIRMA is also available and for RNASeq, junction and &lt;a class="" href="../AltMouse"&gt;AltMouse&lt;/a&gt; platforms the option linearregres is available. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--altp&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Default is 0.05. This variable is the p-value threshold for reporting alternative exons. This variable applies to both the MiDAS and splicing-index p-values. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--probetype&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Default is core (exon and gene) and all (junction and &lt;a class="" href="../AltMouse"&gt;AltMouse&lt;/a&gt;). This is the class of probe sets to be examined by the alternative exon analysis. Other options include: extended and full (exon and gene) and “exons-only”, “junctions-only”, “combined-junctions” (RNASeq, junction and &lt;a class="" href="../AltMouse"&gt;AltMouse&lt;/a&gt;). &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--altscore&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Default is 2 (splicing-index) and 0.2 (ASPIRE).This is the corresponding threshold for the default algorithms listed under {{{--altmethod. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--GEcutoff&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Default is 3. This value is the non-log gene expression threshold applied to the change in gene expression (fold) between the two compared biological groups. If a fold change for a gene is greater than this threshold it is not reported among the results, since gene expression regulation may interfere with detection of alternative splicing. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--analyzeAllGroups&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Default is pairwise. This variable indicates whether to only perform pairwise alternative exon analyses (between two groups) or to analyze all groups, without specifying specific comparisons. Other options are “all groups” and both. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--altpermutep&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Default is 0.05. This is the permutation p-value threshold applied to &lt;a class="" href="../AltMouse"&gt;AltMouse&lt;/a&gt; array analyses when generating permutation based alternative exon p-values. Alternative exon p-values can be applied to either ASPIRE or linregress analyses. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--altpermute&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Default is yes. This option directs &lt;a class="" href="../AltAnalyze"&gt;AltAnalyze&lt;/a&gt; to perform the alternative exon p-value analysis for the &lt;a class="" href="../AltMouse"&gt;AltMouse&lt;/a&gt; array (see –altpermutep). &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--exportnormexp&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Default is no. This option directs &lt;a class="" href="../AltAnalyze"&gt;AltAnalyze&lt;/a&gt; to export the normalized intensity expression values (feature expression/constitutive expression) for all analyzed features (probe sets or RNA-Seq reads) rather than perform the typical &lt;a class="" href="../AltAnalyze"&gt;AltAnalyze&lt;/a&gt; analysis when its value is yes. For junction-sensitive platforms, rather than exporting the normalized intensities, the ratio of normalized intensities for the two reciprocal-junctions are exported (pNI1/pNI2). This step can be useful for analysis of exon array data outside of &lt;a class="" href="../AltAnalyze"&gt;AltAnalyze&lt;/a&gt; and comparison of alternative exon profiles for many biological groups (e.g., expression clustering). &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--runMiDAS&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Default is yes. This option directs &lt;a class="" href="../AltAnalyze"&gt;AltAnalyze&lt;/a&gt; to calculate and filter alternative exon results based on the MiDAS p-value calculated using the program Affymetrix Power Tools. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--calcNIp&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Default is yes. This option directs &lt;a class="" href="../AltAnalyze"&gt;AltAnalyze&lt;/a&gt; to filter alternative exon results based on the t-test p-value obtained by comparing either the normalized intensities for the array groups examined (e.g., control and experimental) (splicing-index) or a t-test p-value obtained by comparing the FIRMA scores for the arrays in the two compared groups. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--mirmethod&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Default is one. This option directs &lt;a class="" href="../AltAnalyze"&gt;AltAnalyze&lt;/a&gt; to return any microRNA binding site predictions (default) or those that are substantiated by multiple databases (two or more). &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--ASfilter&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Default is no. This option directs &lt;a class="" href="../AltAnalyze"&gt;AltAnalyze&lt;/a&gt; to only analyze probe sets or RNA-Seq reads for alternative expression that have an alternative-splicing annotation (e.g., mutually-exclusive, trans-splicing, cassette-exon, alt-5’, alt-3’, intron-retention), when set equal to yes. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--returnAll&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Default is no. When set to yes, returns all un-filtered alternative exon results by setting all associated filtering parameters to the lowest stringency values. This is equivalent to providing the following flags: &lt;code&gt;--dabgp 1 --rawexp 1 --altp 1 --probetype full --altscore 1 --GEcutoff 10000&lt;/code&gt;. Since this option will output all alternative exon scores for all Ensembl annotated RNA-Seq reads or probe sets, the results file will be exceptionally large (&amp;gt;500,000 lines), unless the user has saved previously run alternative exon results (e.g., MADS) to the directory “&lt;a class="" href="../AltDatabase"&gt;AltDatabase&lt;/a&gt;/filtering” in the &lt;a class="" href="../AltAnalyze"&gt;AltAnalyze&lt;/a&gt; program directory, with a name that matches the analyzed comparison. For example, if the user has a list of 2,000 MADS regulated probe sets for cortex versus cerebellum, then the MADS results should be saved to “&lt;a class="" href="../AltDatabase"&gt;AltDatabase&lt;/a&gt;/filtering” with the name “Cortex_vs_Cerebellum.txt” and in &lt;a class="" href="../AltAnalyze"&gt;AltAnalyze&lt;/a&gt; the CEL file groups should be named Cortex and Cerebellum and the comparison should be Cortex versus Cerebellum. When the filename for a file in the “filtering” directory is contained within the comparison filename (ignoring “.txt”), only these &lt;a class="" href="../AltAnalyze"&gt;AltAnalyze&lt;/a&gt; IDs or probe sets will be selected when exporting the results. This analysis will produce a results file with all &lt;a class="" href="../AltAnalyze"&gt;AltAnalyze&lt;/a&gt; statistics (default or custom) for just the selected features, independent of the value of each statistic. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--additionalAlgorithm&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Default is splicing-index. For Affymetrix arrays, setting this flag equal to FIRMA changes the individual probe set analysis algorithm from splicing-index to FIRMA for junction arrays. This method is applied to RNA-Seq data and junction arrays following reciprocal-junction analysis (e.g., ASPIRE) in a second run. To exclude this feature, set variable equal to none. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--additionalScore&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Default is 2. Setting this flag equal to another numeric value (range 1 to infinity) changes the non-log fold change for the additional_algorithms. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--removeIntronOnlyJunctions&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Default is no. Indicates whether to remove junctions where both splice sites align to outside of annotated exons. Setting this value to yes will remove these putative junctions prior to analysis. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--normCounts&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Default is RPKM. Indicates whether to normalize exon and/or junctions counts using the methods RPKM. Setting this value to none will use the original counts for gene expression and alternative exon analyses. Setting this variable to none, will directly analyze counts with no normalization. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--buildExonExportFile&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Default is no. Indicates whether to halt an RNA-Seq analysis after reading in the junction.bed files and export a new file with the suffix exon.bed in the folder BAMtoBED. This file is used as described &lt;a class="" href="../BAMtoBED"&gt;here&lt;/a&gt; to obtain exon.bed files for all experimental BAM files. Setting this value to yes will use the original counts for gene expression and alternative exon analyses. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--groupStat&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Default is “moderated t-test”. Indicates the algorithm to employ for all pairwise group comparisons in &lt;a class="" href="../AltAnalyze"&gt;AltAnalyze&lt;/a&gt;. Other options include: “paired t-test”, “Kolmogorov Smirnov”, “Mann Whitney U” and “Rank Sums”. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--exonRPKM&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Default is 0.5. Numerical filter used to threshold exons as expressed when using RPKM normalization for mean RPKM values for each biological group. At least one biological group for a pairwise comparison must meet this threshold to be included in further analyses. Increasing values of this filter will increase the stringency of exon/gene expression. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--geneRPKM&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Default is 1. Numerical filter used to threshold exons as expressed when using RPKM normalization for mean RPKM values for each biological group. At least one biological group for a pairwise comparison must meet this threshold to be included in further analyses. Increasing values of this filter will increase the stringency of exon/gene expression. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--exonExp&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Default is 10. Numerical filter used to threshold genes or exons as expressed based on the mean read counts values for each biological group. At least one biological group for a pairwise comparison must meet this threshold to be included in further analyses. Increasing values of this filter will increase the stringency of exon/gene expression. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;&lt;a class="" href="../AltAnalyze"&gt;AltAnalyze&lt;/a&gt; Database Updates&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Universal Array Analysis Variables&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;--update&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Default is empty. Setting this flag equal to Official, without specifying a version, will download the most up-to-date database for that species. Other options here are used internally by &lt;a class="" href="../AltAnalyze"&gt;AltAnalyze&lt;/a&gt;.org for building each new database. See the method “commandLineRun” in &lt;a class="" href="../AltAnalyze"&gt;AltAnalyze&lt;/a&gt;.py for more details. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--version&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Default is current. Setting this flag equal to a specific Ensembl version name (e.g. EnsMart49) supported by &lt;a class="" href="../AltAnalyze"&gt;AltAnalyze&lt;/a&gt; will download that specific version for the selected species, while setting this to current will download the current version. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--specificArray&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Default is none. Indicates a sub-type of a particular array platform (e.g., junction – HJAY or hGlue) when building the database. This variable only needs to be set when currently building the hGlue junction database (see &lt;a class="" href="../BuildingDatabases"&gt;BuildingDatabases&lt;/a&gt;). &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--ignoreBuiltSpecies&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Default is none. Indicating yes will only build species databases for species without already built species directories. This is used during internal database release building to simultaneously build multiple species databases. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;Additional Analysis, Quality Control and Visualization Options&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In addition to the core &lt;a class="" href="../AltAnalyze"&gt;AltAnalyze&lt;/a&gt; workflows (e.g., normalization, gene expression summarization, evaluation of alternative splicing), additional options are available to evaluate the quality of the input data (quality control or QC), evaluate associated cell types and tissues present in each biological sample (Lineage Profiler), cluster samples or genes based on overall similarity (expression clustering) and view regulation data on biological pathways (&lt;a class="" href="../WikiPathways"&gt;WikiPathways&lt;/a&gt;). These options can be run as apart of the above workflows or often independently using existing &lt;a class="" href="../AltAnalyze"&gt;AltAnalyze&lt;/a&gt; results or input from other programs. &lt;/p&gt;
&lt;p&gt;&lt;code&gt;--outputQCPlots&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Default is yes. Instructs &lt;a class="" href="../AltAnalyze"&gt;AltAnalyze&lt;/a&gt; to calculate various QC measures specific to the data type analyzed (e.g., exon array, RNASeq) when a core workflow is run. This will include hierarchical clustering and PCA plots for genes considered to be differentially expressed (see &lt;code&gt;--GEelitefold&lt;/code&gt; and &lt;code&gt;--GEelitepval&lt;/code&gt;). Outputs various QC output plots (PNG and PDF) to the folder “DataPlots” in the user defined output directory. If run from python source code, requires installation of Scipy, Numpy and Matplotlib. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--runLineageProfiler&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Default is yes. Instructs &lt;a class="" href="../AltAnalyze"&gt;AltAnalyze&lt;/a&gt; to calculate Pearson correlation coefficients for each analyzed user sample relative to all cell types and tissues in the BioMarker database. Resulting z-scores for calculated from the coefficients are automatically visualized on a &lt;a class="" href="../WikiPathways"&gt;WikiPathways&lt;/a&gt; Lineage network and are hierarchically clustered. Outputs various tables to the folder &lt;a class="" href="../ExpressionOutput"&gt;ExpressionOutput&lt;/a&gt; and plots (PNG and PDF) to the folder “DataPlots” in the user defined output directory. Can be run as apart of an existing workflow or independently with the option &lt;code&gt;--input&lt;/code&gt;. If run from python source code, requires installation of suds, Scipy, Numpy and Matplotlib. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--input&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Default is None. Including this option indicates that the user is referencing an expression file location that is supplied outside of a normal &lt;a class="" href="../AltAnalyze"&gt;AltAnalyze&lt;/a&gt; workflow. Example analyses include only performing hierarchical clustering, PCA or GO-Elite. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--image&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Default is None. Including this option with any of the variables: &lt;a class="" href="../WikiPathways"&gt;WikiPathways&lt;/a&gt;, hierarchical, PCA, along with an input expression file location (&lt;code&gt;--input&lt;/code&gt;), will prompt creation and export of the associated visualization files. These analyses are outside of the typical &lt;a class="" href="../AltAnalyze"&gt;AltAnalyze&lt;/a&gt; workflows, only requiring the designated input file. If run from python source code, requires installation of suds, Scipy, Numpy and Matplotlib. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;Hierarchical Clustering Variables&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;--row_method&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Default is average. Indicates the cluster metric to be applied to rows. Other options include: average, single, complete, weighted and None. None will result in no row clustering. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--column_method&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Default is single. Indicates the cluster metric to be applied to columns. These options are the same as row_method. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--row_metric&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Default is “row_metric”, cosine. Indicates the cluster distance metric to be applied to rows. Other options include: braycurtis, canberra, chebyshev, cityblock, correlation, cosine, dice, euclidean, hamming, jaccard, kulsinski, mahalanobis, matching, minkowski, rogerstanimoto, russellrao, seuclidean, sokalmichener, sokalsneath, sqeuclidean and yule (not all may work). If the input metric fails during the analysis (unknown issue with Numpy), euclidean will be used instead. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--column_metric&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Default is euclidean. Indicates the cluster distance metric to be applied to rows. These options are the same as row_metric. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--color_gradient&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Default is red_white_blue. Indicates the color gradient to be used for visualization as up-null-down. Other options include: red_black_sky, red_black_blue, red_black_green, yellow_black_blue, green_white_purple, coolwarm and seismic. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--transpose&lt;/code&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Default is False. Will transpose the matrix of columns and rows prior to clustering, when set to True. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;--compendiumPlatform&lt;/code&gt; &lt;code&gt;--compendiumType&lt;/code&gt; &lt;code&gt;--exonMapFile&lt;/code&gt; &lt;code&gt;--geneExp&lt;/code&gt; &lt;code&gt;--labels&lt;/code&gt; &lt;code&gt;--contrast&lt;/code&gt; &lt;code&gt;--plotType&lt;/code&gt; &lt;code&gt;--runMarkerFinder&lt;/code&gt; &lt;code&gt;--update_interactions&lt;/code&gt; &lt;code&gt;--includeExpIDs&lt;/code&gt; &lt;code&gt;--degrees&lt;/code&gt; &lt;code&gt;--genes&lt;/code&gt; &lt;code&gt;--inputType&lt;/code&gt; &lt;code&gt;--interactionDirs&lt;/code&gt; &lt;code&gt;--GeneSetSelection&lt;/code&gt; &lt;code&gt;--PathwaySelection&lt;/code&gt; &lt;code&gt;--OntologyID&lt;/code&gt; &lt;code&gt;--dataType&lt;/code&gt; &lt;code&gt;--combat&lt;/code&gt; &lt;code&gt;--channelToExtract&lt;/code&gt; &lt;code&gt;--showIntrons&lt;/code&gt; &lt;code&gt;--display&lt;/code&gt; &lt;code&gt;--join&lt;/code&gt; &lt;code&gt;--uniqueOnly&lt;/code&gt; &lt;code&gt;--accessoryAnalysis&lt;/code&gt; &lt;code&gt;--inputIDType&lt;/code&gt; &lt;code&gt;--outputIDType&lt;/code&gt; &lt;code&gt;--FEdir&lt;/code&gt; &lt;code&gt;--channelToExtract&lt;/code&gt; &lt;code&gt;--AltResultsDir&lt;/code&gt; &lt;code&gt;--geneFileDir&lt;/code&gt; &lt;code&gt;--modelSize&lt;/code&gt; &lt;code&gt;--geneModel&lt;/code&gt; &lt;code&gt;--reference&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;python AltAnalyze.py --expdir /MyExperiment/ExpressionInput/exp.tumors.txt --update markers --species Hs --platform RNASeq --genesToReport 200&lt;/code&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sat, 01 Feb 2014 01:06:08 -0000</pubDate><guid>https://sourceforge.net7aef51574b90035b406e116efca3f18792ad35ac</guid></item></channel></rss>