Skip to content

Commit 4b30ca5

Browse files
committed
Deploying to gh-pages from @ af9dec0 🚀
1 parent 97c936c commit 4b30ca5

File tree

10 files changed

+56
-24
lines changed

10 files changed

+56
-24
lines changed

articles/dilution-series.html

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

articles/dilution-series.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ library(tidyverse)
2727
#> ℹ Use the conflicted package (<http://conflicted.r-lib.org/>) to force all conflicts to become errors
2828
library(tinyvamp)
2929
#> Loading required package: cir
30-
#> Loading required package: numDeriv
3130
#> Loading required package: parallel
3231
library(phyloseq)
3332
# library(speedyseq)

index.html

Lines changed: 6 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.md

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,28 @@
11
# tinyvamp
22

3+
[![Coverage
4+
status](https://codecov.io/gh/statdivlab/tinyvamp/branch/main/graph/badge.svg)](https://codecov.io/github/statdivlab/tinyvamp?branch=main)
5+
36
`tinyvamp` is a package for estimation and removal of measurement error
47
in high-throughput sequencing data.
58

9+
There are many use cases for `tinyvamp`; here are a few: - Estimating
10+
the detectability of different species using mock communities -
11+
Comparing experimental protocols (or batches) with respect to how they
12+
well they detect different species - Estimating “true” relative
13+
abundances after adjusting for differential detectability - Estimating
14+
“true” relative abundances after removing contamination relative
15+
abundance profiles - Estimating contamination relative abundances
16+
17+
The online documentation is available
18+
[here](https://statdivlab.github.io/tinyvamp).
19+
620
Full details on the model and estimation method are available in the
721
[preprint](https://arxiv.org/abs/2204.12733).
822

9-
**Documentation and vignettes are under construction - please check back
10-
soon!**
11-
12-
**Needs something more urgently? File an
23+
Need something? File an
1324
[issue](https://github.com/statdivlab/tinyvamp/issues) or [send Amy an
14-
email](http://statisticaldiversitylab.com/team/amy-willis)!**
25+
email](http://statisticaldiversitylab.com/team/amy-willis)!
1526

1627
## Installation
1728

@@ -23,6 +34,8 @@ You can install the development version of tinyvamp from
2334
remotes::install_github("statdivlab/tinyvamp")
2435
```
2536

37+
Are you using `tinyvamp`? We’d love to hear about it!
38+
2639
## Humans
2740

2841
Authors: [David

llms.txt

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,28 @@
11
# tinyvamp
22

3+
[![Coverage
4+
status](https://codecov.io/gh/statdivlab/tinyvamp/branch/main/graph/badge.svg)](https://codecov.io/github/statdivlab/tinyvamp?branch=main)
5+
36
`tinyvamp` is a package for estimation and removal of measurement error
47
in high-throughput sequencing data.
58

9+
There are many use cases for `tinyvamp`; here are a few: - Estimating
10+
the detectability of different species using mock communities -
11+
Comparing experimental protocols (or batches) with respect to how they
12+
well they detect different species - Estimating “true” relative
13+
abundances after adjusting for differential detectability - Estimating
14+
“true” relative abundances after removing contamination relative
15+
abundance profiles - Estimating contamination relative abundances
16+
17+
The online documentation is available
18+
[here](https://statdivlab.github.io/tinyvamp).
19+
620
Full details on the model and estimation method are available in the
721
[preprint](https://arxiv.org/abs/2204.12733).
822

9-
**Documentation and vignettes are under construction - please check back
10-
soon!**
11-
12-
**Needs something more urgently? File an
23+
Need something? File an
1324
[issue](https://github.com/statdivlab/tinyvamp/issues) or [send Amy an
14-
email](http://statisticaldiversitylab.com/team/amy-willis)!**
25+
email](http://statisticaldiversitylab.com/team/amy-willis)!
1526

1627
## Installation
1728

@@ -23,6 +34,8 @@ You can install the development version of tinyvamp from
2334
remotes::install_github("statdivlab/tinyvamp")
2435
```
2536

37+
Are you using `tinyvamp`? We’d love to hear about it!
38+
2639
## Humans
2740

2841
Authors: [David
@@ -67,6 +80,8 @@ rather than responding to everyone individually.
6780
: karstens_phyloseq
6881
- [`meaninate()`](https://statdivlab.github.io/tinyvamp/reference/meaninate.md)
6982
: Calculate the mean given parameters
83+
- [`mu_d_P()`](https://statdivlab.github.io/tinyvamp/reference/mu_d_P.md)
84+
: Calculate derivative of mu_ij with respect to an entry of P
7085
- [`mu_d_beta()`](https://statdivlab.github.io/tinyvamp/reference/mu_d_beta.md)
7186
: Calculate derivative of mu_ij with respect to B
7287
- [`mu_d_gamma()`](https://statdivlab.github.io/tinyvamp/reference/mu_d_gamma.md)

pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pkgdown_sha: ~
44
articles:
55
compare-experiments: compare-experiments.html
66
dilution-series: dilution-series.html
7-
last_built: 2026-03-07T16:01Z
7+
last_built: 2026-03-07T16:20Z
88
urls:
99
reference: https://statdivlab.github.io/tinyvamp/reference
1010
article: https://statdivlab.github.io/tinyvamp/articles

reference/index.html

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reference/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
: karstens_phyloseq
2828
- [`meaninate()`](https://statdivlab.github.io/tinyvamp/reference/meaninate.md)
2929
: Calculate the mean given parameters
30+
- [`mu_d_P()`](https://statdivlab.github.io/tinyvamp/reference/mu_d_P.md)
31+
: Calculate derivative of mu_ij with respect to an entry of P
3032
- [`mu_d_beta()`](https://statdivlab.github.io/tinyvamp/reference/mu_d_beta.md)
3133
: Calculate derivative of mu_ij with respect to B
3234
- [`mu_d_gamma()`](https://statdivlab.github.io/tinyvamp/reference/mu_d_gamma.md)

search.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<url><loc>https://statdivlab.github.io/tinyvamp/reference/index.html</loc></url>
1919
<url><loc>https://statdivlab.github.io/tinyvamp/reference/karstens_phyloseq.html</loc></url>
2020
<url><loc>https://statdivlab.github.io/tinyvamp/reference/meaninate.html</loc></url>
21+
<url><loc>https://statdivlab.github.io/tinyvamp/reference/mu_d_P.html</loc></url>
2122
<url><loc>https://statdivlab.github.io/tinyvamp/reference/mu_d_beta.html</loc></url>
2223
<url><loc>https://statdivlab.github.io/tinyvamp/reference/mu_d_gamma.html</loc></url>
2324
<url><loc>https://statdivlab.github.io/tinyvamp/reference/mu_d_gamma_tilde.html</loc></url>

0 commit comments

Comments
 (0)