virtualArrayDirs: Build virtualArray directory structure to hold raw data of...

Description Usage Arguments Details Value Author(s) See Also Examples

Description

This function simply creates a directory tree in the current working directory or a user specified one. This directory tree helps organizing raw data files and at the same time gives R/Bioconductor the clue who to handle the provided data.

Usage

1
virtualArrayDirs(root_dir = getwd())

Arguments

root_dir

If declared, this variable sets the top level directory where the whole tree will be placed.

Details

The directory tree consists of a top level folder called "rawdata". Inside this folder there are directories for "Affymetrix", "Agilent" and "Illumina" respectively. Each folder holds sub-folders for the specific chips of the respective manufacturer. The user has to supply copies of the raw data into the appropriate directories for the package to work as expected.

Value

This function returns no value. It just creates a directory tree.

Author(s)

Andreas Heider (2011)

See Also

virtualArray-package, virtualArray.ExpressionSet, virtualArrayCompile

Examples

1
2
3
4
5
## we use the function in the current working directory
## please note that this will write to your hard drive
virtualArrayDirs()
## now we can see what happened
dir(recursive=TRUE)

virtualArray documentation built on Sept. 12, 2016, 6:10 a.m.