R/taskAnalyze.R

Defines functions taskAnalyze

Documented in taskAnalyze

#' Analyze shifted bed files 
#' 
#' @param hub Environment. QCDH data hub
#' @param taskName Character. Name of the task.
taskAnalyze = function(hub, taskName) {
    hubtask = hub[[taskName]]
    tmplist = hubtask$plinkArgs
    tmplist$plinkcollFileStems = hubtask$shiftFilesStem
    do.call(plinkcollr, tmplist)
    # cleanLog(hubtask$taskPath)
}
kindlychung/CollapsABEL documentation built on May 20, 2019, 9:57 a.m.