ctl.load {ctl}R Documentation

ctl.load - Load CTLs calculated by the D2.0 version

Description

Load CTLs calculated by the D2.0 version

Usage

ctl.load(genotypes = "ngenotypes.txt", phenotypes = "nphenotypes.txt",
output = "ctlout", from=1, to, verbose = FALSE)

Arguments

genotypes

Original datafile containing the genotypes scanned.

phenotypes

Original datafile containing the phenotypes scanned.

output

Directory containing the output files.

from

Start loading at which phenotype.

to

Continue loading untill this phenotype.

verbose

Be verbose.

Details

TODO

Value

CTLobject, a list with at each index a CTLscan object:

Note

TODO

Author(s)

Danny Arends Danny.Arends@gmail.com
Maintainer: Danny Arends Danny.Arends@gmail.com

References

TODO

Examples

  library(ctl)         # Load CTL library

[Package ctl version 1.0.0-10 Index]