Create the architecture required by aroma packages
createEmptyArchitecture(dataSetName, chipType, path = ".", verbose = TRUE)
name of the data set
type of the chip used for obtaining the data
path where folders are created
if TRUE, print details of the process
No return value, called for side effects.
This function creates the following architecture: Architecture to create: <path> +- annotationData/ | +- chipTypes/ | +- <chipType>/ <-- must match exactly the name of the CDF file (fullname minus tags) | +- CDF file(s) and other annotation (possibly subdirectories) | +- rawData/ +- <dataSetName>/ +- <chipType>/ <-- must match exactly a chip type folder under annotationData/ +- CEL files