Package: spillR
Type: Package
Title: Spillover Compensation in Mass Cytometry Data
Version: 1.0.0
Authors@R: c(
    person("Marco", "Guazzini",
    email= "m.guazzini@student.maastrichtuniversity.nl", 
    role = c("aut", "cre"), comment = c(ORCID = "0009-0007-8111-5772")), 
    person("Alexander G.", "Reisach" , 
    email = "alexander.reisach@u-paris.fr", role = "aut"), 
    person("Sebastian", "Weichwald",
    email = "sweichwald@math.ku.dk", 
    role = "aut", comment = c(ORCID = "0000-0003-0169-7244")), 
    person("Christof", "Seiler", 
    email = "christof.seiler@maastrichtuniversity.nl", 
    role = "aut", comment = c(ORCID = "0000-0001-8802-3642")))
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.
biocViews: FlowCytometry, ImmunoOncology, MassSpectrometry,
        Preprocessing, SingleCell, Software, StatisticalMethod,
        Visualization, Regression
License: LGPL-3
Encoding: UTF-8
Config/testthat/edition: 3
RoxygenNote: 7.2.3
Imports: dplyr, tibble, tidyselect, stats, ggplot2, tidyr,
        spatstat.geom, S4Vectors, parallel
Depends: R (>= 4.3.0), SummarizedExperiment, CATALYST
Suggests: knitr, rmarkdown, cowplot, testthat (>= 3.0.0), BiocStyle,
        hexbin
VignetteBuilder: knitr
git_url: https://git.bioconductor.org/packages/spillR
git_branch: RELEASE_3_19
git_last_commit: 20e0144
git_last_commit_date: 2024-04-30
Repository: Bioconductor 3.19
Date/Publication: 2024-05-01
NeedsCompilation: no
Packaged: 2024-05-01 23:36:56 UTC; biocbuild
Author: Marco Guazzini [aut, cre] (<https://orcid.org/0009-0007-8111-5772>),
  Alexander G. Reisach [aut],
  Sebastian Weichwald [aut] (<https://orcid.org/0000-0003-0169-7244>),
  Christof Seiler [aut] (<https://orcid.org/0000-0001-8802-3642>)
Maintainer: Marco Guazzini <m.guazzini@student.maastrichtuniversity.nl>
