inst/rsp-ex/TCGA,MSCN/R/getCnList.R

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


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