inst/rsp-ex/GSE12019,HCC1143/R/getCnList.R

getCnList <- function(cnList, ..., verbose=TRUE) {
  if (!is.null(cnList)) {
    return(cnList);
  }
  cnList <- extractListOfCopyNumbers(dsList, region, truth=truth,
                            targetChipType=targetChipType, verbose=verbose);
  cnList;
} # getCnList()


############################################################################
# HISTORY:
# 2009-02-23
# o Created.
############################################################################
HenrikBengtsson/aroma.cn.eval documentation built on Dec. 9, 2019, 12:16 p.m.