Skip to content

Commit

Permalink
Merge branch 'master' into haldane
Browse files Browse the repository at this point in the history
Fixing typo in vignette which referred to the older package name, manhattan
  • Loading branch information
stephenturner committed May 16, 2014
2 parents aa9b635 + 8c856e9 commit 939c50d
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 44 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: qqman
Title: Q-Q and manhattan plots for GWAS data
Version: 0.1.0
Version: 0.1.1
Author: Stephen Turner <[email protected]>
Maintainer: Stephen Turner <[email protected]>
Description: Q-Q and manhattan plots for GWAS data
Expand Down
2 changes: 1 addition & 1 deletion inst/doc/qqman.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ gwasResults <- d
save(gwasResults, file="data/gwasResults.RData")
```

The **manhattan** package includes functions for creating manhattan plots and q-q plots from GWAS results. The `gwasResults` data.frame included with the package has simulated results for 16,470 SNPs on 22 chromosomes. Take a look at the data:
The **qqman** package includes functions for creating manhattan plots and q-q plots from GWAS results. The `gwasResults` data.frame included with the package has simulated results for 16,470 SNPs on 22 chromosomes. Take a look at the data:

```{r}
str(gwasResults)
Expand Down
83 changes: 42 additions & 41 deletions inst/doc/qqman.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,35 +60,36 @@
body {
max-width: 800px;
margin: auto;
padding: 1em;
line-height: 20px;
}

tt, code, pre {
font-family: 'DejaVu Sans Mono', 'Droid Sans Mono', 'Lucida Console', Consolas, Monaco, monospace;
}

h1 {
font-size:2.2em;
h1 {
font-size:2.2em;
}

h2 {
font-size:1.8em;
h2 {
font-size:1.8em;
}

h3 {
font-size:1.4em;
h3 {
font-size:1.4em;
}

h4 {
font-size:1.0em;
h4 {
font-size:1.0em;
}

h5 {
font-size:0.9em;
h5 {
font-size:0.9em;
}

h6 {
font-size:0.8em;
h6 {
font-size:0.8em;
}

a:visited {
Expand Down Expand Up @@ -132,54 +133,54 @@
}

@media print {
* {
background: transparent !important;
color: black !important;
filter:none !important;
-ms-filter: none !important;
* {
background: transparent !important;
color: black !important;
filter:none !important;
-ms-filter: none !important;
}

body {
font-size:12pt;
max-width:100%;
body {
font-size:12pt;
max-width:100%;
}
a, a:visited {
text-decoration: underline;

a, a:visited {
text-decoration: underline;
}

hr {
hr {
visibility: hidden;
page-break-before: always;
}

pre, blockquote {
padding-right: 1em;
page-break-inside: avoid;
pre, blockquote {
padding-right: 1em;
page-break-inside: avoid;
}

tr, img {
page-break-inside: avoid;
tr, img {
page-break-inside: avoid;
}

img {
max-width: 100% !important;
img {
max-width: 100% !important;
}

@page :left {
margin: 15mm 20mm 15mm 10mm;
@page :left {
margin: 15mm 20mm 15mm 10mm;
}
@page :right {
margin: 15mm 10mm 15mm 20mm;

@page :right {
margin: 15mm 10mm 15mm 20mm;
}

p, h2, h3 {
orphans: 3; widows: 3;
p, h2, h3 {
orphans: 3; widows: 3;
}

h2, h3 {
page-break-after: avoid;
h2, h3 {
page-break-after: avoid;
}
}
</style>
Expand All @@ -196,7 +197,7 @@

<h1>Intro to the <strong>qqman</strong> package</h1>

<p>The <strong>manhattan</strong> package includes functions for creating manhattan plots and q-q plots from GWAS results. The <code>gwasResults</code> data.frame included with the package has simulated results for 16,470 SNPs on 22 chromosomes. Take a look at the data:</p>
<p>The <strong>qqman</strong> package includes functions for creating manhattan plots and q-q plots from GWAS results. The <code>gwasResults</code> data.frame included with the package has simulated results for 16,470 SNPs on 22 chromosomes. Take a look at the data:</p>

<pre><code class="r">str(gwasResults)
</code></pre>
Expand Down
2 changes: 1 addition & 1 deletion vignettes/qqman.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ gwasResults <- d
save(gwasResults, file="data/gwasResults.RData")
```

The **manhattan** package includes functions for creating manhattan plots and q-q plots from GWAS results. The `gwasResults` data.frame included with the package has simulated results for 16,470 SNPs on 22 chromosomes. Take a look at the data:
The **qqman** package includes functions for creating manhattan plots and q-q plots from GWAS results. The `gwasResults` data.frame included with the package has simulated results for 16,470 SNPs on 22 chromosomes. Take a look at the data:

```{r}
str(gwasResults)
Expand Down

0 comments on commit 939c50d

Please sign in to comment.