-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME.Rmd
65 lines (44 loc) · 2.26 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# tinyvamp
<!-- badges: start -->
<!-- [![R-CMD-check](https://github.com/statdivlab/tinyvamp/workflows/R-CMD-check/badge.svg)](https://github.com/statdivlab/tinyvamp/actions) -->
[![Coverage status](https://codecov.io/gh/statdivlab/tinyvamp/branch/main/graph/badge.svg)](https://codecov.io/github/statdivlab/tinyvamp?branch=main)
<!-- badges: end -->
`tinyvamp` is a package for estimation and removal of measurement error in high-throughput sequencing data.
Full details on the model and estimation method are available in the [preprint](https://arxiv.org/abs/2204.12733).
**Documentation and vignettes are under construction - please check back soon!**
**Needs something more urgently? File an [issue](https://github.com/statdivlab/tinyvamp/issues) or [send Amy an email](http://statisticaldiversitylab.com/team/amy-willis)!**
## Installation
You can install the development version of tinyvamp from [GitHub](https://github.com/) with:
``` r
# install.packages("remotes")
remotes::install_github("statdivlab/tinyvamp")
```
If you haven't already, you may need to install `fastnnls` and `logsum`, too:
``` r
# install.packages("remotes")
remotes::install_github("ailurophilia/fastnnls")
remotes::install_github("ailurophilia/logsum")
remotes::install_github("statdivlab/tinyvamp")
```
<!-- ## Example -->
<!-- This is a basic example which shows you how to solve a common problem: -->
<!-- ```{r example} -->
<!-- library(tinyvamp) -->
<!-- ## basic example code -->
<!-- ``` -->
## Humans
Authors: [David Clausen](https://www.biostat.washington.edu/people/david-clausen) and [Amy Willis](http://statisticaldiversitylab.com)
Do you have a request for us? Let us know! We want folks to use `tinyvamp` and will try to make it as easy as possible.
Do you have a question? Check out the above documentation list, then shoot us an email or open a [Discussion](https://github.com/adw96/breakaway/discussions). We receive a lot of emails from users, so we try to answer questions on the Wiki rather than responding to everyone individually.