R/study-real_analyze.R

Defines functions real_analyze

Documented in real_analyze

#' @title Function \code{real_analyze}
#' @description Plot and summarize results from the real data analysis
#' @export
#' @param from to directory to save simulations and results
#' @param to output directory
real_analyze = function(from, to){
  computation_analyze(from, to)
}
wlandau/fbseqComputation documentation built on May 4, 2019, 8:43 a.m.