createArchitecture: Create aroma architecture and copy files

Description Usage Arguments Details Author(s) See Also Examples

View source: R/createAromaArchitecture.R

Description

Create the architecture required by aroma.* packages and copy files into created folders.

Usage

1
2
createArchitecture(dataSetName, chipType, dataSetPath, chipFilesPath,
  path = ".", verbose = FALSE, tags = NULL)

Arguments

dataSetName

The name of the data-set folder to create

chipType

The name of the used chip

dataSetPath

Path to the folder containing the data CEL files

chipFilesPath

Path to the folder containing the chip files

path

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.

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

Author(s)

Quentin Grimonprez

See Also

copyChipFiles, copyDataFiles, createAromaArchitecture

Examples

1
2
#DO NOT EXECUTE before reading of the vignette
#createArchitecture("test1","GenomeWideSNP_6","./celPATH","./chipPATH",path=".",TRUE,"Full")

MPAgenomics documentation built on Jan. 16, 2020, 3 p.m.