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

Try the openCyto package in your browser

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

openCyto documentation built on Nov. 8, 2020, 5:40 p.m.