R/CytoExploreR_wrappers.R

Defines functions CytoExploreR_.preprocess_csv CytoExploreR_.argDeparser

Documented in CytoExploreR_.argDeparser CytoExploreR_.preprocess_csv

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

#' @name CytoExploreR_.argDeparser
#' @keywords internal
#' @rdname CytoExploreR_exports
#' @export
CytoExploreR_.argDeparser <- function(args, split = TRUE){
  .argDeparser(args, split = split)
}

#' @name CytoExploreR_.preprocess_csv
#' @keywords internal
#' @rdname CytoExploreR_exports
#' @export
CytoExploreR_.preprocess_csv <- function(dt, strict = TRUE){
  .preprocess_csv(dt, strict = strict)
}
RGLab/openCyto documentation built on Aug. 23, 2023, 6:53 a.m.