R/ctl.load.R

Defines functions ctl.load

Documented in ctl.load

#
# ctl.load.R
#
# copyright (c) 2010-2012 - GBIC, Danny Arends, Bruno Tesson and Ritsert C. Jansen
# last modified Jul, 2012
# first written Jun, 2012
# 
# R functions to do load CTL mapping done with the D version
#

#-- ctl.load function --#
ctl.load <- function(genotypes = "ngenotypes.txt", phenotypes = "nphenotypes.txt", output = "ctlout", from=1, to, verbose = FALSE){
  cat("This function will need to be redone\n")
}

Try the ctl package in your browser

Any scripts or data that you put into this service are public.

ctl documentation built on Nov. 27, 2023, 5:09 p.m.