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, ...)
}

Try the flowCore package in your browser

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

flowCore documentation built on Nov. 8, 2020, 5:19 p.m.