tk.design: Interactive cghRA design processing

Description Usage Arguments Author(s) See Also

Description

This function provides a Tcl-Tk interface to import a CGH array design file into a cghRA.design object and apply various cghRA tools on it.

Usage

1
2
3
4
  tk.design(organism = "Human", assembly = "GRCh37",
    chromosomes = "1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,X,Y",
    chromFiles = "", restrictionSites = "AluI=AG|CT, RsaI=GT|AC", globalTopLevel,
    localTopLevel)

Arguments

organism

Single character value, default value for the Organism field.

assembly

Single character value, default value for the Assembly field.

chromosomes

Single character value, default value for the Chromosomes field.

chromFiles

Character vector, default chromosome files.

restrictionSites

Single character value, default value for the Restriction sites field.

globalTopLevel

This argument should be filled only when embedding this Tcl-Tk interface in an other. It is the top level of the embedding interface, generally a call to tktoplevel.

localTopLevel

This argument should be filled only when embedding this Tcl-Tk interface in an other. It is the local top level to use to build this interface, generally a tkframe or ttkframe.

Author(s)

Sylvain Mareschal

See Also

tk.cghRA, cghRA.design, Agilent.design, custom.design


cghRA documentation built on May 2, 2019, 3:34 a.m.