Skip to content

Commit

Permalink
better reporting of bulk sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
bmansfeld committed Jul 15, 2018
1 parent 1e4cf74 commit fca192f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/takagi_sim.R
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ simulateConfInt <- function(popStruc = "F2",
if (popStruc == "F2") {
message(
"Assuming bulks selected from F2 population, with ",
bulkSize,
paste(bulkSize, collapse = " and "),
" individuals per bulk."
)
} else {
Expand Down
3 changes: 2 additions & 1 deletion vignettes/QTLseqr.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,8 @@ df_filt <- runQTLseqAnalysis(df_filt,
)
```
```{r atlseqanalysis-msg, message = TRUE, warning = FALSE, collapse = TRUE, echo = FALSE}
df_filt <- runQTLseqAnalysis(df_filt,
df_filt <- runQTLseqAnalysis(
df_filt,
windowSize = 1e6,
popStruc = "F2",
bulkSize = c(385, 430),
Expand Down
Binary file modified vignettes/QTLseqr.pdf
Binary file not shown.

0 comments on commit fca192f

Please sign in to comment.