<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to CommandLineMode</title><link>https://sourceforge.net/p/altanalyze/wiki/CommandLineMode/</link><description>Recent changes to CommandLineMode</description><atom:link href="https://sourceforge.net/p/altanalyze/wiki/CommandLineMode/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 01 Feb 2014 01:06:12 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/altanalyze/wiki/CommandLineMode/feed" rel="self" type="application/rss+xml"/><item><title>CommandLineMode modified by Anonymous</title><link>https://sourceforge.net/p/altanalyze/wiki/CommandLineMode/</link><description>&lt;div class="markdown_content"&gt;&lt;h2 id="running-altanalyze-from-command-line-interface"&gt;&lt;em&gt;Running &lt;a class="" href="../AltAnalyze"&gt;AltAnalyze&lt;/a&gt; from Command Line Interface&lt;/em&gt;&lt;/h2&gt;
&lt;p&gt;In addition to the graphical user interface (GUI), &lt;a class="" href="../AltAnalyze"&gt;AltAnalyze&lt;/a&gt; can be easily run by command-line. This includes jobs run locallly, on a remote Linux server or cluster. This works fine given that the user knows the file paths of the directories containing input files, the output directory and has already created files containing the groups and comparisons for all samples analyzed. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Creating Groups and Comparison Files&lt;/strong&gt; - Creating groups and comparison files is needed beforehand, but is fairly easy. Just follow the directions listed &lt;a class="" href="../ManualGroupsCompsCreation"&gt;here&lt;/a&gt;. This can be done in an automated fashion as well, if input files have a &lt;a class="" href="../PredictGroupsComps"&gt;defined naming structure&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Running Command Line from Source or Compiled Versions&lt;/strong&gt; - The command-line can be run from the source code or OS-specific binaries. The binaries are recommended since these already contain graphical, statistical and webservice dependencies that need to be separately installed for the source code (see more information &lt;a class="" href="../StandAloneDependencies"&gt;here&lt;/a&gt;). &lt;/p&gt;
&lt;p&gt;When running with OS-specific binaries of &lt;a class="" href="../AltAnalyze"&gt;AltAnalyze&lt;/a&gt; directly call the binary files themselves: &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Windows OS &lt;em&gt;&lt;strong&gt;&lt;code&gt;AltAnalyze.exe&lt;/code&gt;&lt;/strong&gt;&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Mac OS X &lt;em&gt;&lt;strong&gt;&lt;code&gt;AltAnalyze.app/Contents/MacOS/AltAnalyze&lt;/code&gt;&lt;/strong&gt;&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Ubuntu OS &lt;em&gt;&lt;strong&gt;&lt;code&gt;./AltAnalyze&lt;/code&gt;&lt;/strong&gt;&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Python source code &lt;em&gt;&lt;strong&gt;&lt;code&gt;python AltAnalyze.py&lt;/code&gt;&lt;/strong&gt;&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="example-options"&gt;Example Options&lt;/h3&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Downloading and installing a species specific database (mouse)&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;update&lt;/span&gt; &lt;span class="n"&gt;Official&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;version&lt;/span&gt; &lt;span class="n"&gt;EnsMart65&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;additional&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 files – BED format exons and junction results 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;Hs&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.YourExperiment.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.YourExperiment.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;YourExperiment --runGOElite yes&amp;quot;&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 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;platform&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.YourExperiment.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.YourExperiment.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;YourExperiment&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;h3 id="details"&gt;Details&lt;/h3&gt;
&lt;p&gt;Many more additional example workflow analysis options and detailed option descriptions for various &lt;a class="" href="../AltAnalyze"&gt;AltAnalyze&lt;/a&gt; functions are provided in the below links. &lt;/p&gt;
&lt;p&gt;&lt;a class="" href="/p/altanalyze/wiki/CommandLinesWorkflows/"&gt;Full AltAnalyze Workflows&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Pathway Enrichment Analysis and Visualization &lt;/p&gt;
&lt;p&gt;Clustering, QC, and Alternative Exons Visualization &lt;/p&gt;
&lt;p&gt;File comparison, ID translation and visualization &lt;/p&gt;
&lt;p&gt;LineageProfiler and Sample Classification &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:12 -0000</pubDate><guid>https://sourceforge.net0f348c3c2ec20c8cca292f95932b64fff52c8407</guid></item></channel></rss>