Path where the architecture should be created (default=".")
verbose
Print information during the process (default=FALSE)
tags
Common tag which appears in the different file names (cdf, ugp, ufl) of the chip. For no tag, use tags=NULL (default = NULL). See details for more information.
Value
No return value, called for side effects.
Details
All the cdf chip file names must follow the following rule : <chipType>,<Tags>.cdf
Multiples tags must be separated by a comma. If there is no tag, the pattern is <chipType>.cdf
# NOT RUN {#DO NOT EXECUTE before reading the vignette createArchitecture("test1","GenomeWideSNP_6","./celPATH","./chipPATH",path=".",TRUE,"Full")
# }# NOT RUN {# }