R/COMPASS-package.R

##' COMPASS (Combinatorial Polyfunctionality Analysis of Single-Cells)
##'
##' This package implements a model for the analysis of polyfunctionality
##' in single-cell cytometry experiments. The model effectively
##' identifies combinations of markers that are differentially expressed
##' between samples of cells subjected to different stimulations.
##'
##' @docType package
##' @name COMPASS-package
##' @useDynLib COMPASS, .registration=TRUE
##' @importFrom Rcpp evalCpp
##' @importFrom utils globalVariables
##' @import data.table grid
##' @aliases COMPASS-package
##' @seealso
##'   \itemize{
##'   \item \code{\link{COMPASSContainer}}, for information on getting your
##'   cytometry data into a suitable format for use with \code{COMPASS},
##'   \item \code{\link{COMPASS}}, for the main model fitting routine.
##'   }
NULL

Try the COMPASS package in your browser

Any scripts or data that you put into this service are public.

COMPASS documentation built on Nov. 8, 2020, 8:05 p.m.