getBarcodes {skewr} | R Documentation |
A convenience function for retrieving simple barcodes from idat file names.
getBarcodes(path = getwd(), recurse = FALSE)
path |
The path or a character vector to the directory or directories in which to find the idat files. |
recurse |
logical; should the function check subdirectories to derive barcodes from any found idat files. The default is |
Barcodes will be generated by all found idats in path(s). The default path is the current working directory.
A character vector of barcodes.
Ryan Putney ryanputney@gmail.com
if(require(minfiData)){ path <- system.file("extdata/5723646052", package="minfiData") barcodes <- getBarcodes(path = path) }