<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://genome.sph.umich.edu/w/index.php?action=history&amp;feed=atom&amp;title=METAL_SOURCE</id>
	<title>METAL SOURCE - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://genome.sph.umich.edu/w/index.php?action=history&amp;feed=atom&amp;title=METAL_SOURCE"/>
	<link rel="alternate" type="text/html" href="http://genome.sph.umich.edu/w/index.php?title=METAL_SOURCE&amp;action=history"/>
	<updated>2026-09-26T20:56:03Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://genome.sph.umich.edu/w/index.php?title=METAL_SOURCE&amp;diff=895&amp;oldid=prev</id>
		<title>Goncalo: Created page with &#039;The &#039;&#039;&#039;SOURCE&#039;&#039;&#039; command allows one script to include another script. This can be convenient when you want to try multiple analyses that include similar filesets. For example, if…&#039;</title>
		<link rel="alternate" type="text/html" href="http://genome.sph.umich.edu/w/index.php?title=METAL_SOURCE&amp;diff=895&amp;oldid=prev"/>
		<updated>2010-04-06T04:39:00Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;#039;The &amp;#039;&amp;#039;&amp;#039;SOURCE&amp;#039;&amp;#039;&amp;#039; command allows one script to include another script. This can be convenient when you want to try multiple analyses that include similar filesets. For example, if…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The &amp;#039;&amp;#039;&amp;#039;SOURCE&amp;#039;&amp;#039;&amp;#039; command allows one script to include another script. This can be&lt;br /&gt;
convenient when you want to try multiple analyses that include similar filesets.&lt;br /&gt;
For example, if the scripts PROCESS-FEMALES.txt and PROCESS-MALES.txt loaded&lt;br /&gt;
sex specific result sets, you could use the following script to carry out&lt;br /&gt;
three meta-analyses:&lt;br /&gt;
&lt;br /&gt;
          # Carry out a males only meta-analysis&lt;br /&gt;
          SOURCE PROCESS-MALES.txt&lt;br /&gt;
          ANALYZE&lt;br /&gt;
          OUT META-MALES .TBL&lt;br /&gt;
          CLEAR&lt;br /&gt;
&lt;br /&gt;
          # Carry out a females only meta-analysis&lt;br /&gt;
          SOURCE PROCESS-FEMALES.txt&lt;br /&gt;
          OUT META-FEMALES .TBL&lt;br /&gt;
          ANALYZE&lt;br /&gt;
          CLEAR&lt;br /&gt;
&lt;br /&gt;
          # Carry out a combined meta-analysis&lt;br /&gt;
          SOURCE PROCESS-MALES.txt&lt;br /&gt;
          SOURCE PROCESS-FEMALES.txt&lt;br /&gt;
          OUT META-ALL .TBL&lt;br /&gt;
          ANALYZE&lt;br /&gt;
          CLEAR&lt;/div&gt;</summary>
		<author><name>Goncalo</name></author>
	</entry>
</feed>