Skip to content

Commit

Permalink
Change flow
Browse files Browse the repository at this point in the history
  • Loading branch information
zenalapp committed Nov 20, 2023
1 parent 319a4a8 commit ef3b09b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions vignettes/step-by-step.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ knitr::opts_chunk$set(
)
```

```{r setup}
library(bistro)
```

If you haven't yet, please check out `vignette("bistro")` before reading this vignette. It will provide you with more background and context, and take you through the outputs in more detail than we do here. Then if you want to learn how to run sub-functions of bistro individually, or run bistro step-by-step, you're in the right place.

We will go through the following steps to run bistro step-by-step using the example data provided in the `bistro` package:
Expand All @@ -28,6 +24,12 @@ We will go through the following steps to run bistro step-by-step using the exam
- `calc_log10_lrs()`
- `identify_matches()`

First, you'll have to load the `bistro` library:

```{r setup}
library(bistro)
```

## Calculate human population allele frequencies

If needed, you can first calculate population allele frequencies from your human profile database:
Expand Down

0 comments on commit ef3b09b

Please sign in to comment.