Description Usage Arguments Author(s) See Also
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.
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)
|
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 |
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 |
Sylvain Mareschal
tk.cghRA
, cghRA.design
, Agilent.design
, custom.design
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.