R/study-real_analyze.R

#' @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){
  from = newdir(from)
  to = newdir(to)
  computation_analyze(from, to)
}
wlandau/fbseqStudies documentation built on May 4, 2019, 8:44 a.m.