tempdir2 {ADaCGH}R Documentation

Create a directory for output

Description

Creates a (unique) temporary directory for storing all output. A simple utility function.

Usage

tempdir2()

Details

Just a convenience wrapper.

Value

This function is used for its side effects. Produce a temporary directory. It returns the name of the temporary directory, so you can then move all further work to that directory.

Author(s)

Ramon Diaz-Uriarte rdiaz02@gmail.com

References

Diaz-Uriarte, R. and Rueda, O.M. (2006). ADaCGH: an R package and web-based application for the analysis of aCGH data. Tech. report. http://www.ligarto.org/rdiaz/Papers/adacgh.pdf, http://adacgh.bioinfo.cnio.es.

Examples

## See examples under pSegmentDNAcopy

[Package ADaCGH version 1.3-13 Index]