Name Mode Size
R 040000
inst 040000
man 040000
tests 040000
vignettes 040000
.Rbuildignore 100644 0 kb
.gitignore 100644 0 kb
DESCRIPTION 100644 2 kb
NAMESPACE 100644 1 kb
NEWS.md 100644 0 kb
README.md 100644 1 kb
README.md
# spillR ## Description Channel interference in mass cytometry can cause spillover and may result in miscounting of protein markers. We develop a nonparametric finite mixture model, and use the mixture components to estimate the probability of spillover. We implement our method using expectation-maximization to fit the mixture model. ## Installation Our R package is available on [Bioconductor](https://bioconductor.org/packages/spillR): ``` r if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager") # The following initializes usage of Bioc devel BiocManager::install(version='devel') BiocManager::install("spillR") ```