R/CytoExploreR_wrappers.R

Defines functions CytoExploreR_.estimateLogicle

Documented in CytoExploreR_.estimateLogicle

#' CytoExploreR exports
#' 
#' Exported wrappers of internal functions for use by CytoExploreR
#' 
#' @name CytoExploreR_exports
NULL

#' @keywords internal
#' @name CytoExploreR_.estimateLogicle
#' @rdname CytoExploreR_exports
#' @export
CytoExploreR_.estimateLogicle <- function(x, channels, ...){
  .estimateLogicle(x, channels, ...)
}
RGLab/flowCore documentation built on March 19, 2024, 9:45 p.m.