Description Usage Arguments Details Author(s)
View source: R/createAromaArchitecture.R
Create the architecture required by aroma packages
1  | createEmptyArchitecture(dataSetName, chipType, path = ".", verbose = TRUE)
 | 
dataSetName | 
 name of the data set  | 
chipType | 
 type of the chip used for obtaining the data  | 
path | 
 path where folders are created  | 
verbose | 
 if TRUE, print details of the process  | 
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
Quentin Grimonprez
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.