Skip to content

Commit

Permalink
Update vignette with new 'c1n' and 'c2n' parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Buller, PhD, MA committed Nov 21, 2020
1 parent e66156e commit 9c122c3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 12 deletions.
7 changes: 5 additions & 2 deletions vignettes/vignette.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,9 @@ The toy data frame has nine columns (id, groups, markers, and cytokines).
n_condition = 2,
doplot = TRUE,
alpha = alpha,
p_correct = p_correct)
p_correct = p_correct,
c1n = "case", # level "case" as the numerator of first condition
c2n = "2") # level "2" as the numerator of second condition
end_time <- Sys.time() # record end time
total_time <- end_time - start_time # calculate duration of gating() example
```
Expand Down Expand Up @@ -318,7 +320,8 @@ Compare histograms before and after gating. Gating reduced the overall sample si
doplot = TRUE,
n_condition = 1,
alpha = alpha,
p_correct = p_correct)
p_correct = p_correct,
c1n = "case") # level "case" as the numerator of first condition
end_time <- Sys.time() # record end time
total_time <- end_time - start_time # calculate duration of gating() example
```
Expand Down
23 changes: 13 additions & 10 deletions vignettes/vignette.html

Large diffs are not rendered by default.

0 comments on commit 9c122c3

Please sign in to comment.