Learn R Programming

cn.farms (version 1.20.0)

createAnnotation: Creation of annotation files

Description

Annotation files for cn.farms are created

Usage

createAnnotation(filenames = NULL, annotation = NULL, annotDir = NULL, checks = TRUE)

Arguments

filenames
An absolute path of the CEL files to process.
annotation
Optional parameter stating the annotation from a pd-mapping.
annotDir
Optional parameter stating where the annotation should go.
checks
States if sanity checks should be done.

Value

NULL

Examples

Run this code
## Not run: 
# library("hapmapsnp6")
# celDir <- system.file("celFiles", package = "hapmapsnp6")
# filenames <- dir(path = celDir, full.names = TRUE)
# createAnnotation(filenames = filenames)
# ## End(Not run)

Run the code above in your browser using DataLab