Skip to content

Commit 2269276

Browse files
committed
update vignettes to v 0.6.5
1 parent a7841e2 commit 2269276

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

vignettes/QTLseqr.Rmd

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,15 @@ header-includes: \usepackage{graphicx}
1515
---
1616

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

24-
# Standard workflow
24+
# Introduction
25+
26+
## Citations
2527

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

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

5052
```{r quickStart, eval=FALSE}
51-
52-
5353
#load the package
5454
library("QTLseqr")
5555
@@ -118,6 +118,7 @@ getQTLTable(
118118
)
119119
```
120120

121+
# Standard workflow
121122

122123
## Input data
123124

vignettes/QTLseqr.pdf

3.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)