-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.Rmd
More file actions
41 lines (25 loc) · 1.29 KB
/
README.Rmd
File metadata and controls
41 lines (25 loc) · 1.29 KB
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
---
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%"
)
```
# voomCLR
`voomCLR` allows effective differential cell composition analysis in cell type count data.
It leverages compositional transformations, and adopts bias correction on the estimated effect sizes to correct for compositional bias induced by such transformation. The uncertainty involved in estimating the bias can be propagated in the statistical inference via bootstrapping. Additionally, it accommodates proper modeling of the mean-variance structure of the counts.
`voomCLR` relies on the `limma` package, and in fact re-uses code chunks from the `limma` R package, which is available on Bioconductor at https://bioconductor.org/packages/release/bioc/html/limma.html.
## Installation
Install the development version from GitHub using
```{r 'install_dev', eval = FALSE}
devtools::install_github("koenvandenberge/voomCLR")
```
# Getting started
The vignette of voomCLR walks you through the basics of using `voomCLR`.
# Analysis code of the paper
All analysis code of the paper can be found at https://github.com/koenvandenberge/voomCLRPaper.