<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://genome.sph.umich.edu/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Wpgilks</id>
	<title>Genome Analysis Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://genome.sph.umich.edu/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Wpgilks"/>
	<link rel="alternate" type="text/html" href="http://genome.sph.umich.edu/wiki/Special:Contributions/Wpgilks"/>
	<updated>2026-09-25T02:17:59Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://genome.sph.umich.edu/w/index.php?title=Talk:Code_Sample:_Generating_Manhattan_Plots_in_R&amp;diff=9358</id>
		<title>Talk:Code Sample: Generating Manhattan Plots in R</title>
		<link rel="alternate" type="text/html" href="http://genome.sph.umich.edu/w/index.php?title=Talk:Code_Sample:_Generating_Manhattan_Plots_in_R&amp;diff=9358"/>
		<updated>2014-01-14T18:40:01Z</updated>

		<summary type="html">&lt;p&gt;Wpgilks: x-axis padding&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Gene annotations at the edges of the plot can be cut-off. To prevent this, padding can be added at each end of the x-axis using:&lt;br /&gt;
&lt;br /&gt;
mhplot&amp;lt;-manhattan.plot(cleaned$chr, cleaned$pos, cleaned$pvalue, annotate=ann)&lt;br /&gt;
mhplot$x.limits&amp;lt;-mhplot$x.limits+10*c(-10,10)&lt;br /&gt;
print(mhplot)&lt;br /&gt;
&lt;br /&gt;
Thanks for the code and the tip Matthew :)&lt;/div&gt;</summary>
		<author><name>Wpgilks</name></author>
	</entry>
</feed>