Skip to content

Commit

Permalink
fix typo in arg for run_rqtl()
Browse files Browse the repository at this point in the history
  • Loading branch information
kbroman committed Dec 6, 2020
1 parent 2f920f5 commit 768df05
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 8 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: GNapi
Version: 0.3-2
Date: 2019-06-10
Version: 0.3-3
Date: 2020-12-06
Title: Connection to the GeneNetwork API
Description: Tools for connecting to the GeneNetwork API.
Author: Karl W Broman [aut, cre] (<https://orcid.org/0000-0002-4914-6671>)
Expand All @@ -26,5 +26,5 @@ LazyData: true
Encoding: UTF-8
ByteCompile: true
VignetteBuilder: knitr
RoxygenNote: 6.1.1
RoxygenNote: 7.1.1
Roxygen: list(markdown=TRUE)
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## GNapi 0.3-3 (2020-12-06)

### Minor changes

- Fix a typo in an argument option in `run_rqtl()`.


## GNapi 0.3-2 (2019-06-10)

### Major changes
Expand Down
2 changes: 1 addition & 1 deletion R/run_stuff.R
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ run_gemma <-
#' @examples
#' out <- run_rqtl("BXDPublish", "10015")
run_rqtl <-
function(dataset, trait, method=c("hk", "ehk", "em", "imp", "mr", "mr-imp[", "mr-argmax"),
function(dataset, trait, method=c("hk", "ehk", "em", "imp", "mr", "mr-imp", "mr-argmax"),
model=c("normal", "binary", "2part", "np"),
n_perm=0, control_marker=NULL, interval_mapping=FALSE,
url=gnapi_url())
Expand Down
14 changes: 10 additions & 4 deletions man/run_rqtl.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 768df05

Please sign in to comment.