Skip to content

Commit

Permalink
Merge branch 'main' into lint-pr
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisorwa authored Aug 26, 2024
2 parents 67d6a2a + 7c37d8e commit 9a51c9d
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/check-spelling.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Spellcheck

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
check:
runs-on: ubuntu-latest
name: Spellcheck
container:
image: rocker/tidyverse:4.1.2
steps:
- name: Checkout repo
uses: actions/checkout@v3

- name: Run Spelling Check test
uses: insightsengineering/[email protected]
2 changes: 2 additions & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
95th
AKU
Aga
Ang
Expand Down Expand Up @@ -127,6 +128,7 @@ serosurveys
smp
smpl
subfigures
th
tibble
titers
tsutsugamushi
Expand Down
4 changes: 2 additions & 2 deletions vignettes/articles/enteric_fever_example.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,9 @@ In this plot, a steeper slope indicates a higher incidence. We can see that the
Next, we must set conditions based on some assumptions about the data and errors that may need to be accounted for. This will differ based on background knowledge of the data.


The biological noise, $\nu$ ("nu"), represents error from cross-reactivity to other antibodies. It is defined as the 95th percentile of the distribution of antibody responses to the antigen-isotype in a populaiton with no exposure.
The biological noise, $\nu$ ("nu"), represents error from cross-reactivity to other antibodies. It is defined as the 95th percentile of the distribution of antibody responses to the antigen-isotype in a population with no exposure.

Measurement noise, $\varepsilon$ ("epsilon"), represents measurement error from the laboratory testing process. It is defined by a CV (coeficient of variation) as the ratio of the standard deviation to the mean for replicates. Note that the CV should ideally me measured accross plates rather than within the same plate.
Measurement noise, $\varepsilon$ ("epsilon"), represents measurement error from the laboratory testing process. It is defined by a CV (coefficient of variation) as the ratio of the standard deviation to the mean for replicates. Note that the CV should ideally be measured across plates rather than within the same plate.

*Formatting Specifications*: Noise parameter data should be a dataframe with one row for each antigen isotype and columns for each noise parameter below.

Expand Down

0 comments on commit 9a51c9d

Please sign in to comment.