Description Usage Arguments Value Note Author(s) Examples
View source: R/createAnnotation.R
Annotation files for cn.farms are created
1 2 | createAnnotation(filenames = NULL, annotation = NULL, annotDir = NULL,
checks = TRUE)
|
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. |
NULL
The annotation files used for cn.farms will be placed in the current work directory under annotations.
Djork-Arne Clevert okko@clevert.de and Andreas Mitterecker mitterecker@bioinf.jku.at
1 2 3 4 5 6 7 | ## Not run:
library("hapmapsnp6")
celDir <- system.file("celFiles", package = "hapmapsnp6")
filenames <- dir(path = celDir, full.names = TRUE)
createAnnotation(filenames = filenames)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.