Skip to content

Commit

Permalink
update vignettes to v 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bmansfeld committed Jul 4, 2018
1 parent a7841e2 commit 2269276
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions vignettes/QTLseqr.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,15 @@ header-includes: \usepackage{graphicx}
---

```{r setup, echo=FALSE, results="hide"}
knitr::opts_chunk$set(tidy=FALSE, cache=FALSE,
knitr::opts_chunk$set(tidy=FALSE, cache=TRUE,
dev="png",
message=FALSE, error=FALSE, warning=TRUE)
```
# Current version: Development - `r packageVersion("QTLseqr")`

# Standard workflow
# Introduction

## Citations

**If you use QTLseqr in published research, please cite:**

Expand All @@ -48,8 +50,6 @@ G prime method:
Here are the basic steps required to run and plot QTLseq and $G'$ analysis

```{r quickStart, eval=FALSE}
#load the package
library("QTLseqr")
Expand Down Expand Up @@ -118,6 +118,7 @@ getQTLTable(
)
```

# Standard workflow

## Input data

Expand Down
Binary file modified vignettes/QTLseqr.pdf
Binary file not shown.

0 comments on commit 2269276

Please sign in to comment.