File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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:
4850Here 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
5454library("QTLseqr")
5555
@@ -118,6 +118,7 @@ getQTLTable(
118118)
119119```
120120
121+ # Standard workflow
121122
122123## Input data
123124
You can’t perform that action at this time.
0 commit comments